473,671 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows XP-SP2 : “New Folder” Virus attack

487 Recognized Expert Contributor
My system affected by “New Folder” Virus. Now I cannot get my regedit and taskmanager. I scanned my system with antivirus using AVG, Norton and virus removed but till no use.
How can I get my regedit and taskmanager and what can I do?
Dec 1 '07 #1
4 3873
cooldilip
3 New Member
To enable both Regedit and Task Manger Follow these procedures...

Steps in enabling registry editor:

After scanning, go to run dialog box.

Type gpedit.msc then goto:

User Configuration -> Administrative Templates -> System

in right-side pane, set
"Prevent access to Registry editing tools" to either Not Configured or Disabled.

(or)

Copy the following code,paste in any notepad and save as "regtools.v bs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.

Code goes here.......
Expand|Select|Wrap|Line Numbers
  1. 'Enable/Disable Registry Editing tools
  2. '© Doug Knox - rev 12/06/99
  3. Option Explicit
  4. 'Declare variables
  5. Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
  6. Dim enab, disab, jobfunc, itemtype
  7. Set WSHShell = WScript.CreateObject("WScript.Shell")
  8. p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
  9. p = p & "DisableRegistryTools"
  10. itemtype = "REG_DWORD"
  11. mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
  12. enab = "ENABLED"
  13. disab = "DISABLED"
  14. jobfunc = "Registry Editing Tools are now "
  15. 'This section tries to read the registry key value. If not present an 
  16. 'error is generated.  Normal error return should be 0 if value is 
  17. 'present
  18. t = "Confirmation"
  19. Err.Clear
  20. On Error Resume Next
  21. n = WSHShell.RegRead (p)
  22. On Error Goto 0
  23. errnum = Err.Number
  24. if errnum <> 0 then
  25. 'Create the registry key value for DisableRegistryTools with value 0
  26.  WSHShell.RegWrite p, 0, itemtype
  27. End If
  28. 'If the key is present, or was created, it is toggled
  29. 'Confirmations can be disabled by commenting out 
  30. 'the two MyBox lines below
  31. If n = 0 Then
  32.  n = 1
  33. WSHShell.RegWrite p, n, itemtype
  34. Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
  35. ElseIf n = 1 then
  36.  n = 0
  37. WSHShell.RegWrite p, n, itemtype
  38. Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
  39. End If
  40.  



Steps in enabling Task manager:

After scanning, go to run dialog box.

Type gpedit.msc then goto:

User Configuration -> Administrative Templates -> System->Ctrl+Alt+Del

in right-side pane, set
"Remove Task Manager" to either Not Configured or Disabled.
Dec 4 '07 #2
VACEPROGRAMER
168 New Member
Hi Hary. I'll try that later when i get home
I'll help you if i can!!
VACE
Dec 5 '07 #3
CyberSoftHari
487 Recognized Expert Contributor
Thank you cooldilip and VACEPROGRAMER,
I enabled task manager and never tried this regedit. Because the PC affected is at home so I am unable to copy this code (no internet connection.).
Dec 6 '07 #4
VACEPROGRAMER
168 New Member
HARRY just get a Windows XP SP2 cd and make a repair of windows.
Thats the solution.

PS: Thanks for helping me with "Run program before windows start"
Get in my team for building a operating system (OS)

vace
Dec 12 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

11
12245
by: PC | last post by:
It's obvious, that Windows XP has a Java 2 VM (including the SWING-module), because we can all run Java 2 applets in Internet Explorer. But what about the support for Java 2 Applications? I would just like to run an application packed in a JAR-file on Windows XP: JavaProg.jar (Java Archive Resource). But without installing a SDK, i don't have an association of the JAR-file to be started with JAVAW, or the JAVA command to use 'java -jar...
1
3431
by: Peter L.S. Trevor | last post by:
I just got Visual Studio 6 Enterprise which includes SQL Server 7. However, when I try to install SQL7 (Standard Edition ?) on Windows XP Home it only installs the client components and not the server component. The install routine claims this is because of the version of Windows I am using. Now I know that IIS isn't supposed to be installable on Windows XP Home but it is with a fairly straight forward hack, so what I was...
2
1314
by: Bart | last post by:
Dear, This question is probably of topic, but does there exist a Resource Kit for Windows XP or should I use the Resource Kit of Windows 2000 ? Regards, Bart -- www.xenopz.com
3
2885
by: Chris Williamson | last post by:
Hi, Currently I am working on a Visual Basic program that makes use of an Access database produced under Japanese Access '97. The program works correctly on Windows 2000, however when it is used under English XP, Visual Basic reports the error "Could not find file" when it tries to open the database. I have tried converting the database to Access 2000, however this now
2
1508
by: umilmi81 | last post by:
I am having a problem creating an ASP.NET application in Visual Studio.NET 2003, installed on Windows XP Professional I get a message stating that I do not have ASP.NET 1.1 installed, so I can not create web applications I downloaded the update that is supposed to install ASP.NET 1.1, but I'm still getting the message My research leads me to understand that VS.NET 2003 wont allow users to create web applications on anything "less" than...
20
2209
by: Maurice | last post by:
Hi all, I have an application, designed in Visual Studio 2005, which will run mainly on Windows XP computers. If I run the application on a Windows XP computer having the Windows XP Theme selected the controls look nice rounded, etc. just like in Windows XP. But if I run the application on a Windows XP computer having the Windows
4
8826
by: Steve Barker | last post by:
Hi guys! I have written a .NET application that uses WMI to iterate through CD drives, in order to detect whether a certain CD has been loaded into the CD Drive. When the application starts up, I run a basic WMI query to check whether WMI is installed. Clearly, there are some issues with older versions of Windows not having WMI
12
2330
by: comp.lang.php | last post by:
Env: Windows XP, Apache 1.33, PHP 5.2.0 <? echo is_dir($_SERVER) . " for dir = " . $_SERVER); ?>
0
1909
by: sanwan | last post by:
Windows XP Tablet PC http://microsoft.com/france/windows/xp/tabletpc/images/banner.jpg La nouvelle version du c¨¦l¨¨bre OS de Microsoft, Windows XP est diponible pour les PC au format Tablet. L'une des ¨¦volutions apport¨¦es par cet OS est l'apparution des stylets sur les postes de travail qui ¨¦taient jadis pr¨¦sents sur les PDA et les Webs Pads. Microsoft a pr¨¦sent?cette nouvelle version de Windows XP lors du salon Interop Network...
7
4966
by: =?Utf-8?B?RWRkaWU=?= | last post by:
We have an odd situation with some of our single-threaded CPU-bound C++ programs. They run between 2 and 4 times faster on Windows XP than on windows Server 2003 on the same Xeon hyperthreading dual processor machine (we borrowed one from our IT department, and have been alternating these two operating systems on it.) Even more odd, if we run a Virtual PC with Windows XP on top of the Windows 2003 Server on the same Xeon machine, the...
0
8473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8390
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2808
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.