here i explained some very basic method of removing viruses ....
for more stay tunned with me :)
FUTURBILLGATE
..:~Description~:..
Enable registry editor
copy the following code, paste in notepd and save with .inf extension
[Version]
Signature="$Chicago{:content:}quot;
Provider=Symantec
[DefaultInstall]
AddReg=UnhookRegKey
[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools,0x00000020,0
now right click the file and select install.
if it doesnt work then log-in through a virtual admin account as explained below, and then install this .inf file.
________________________________________________________________________________
________________________
virtual admin account
you can create a new virtual admin account and edit registry etc that r not allowed due to a virus.
Things to do:
♦ set a password for the working account (just to stop auto login after booting)
♦ restart
♦ when it will ask for pass after boot, press ++ twice
♦ a pop up window should appear
♦ write "Administrator" in place of username, leave the password space blank
♦ hit "ok"
♦ i t will login into the PC creating a temporary (more precisely virtual) admin account
now you got admin privileges.
________________________________________________________________________________
________________________
Enable Run Command
Open My Computer –> C drive –> Windows –> System32 –> Locate gpedit.msc file and run it.
While you have opened Group Policy look at the left pane and in the User Configuration, expand Administrative Templates, select Start Menu and Taskbar now in the right pane locate Remove Run Menu from Start Menu and double click it.
Select Disabled in the properties dialogue and press apply then OK
Now close all open Windows you will see the Run has been restored in Start Menu.
________________________________________________________________________________
________________________
Enable Folder Options
Go to Start--Run--type Regedit
from the edit tab click find
type Folder Options and search
in the Reg_dword value of folder option change it to 1
OR/AND
->Run -> Type gpedit.msc
Then:
->User Configuration ->Administrative Templates --> Windows Components --> Windows Explorer-> Removes the Folder Options menu item from the Tools menu.
Right click:
-> Properties -> Disable ->Apply
OR/AND
Run-Regedit
flow to HKCU\Software\Microsoft\Windows\Policy
and HKLM\Software\Microsoft\Windows\Policy
Find into this, if there's any key like that : "disable cmd" or "disable Folder Options" with value=1
Set the value to "0"
________________________________________________________________________________
________________________
Show Hidden Files
1. Go to Start --> Run, then type regedit
2. Navigate to the registry folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL
3. Find a key called CheckedValue.
4. Double Click CheckedValue key and modify it to 1. This is to show all the hidden files.
OR if it doesnt work then:
copy this code, paste in notepad and save with .reg extension
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"
now right click the file and select merge
________________________________________________________________________________
________________________
Enable Task Manager
copy the following code and paste in notepad, then save with .reg extension. after that right click the file and select merge
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
or, if this doesnt work
. Click Start
. Click Run
. Enter gpedit.msc in the Open box and click OK
. In the Group Policy settings window
. Select User Configuration
. Select Administrative Templates
. Select System
. Select Ctrl+Alt+Delete options
. Select Remove Task Manager
. Double-click the Remove Task Manager option select Disable
OR/AND
Click Start -> Run. Type in regedit and hit Enter.
Search for HKEY_CURRENT_USER -> Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Look for: DisableTaskMgr. Click on REG_DWORD. Value: 1=Enable this key (disables TaskManager); Value: 0=Disable (actually enables TaskManager)
Close RegEdit
Reboot
or use this:
its a soft that fixes the Task Manager. just 68kb size
..:~Download Link~:..
CODE
http://www.download3000.com/download_19214.html

0 comments