I need to go out and buy a hard drive to back up my files before I do anything labled as "proceed at your own risk". I'm going to do that as soon as i get out of class tomorrow. Just to scare me a little more...what exactly am I risking? I suppose it can't really get much worse than it already is.
Well . . . I always say that. I am doing ten things at once and it's always possible I can screw up a simple batch . . . Plus, it is not always a good idea to run something a stranger posts on the web . . .
Since you seem comfortable digging around the registry, you need to change this:
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="C:\\WINDOWS\\system32\\desote.exe \"%1\" %*"
To This:
[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
Basically, you want to remove only the part in bold:
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="C:\\WINDOWS\\system32\\desote.exe \"%1\" %*"
My little batch should do that, but if you're more comfortable doing it manually, go for it!!
PP :)