Wednesday, September 9, 2009

Registry Editing has been disabled by your administrator

1st method : console registry

  • Goto run then type this exactly.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

2nd method : Using the Group Policy Editor

  • Goto run then type gpedit.msc
  • Navigate to { User Configuration \ Administrative Templates \ System }
  • Double-click the Disable registery editing tools and set it to not configured or disabled.

The command prompt has been disabled by your administrator

This happen when restrictions placed in registry.

1st method : Console registry
  • Goto run then type this exactly.
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f

2nd method : Editing registry
  • Goto run then type regedit
  • Navigate to { HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System }
  • In the right-panel, double-click DisableCMD and set it's data to 0 or just delete it
3rd method : Using group policy editor
  • Goto run then type gpedit.msc
  • Navigate to { User Configuration \ Administrative Templates \ System }
  • Double-click the Prevent access to the command prompt and set it to not configured or disabled.

Friday, July 10, 2009

Tuesday, April 28, 2009

password viewer.exe

Here’s how:

stop the virus from running

  1. run the Task Manager by pressing CTRL + ALT + DEL
  2. click on the processes tab on the Task Manager
  3. end the following processes: password_viewer.exe
  4. close the Task Manager window

edit the Windows Registry

  1. click Start
  2. click run
  3. type “regedit” in the textbox
  4. click Ok
  5. go to this path: HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\WindowsNT\CurrentVersion\Winlogon
  6. On the right side, look for userinit
  7. right click on userinit and click modify
  8. you will notice that the value in the text box is userinit.exe, bar311.exe or userinit.exe, password_viewer.exe
  9. delete password_viewer.exe, BUT leave userinit.exe

delete the registry entry that causes windows to shutdown

  1. In the Registry Editor, go to this path: HKEY_CURRENT_USER\Software\Microsoft\Command Processor
  2. delete the autorun key

delete the autorun.inf file

  1. Open a notepad window
  2. Type this in the notepad:
  3. @echo off

    c:

    attrib autorun.inf -h -r -s

    del autorun.inf -h -r -s

    d:

    attrib autorun.inf -h -r -s

    del autorun.inf -h -r -s

    del /a /f c:\Windows\password_viewer.exe

    del /a /f c:\Windows\pc-off.bat

save the file as "whateva.bat"

run the "whateva.bat"