Thursday, November 22, 2012

Start8™ For Windows 8

What is Start8?

Start 8 is a software that uses all the updates and themes from windows 8. It can be used via Windows XP/Vista/7. Here are some features that I can list below.






 Return the Start button to Windows 8. Windows-7 style start menu with Windows 8  
 enhancements
 - Search for Windows-8 style (Modern UI) apps
 - Pin desktop and Metro apps to the start menu
 - Jump List support 
 - Unified search for apps, settings and files 
 - Boot directly to the Windows-8 desktop
 - One click access to shutdown, devices, music, documents and videos

- Control


Windows 8 Start screen accessible from the Start menu



Clean, streamlined UI enhances Start8's usability 




Configurable Start menu size



- Customization 
  ~Optionally disable the desktop Windows 8 "hot spots" 
   ~Supports WindowFX 5.1 start menu animations (currently in beta)




Start menu matches the color of taskbar


  

Wednesday, November 21, 2012

Windows 8 Transformation Packs




It's been a long time since last formidable release of  Seven of Windows 8 Transformation Pack. There isn't much we can do but wait patiently for something better to inspire us to work harder and do better. Now it's time to make standards of the world's best Windows 8 transformation packs.


Features
- Seamless installation and uninstallation giving users safe information 
- Easy configurable in single click with intelligence Metro UI design
- Designed for all editions of Windows XP/Vista/7 including server editions
- Genuine Windows 8 system resources with Metro touches
- Smart system files updating with auto-repair and Windows Update friendly
- Fresh start for Vista/7 Transformation Pack users with updates Windows 8 themes and    
  resources 
- UXStyle memory patching 
- Windows 8 themes, wallpaper and logon screen
- UserTile with current user auto-configured on login
- Metro UI desktop emulation with pre-configured 
- Aero's auto-colorization figure 

Here are the versions of Windows 8 Transformation Pack that I know and free for download:



1Version 6.0
    

                                                                        


DOWNLOAD HERE 










2. Version 4.0


                                     
                                                                         

DOWNLOAD HERE











3. Version 5.0



                                                                         

DOWNLOAD HERE

Tuesday, November 6, 2012

How To Find The Location Hidden Virus

This line of code only deletes what you chose it to, though, if you know where the virus is located (i.e. the directory (C: Drive for Windows) Press “Tab” to browse through the files on your local drive. This works. Then save it as batch file ( "anything".bat )

@ECHO OFF
prompt $p$g
title algeeroidbiletdoux System
FlashX
:Shredder
color 02
CLS
ECHO.
ECHO algeeroidbilletdoux System
FlashX
ECHO DRIVE SHREDDER
ECHO.
dir /a/w
ECHO.
ECHO “PRESS THE TAB KEY IN
YOUR KEYBOARD TO SELECT ON
THE DIRECTORY”
ECHO.
SET /P M= SHREDD
IF NOT EXIST %M% GOTO
:driveShredderERROR
attrib -s -h -r %M%
del /f /q %M%
IF NOT EXIST %M% GOTO
:SHREDCOMP
RD /S %M%
:SHREDCOMP
COLOR 0A
echo MyBox = MsgBox(“File/Folder
has been Shredded. File/Folder has
been removed…”, 6000,
“algeeroidbilletdoux System
FlashX”) >driveshredder.vbs
start /w driveshredder.vbs
del /f /q driveshredder.vbs
GOTO :Shredder
:driveShredderERROR
COLOR 0A
echo MyBox = MsgBox(“The
File/Folder you type does not exist
and match in the directory.”, 6000,
“algeeroidbilletdoux System
FlashX”) >folderatt.vbs
start /w folderatt.vbs
del /f /q folderatt.vbs
GOTO :Shredder

How To Escape From RAT ( Remote Admin Tool)


If your computer is infected with a RAT (Remote admin tool – that gives full access to the hacker… e.g. you see your mouse moving automatically. LOL
Do this :


1. open CMD (Start > RUN > type: cmd )


2. Type in: netstat – ano (It shows all ur network accessing process with their PIC (Process Identification Codes)


3. if you see a Text like this > ESTABLISHED with a foreign IP, note down its PIC. It will also show the EXE accessing it.


4. Go to TASK MANAGER (CLTR + ALT + DEL) . Then go to VIEW > Tick PID


5. In the Proccess TAB > just click that PID process EXE file.


6. Now disconnect your internet & scan your whole Computer with SpyBot SD 1.6 & NOD32 v.4


7. Your are virus-free now.



NOTE: you will say why didnt i disconnected internet at Start !! thats cus the RAT virus will also get exit, will come again whn u access the net & netstat needs internet connection ON to show PID.

How To Remove Virus From Pendrive Using Cmd

First click the “Start” button and go to “Run“. You can also press “Windows+R“. Type “cmd” there. Otherwise, you also can click on "Command Prompt" if it's there. 




Type the following commands in the Command Prompt

-Type "<Drive_name>" in the command prompt and hit "Enter". (This shows the files that are      
  present in the currently working directory. You can also use the command “dir/w/o/a/p“). You 
  can also type "attrib"

-If there are any file named autorun.inf then go for next steps else the drive is not affected with 
 any autorun.inf file.

-Type “attrib -h -r -s -a *.* ” then hit “Enter“.  (This command removes the Hidden, Read Only, 
  System and Archive attributes over any file)

-After unhiding and removing attributes you can see the files.  So you can delete the file now.

-Type “del <filename>” in the Command Prompt and hit “Enter“. (As for example del autorun.inf)




Now your pendrive is free from virus. Enjoy ! :D