Wednesday, December 22, 2010

Show Hidden Files and Folders disabled after virus removal

:)

1. Click Start -> Run
2. Type regedit and click Ok.
3. Find the key: [B]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advan ced\Folder\Hidden\SHOWALL[/B]
4. Look at the “CheckedValue” key… This should be a DWORD key. If it isn’t, delete the key.
5. Create a new key called “CheckedValue” as a DWORD (hexadecimal) with a value of 1.
6. The “Show hidden files & folders” check box should now work normally
7. Also change in NOHIDDEN change value to 1
8. In SHOWALL change value to 0
9. Re-check the folder options
10. now change the values to the same
NOHIDDEN to 2
SHOWALL to 1

=====================


to get rid of Autorun.inf related viruses do the following in all of your removable and local drives.
if autorun.inf already exists then,
open cmd (command prompt) and change the directory to the root of (infected) drive,
i.e C:\ has autorun.inf
C:\>del /a:rhs c:\autorun.inf | md c:\autorun.inf
this will remove autorun.inf file and will create autorun.inf directory which will prohibit viruses from creating autorun.inf files in same drive.
repeat the process for all drives.
you can also create files named Recycle, Recycler, Restore, System etc in all drive to prohibit creation of folders having these names (thoese folders are created by viruses to complete their process in every drive)
and you can also create directories of same name that of virus file i.e fbak.exe, fix.exe, sscvihhost.exe, system.exe, etc

Saturday, December 18, 2010

How To Create An Xp Bootable Usb Flash Drive

An XP bootable flash drive is a flash memory device that has been configured to allow you to boot up Windows XP on a computer by plugging in your flash drive device into the USB port. An XP bootable flash drive is highly useful for two purposes:
1. Booting up XP to troubleshoot on any computer that permits the boot.
2. Transporting Windows applications between different physical locations such as home and the office.

To create an XP bootable flash drive, you first need a computer that has BIOS that will permit you to configure its USB port as a configurable device. Then you need a flash memory drive that is set up to be able to act as a booting device. It might not be readily known at first if you have a flash memory drive that is going to boot; one thing to look for when you access a computer's BIOS is whether or not the plugged-in flash drive appears in the listed items on the setup screen. Hopefully this happens, and you can then select this as the first device to check during your boot sequence. Some computers might require that you hit F10 to select your flash memory device.

Assuming that you have the computer and the drive that you need, now you need to get the software that will permit you to condense Windows XP onto your flash memory device.
This includes: PE Builder, which is easy to install just by following the directions; you need to install it into your root directory and make a folder in C:PEBUILDER3110a called SRSP1. This will enable you to download Windows Server 2003 Service Pack One to this place. There are only two files you need from it: setupldr.bin and ramdisk.sys. Don't extract anything else, because you may totally corrupt your current version of Windows if you do. Specifically, never run the Windows Server 2003 SP1 executable file.

Once you have these files, run your PE Builder CD (Windows XP Professional CD). Make sure you hold down the [Shift] key to prevent Autostart from launching the CD. Launch PE Builder manually. When the Source field on the main PE Builder screen, enter the letter of the drive in which you put the CD. Check to see that the Output box contains BartPE and that the "None" option is selected in the Media Output panel. Once you have all this squared away, click Build. You can watch the progress of the compression.

When it's complete you're prepared to format and copy the Windows XP Professional bootable image to the UFD with the BartPE USB Installer. Open a Command Prompt window and use the CD command to switch to the pebuilder3110a folder.
Next, insert the UFD into a USB port; note the drive letter to which it is assigned, as you'll need to enter it into your next command prompt that you type.

Let's imagine that it was assigned to drive E. You will now type the following command (take note of the last letter in the command).
pe2usb -f e:

When Bart is all done, you just hit any key to exit the program, and you have your XP bootable flash drive.

Is my PC running the 32-bit or 64-bit version of Windows?

The terms 32-bit and 64-bit refer to the way a computer's processor (also called a CPU), handles information. The 64-bit version of Windows handles large amounts of random access memory (RAM) more effectively than the 32-bit version. Follow the steps in the sections below to find out if your PC is running the 32-bit or 64-bit version of Windows and what edition of Windows is on your PC.
Computers running Windows XP

*

Click Start, right-click My Computer, and then click Properties.
o

If "x64 Edition" is listed under System, you’re running the 64-bit version of Windows XP.
o

If you don’t see "x64 Edition" listed under System, you’re running the 32-bit version of Windows XP.

The edition of Windows XP you're running is displayed under System near the top of the window.

Computers running Windows Vista or Windows 7

*

Click the Start button Picture of the Start button, right-click Computer, and then click Properties.
o

If "64-bit Operating System" is listed next to System type, you’re running the 64-bit version of Windows Vista or Windows 7.
o

If "32-bit Operating System" is listed next to System type, you’re running the 32-bit version of Windows Vista or Windows 7.

The edition of Windows Vista or Windows 7 you're running is displayed under Windows edition near the top of the window.

For more information about 32-bit and 64-bit Windows 7, see 32-bit and 64-bit Windows: frequently asked questions.