Jump to content

Recommended Posts

Posted

Don't know if this is possible...

1) Info here might help http://forums.wugnet.com/Security-disable-...pict354703.html

2) You can use group polity (gpedit.msc) to completely disable the right-click menu, but the user can still choose new shortcut from the File menu in Explorer/My Computer....

3) I didn't find anyway to ResHack explorer.exe :)

2) Best workaround:

;;;; #noTrayIcon

$title = "Create Shortcut";Change title as needed

While 1
    sleep(100)
    If WinExists($title) Then ControlClick($title,"",2);the cancel button
WEnd
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!

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
×
×
  • Create New...