Hi tweaker,
That didn’t come out quite as expected.
Please copy and paste the text in the code box into a notepad.
cd e:\
REG QUERY "HKU" > %USERPROFILE%\Desktop\profile.txt
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /s >> %USERPROFILE%\Desktop\profile.txt
start %USERPROFILE%\Desktop\profile.txt
In the notepad click file > save as
[*]Make sure the Save as box is set to Desktop
[*]In the filename box type profile.bat
[*]click save
You should now have a file on your desktop named profile.bat. It will have an icon with a couple of gears in it.
[*]Right click the file and click run as Adminstator
[*]ok the UAC
[*]a black window will open
[*]when the window closes a notepad named profile.txt will open
[*]it will also be saved to your desktop
Please post the contents of profile.txt