Jump to content

Windows 7 7093 Leaked! (Screenshot)


ICEEXOL

Recommended Posts


Access Denied,

Would you care to share, just where you got your version of Win-7?

I'm still using 7048, (64 bit) and I love it. It runs so much faster than my XP-Pro 32 on the same PC.

Except for WinMail not working, I've had no real problems with it.

The little script to put "Take Ownership" in the right-click context menu makes working with it a lot easier.

Has that script been discussed in this forum. I can't remember where I found it.

:ph34r:

Link to comment
Share on other sites

"Take Ownership" is simply a command prompt script that runs. It's added to the context menu via registry:

Windows Registry Editor Version 5.00

;Created by Vishal Gupta for AskVG.com

[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"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...