WOW thanks. I didn't think anyone would reply
I haven't heard of super hidden files in a long time. Do they still work in vista? ( Also what are they used for?.....I guess I could google it )
The Ownership and permissions form command line is great info. Thanks for the tip, I'll probably need to use it in about 10 minutes. lol.(seriously)
I use the rightclick and take ownership function a lot
---add
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
--add
I use that a lot but I always prefer to know the command for the function. By the way What is the correct way to post code or commands?
The most used processes is pretty cool Ill check that out
THANKs man ----AGITA