Jump to content

Recommended Posts

Posted (edited)

Does required Admin give you admin or just makes it so that when u run the script it "must have admin" ?

Also it is possible to hide lets say notepad and make it save to the desktop without ever seeing it ?

@sw_hide ?

-Runner

Edited by TheRunner
Posted

#RequireAdmin will check first to see if the script has admin privileges already. If it does not, then it runs the script with the UAC prompt to ask for an administrator.

Most programs ignore @SW_HIDE nowadays. You don't need to bother with Notepad though. Just use FileWrite and save the file to the desktop yourself.

Posted

#RequireAdmin will check first to see if the script has admin privileges already. If it does not, then it runs the script with the UAC prompt to ask for an administrator.

Most programs ignore @SW_HIDE nowadays. You don't need to bother with Notepad though. Just use FileWrite and save the file to the desktop yourself.

Darn, ight

Ill keep messin with it

;)

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...