how to restore regedit, taskmanager, ang msconfig using vbscript
have you ever been hit by a virus then finding out you could no longer access regedit, msconfig, or you task manager? well don't worry, i will teach you how to restore them with a little visual basic script. now to get on with it..
first you have to open notepad or any text editor you prefer.
then copy and paste the following code into your text editor
Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Restore_Finished!", 4096, t)
after that save it and name it as restore.vbs
actually you could name it anything you like. taskrestore.vbs , msconfigrestore.vbs , etc. but you need to have .vbs at the end so that it will save as a vbscript file.
after saving, locate the file and double click it to execute.
a pop-up will show saying that the restore is complete. thats it. your regedit, msconfig, and task manager has been restored.
for those who just want to download the file click here
If you like this post, you can buy me a cup of coffee or two. Thank you!and now for the pics..
ok, so i took a few snapshots of my weekend project. to be honest, i'm not quite through installing all the programs i need.. i've been going back and forth.. eating, taking naps, and installing (mostly taking naps though).. anyways, enjoy the pics! just click on them to enlarge..
My Feisty Fawn is here…
The mailman came by today and i got two packages.. First was the Ubuntu 7.04 (Feisty Fawn) CD's that i had requested. To tell you honestly it was rather quick this time around. That is, compared to my previous request for the 6.06 version.. hehehehe! I kind of felt like taking pictures... So here are a few shots..
Btw, if you want a copy for yourself, just register at https://shipit.ubuntu.com/ and request the package you want. The best part of it is its FREE!!
Oh, and my second package? Well it was my SSS id... I really look freaky in the picture so never mind that.. LOL! Better just stick with the Ubuntu for now...


