hagerie
Nov 2, 2009, 03:37 AM
Hi!
I am suffering during starting up my window with a message read as "window can't find rvhost.exe". Share me ways to remove this error.:)
GrantHillsSA
Nov 7, 2009, 07:13 PM
You know this was a virus right? Nothing serious though :)
Anyway,
Press the "Windows Key" and "R" simultaneously. You will get the Run Dialogue. If it says Administrator has restricted you then open Command Prompt in Start->Programs->Accessories. Copy the following from (REGADD--to-- /f) and past it there. Then click OK.
1**This restores your Run dialogue access.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v NoRun /t REG_DWORD /d 0 /f
2**This restores your shell to Explorer.exe
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Shell" /t "REG_SZ" /d "Explorer.exe" /f
3**This restores your Registry Editing
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
4**This restores your Task Manager access
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskmgr /t REG_DWORD /d 0 /f
Lastly, type MSCONFIG into the Run Box.
Go to Startup.
Brows for any item that has the destination on RVHOST.EXE. Sometimes it disguise itself with the name Yahoo messenger.
Uncheck related entries.
Restart.
Your PC should be fine now :)