Hi Rick,
Sevenforums does not condone "mischevious" behaviour, the following info should only be used to get your computer back to its original state as you say you would like to do.
I'm not entirely sure if this will work, but you could try copying and pasting the following text into a notepad document. Then save the document as something like "
ChangeTheme.vbs". You can save it to the desktop for easy access if you are allowed.
Of course, this may require an admin password depending on how they have set up their policy.
Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:""C:\Windows\Resources\Ease of Access Themes\basic.theme""" Wscript.Sleep 1000 WshShell.AppActivate("Desktop Properties") WshShell.Sendkeys "%FC" WshShell.Sendkeys "{F4}"
Once you have saved the .vbs file, double click it and run the script.
I would also suggest simply contacting the System Administrator and asking him to reset your account profile
Let me know how this goes