Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  Answer this Question    Ask about Spyware, Viruses, etc.    Ask about another Subject  
 

hagerie
Nov 2, 2009, 02: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, 06:13 PM
You know this was a virus right? Nothing serious though :)

Anywho,

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\Policies\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\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

4**This restores your Task Manager access
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskmgr /t REG_DWORD /d 0 /f

Lastly, type MSCONFIG into the the Run Box.
Goto Startup.
Brows for any item that has the destination on RVHOST.EXE. Sometimes it disguise itself with the name Yahoo messanger.
Uncheck related entries.

Restart.

Your PC should be fine now :)