Also, I just tried to install HiJackThis and it said "The system administrator has set policies to prevent this installation." Which shouldn't be happening because I AM the administrator
You were currently logged in as administrator?
Was this in safemode or normal mode?
I'll guide you through how to get to the common places that a virus hides.
Registry[/u]
The registry holds a bunch of values, which your computer uses. It also holds some keys that will run at startup.
Boot into windows (safe or normal)
Click start then run then type in "regedit" without quotes
A window should appear that has 2 panes. On the left it should look something like folders, called keys. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. Now on the right side it will have different values. Those values will most likely be file paths, and all of those will start at startup. We would need the stuff in the 'Data' column to see if a virus is hiding. This could be a screenshot (be sure to get the full path or just you typing it out.
Here are the rest of the places in the registry viruses could hide.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
Do not modify anything in there yet, you could cause damage to your system.
Services[/u]
There is a simple method to dump via command line.
Click start then run
type in "net start >> C:\services.txt" without quotes
What this does is will envoke the net start command which lists all your services running, and then pipe (redirect)the output to a file which I specified as C:\services.txt. You can change the filepath to whatever you want. Then attach it to your next post. Again this could tell us what you have installed.
Startup in the start menu
Click start then all programs. Anything in the startup folder in the list will start at startup. Take note of what is there and report anything relevant. I know java and adobe stick stuff there and they are legitimate programs.
Additionally try to run rootkit revealer made by sysinternals.
http://technet.microsoft.com/en-us/sysinte...s/bb897445.aspx Download link at the bottom. While this is running NOTHING else can be opened, that includes even a windows explorer window and solitaire. Save the file once it is complete, and post it.