Google

Thursday, August 27, 2009

Folder Creating virus (New Folder.exe )

If this virus infected in you computer, It will Disable the following …

Task Manager, Registry Editor, Folder Options, Run in start menu

And it will create exes like the icon of folders. If this virus is running it will use more than 50 % of your processor

Manually remove it (new folder.exe Fix)
Delete File named svichossst.exe

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“@”=[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
“Yahoo Messengger”=

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“Shell”=”Explorer.exe “

Wednesday, August 27, 2008

How to Fix Double Click Always Opens Search in Windows Explorer

Follow the set of commands below to show and delete the autorun.inf




1. Open Start>>Run and type cmd and press enter. This will open a command prompt window. On this command prompt window type the following steps.

2. type cd\

3. type attrib -r -h -s autorun.inf

4. type del autorun.inf

5. now type d: and press enter for d: drive partition. Now repeat steps 3 and 4. Similarly repeat step 5 for all your hard disk partition.

Restart your system and your trouble will be fixed.

'show hidden files and folders' option not working!!

Method 1:
Click “Start” --> “Run…” (or press Windows key + R)
Type “regedit” and click “Ok”.
Go to this key: HKEY_CURRENT_USER --> Software --> Microsoft --> Windows --> CurrentVersion --> Explorer --> Advanced
In the right hand area, double click hidden and change the value to 1.
Now you’re all set to go. Check it in your tools menu if the changes have taken effect.


Method 2:
Click “Start” -> “Run…” (or press Windows key + R)
Type “regedit” and click “Ok”.
Find the key: HKEY_LOCAL_MACHINE --> SOFTWARE --> Microsoft --> Windows --> CurrentVersion --> Explorer --> Advanced --> Folder --> Hidden --> SHOWALL
Look at the “CheckedValue” key. This should be a DWORD key. If it isn’t, delete the key.
Create a new key called “CheckedValue” as a DWORD (hexadecimal) with a value of 1.
The “Show hidden files & folders” check box should now work normally. Enjoy!

Monday, August 4, 2008

Multi Yahoo

click start button,then run and then type regedit and then look for
HKEY_CURRENT_ USER
Software\yahoo\ pager\Test. then change this value of plural to like this
"Plural"=dword: 00000001

Task Manager is Disabled

Click Start, Run and type Regedit.exe
Navigate to the following branch:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
In the right-pane, delete the value named DisableTaskMgr
Close Regedit.exe

Thumbnails will not display

In order for Windows to display Thumbnails, Windows creates a Desktop.ini file and adds it to the folder you want to have a thumbnail view. The value of the HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Installer\ Products\ 9040B11900063D11C8EF00054038389C\ ProductNonBootFiles
is changed to "Usage"=dword:2c4c025a
Files such as BMP that you wish to display as thumbnails should have a shellex value pointing to
HKEY_CLASSES_ROOT\ CLSID\ {7376D660-C583-11d0-A3A5-00C04FD706EC} and the file
C:\WINDOWS\ SYSTEM32\ BROWSEUI.DLL must be present and not corrupted. This entry should look like "{7376D660-C583-11d0-A3A5-00C04FD706EC}" . BROWSEUI.DLL must be registered properly for the thumbnails to display.
Then on each folder for which you want Thumbnail view capabilities, you must right click the folder, select Properties and check the box Enable Thumbnail view.

Replacing Windows Splash Screens

The Windows 9x startup splash screen is controlled by the file C:\Logo.sys. If the file is present the image in the file will appear when booting to Windows. If not, the standard Windows splash screen is inside the file C:\IO.sys . The file IO.sys is more than a bmp file so do not change this file with a bmp. In Windows ME the startup screen is controlled by the IO.sys file. And adding a Logo.sys file seems to not work. You must also have the setting Logo=1 in the MSDOS.sys file for the splash screens to work.
The Windows 95 Please wait is controlled by the file Logow.sys in the windows folder, Windows 98 is Logow.w98, ME does not use this file. The shut down screen is controlled by the file Logos.sys also in the Windows folder.
Customizing the logo screen file must be 320 x 400 in size and 256 in color; RGB encoded bmp file.