RVhost.exe

Closed
Babar - Feb 22, 2010 at 12:01 PM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Feb 22, 2010 at 10:54 PM
Hello,
help me in removing RVhost.exe error at windows start up.
Thanks
Babar Ali
Related:

2 responses

xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,826
Feb 22, 2010 at 02:54 PM
Navigate to and delete the following files if they exist:
C:\WINDOWS\SYSTEM32\RVHOST.exe
c:\windows\rvhost.exe
%all drives%\new folder.exe
C:\Windows\Tasks\At1.job

Now open Notepad. In Notepad paste the lines below.

On Error Resume Next
Set shl = CreateObject("WScript.Shell")
Set fso = CreateObject("scripting.FileSystemObject…
shl.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Wi… entVersion\Policies\System\DisableRegist…
shl.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Wi… entVersion\Policies\System\DisableTaskMg…
shl.RegDelete


Save the file to somewhere convenient and name it as Enable.VBS . Double click Enable.VBS .

Now press Start > Run. Type in "regedit" (without the quotes).
double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>
Windows>CurrentVersion>Run
In the right panel, locate and delete the entry:
Yahoo Messengger = "%System%\RVHOST.exe"
(Note: %System% is the Windows system folder, which is usually C:\Windows\System on Windows 98 and ME, C:\WINNT\System32 on Windows NT and 2000, and C:\Windows\System32 on Windows XP and Server 2003.)

Still in Registry Editor, in the left panel, double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>W…
CurrentVersion>Policies>Explorer
In the right panel, locate and delete the entry:
NofolderOptions = "1"

Still in Registry Editor, in the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>… NT>
CurrentVersion>Winlogon
In the right panel, locate the entry:
Shell = "Explorer.exe RVHOST.exe"
Right-click on the value name and choose Modify. Change the value data of this entry to:
Explorer.exe
In the right panel, double-click the following:
HKEY_LOCAL_MACHINE>SYSTEM>CurrentContr…
Services>Schedule
In the right panel, locate the entry:
NextAtJobId = "2"
Right-click on the value name and choose Modify. Change the value data of this entry to:
1
Close Registry Editor.


Good Luck
0
hello XPCMAN your code written below (that you have sent me through email) just dont work. it gives the VB compilation error. post me a full text.

On Error Resume Next
Set shl = CreateObject("WScript.Shell")
Set fso = CreateObject("scripting.FileSystemObject…
shl.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Wi… entVersion\Policies\System\DisableRegist…
shl.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Wi… entVersion\Policies\System\DisableTaskMg…
shl.RegDelete

Thanks
Babar Ali
0