Guest User

Untitled

a guest
Apr 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. right click the executable and go to **PROPERTIES**
  2. go to the **SECURITY** tab
  3. click **ADVANCED** at the bottom
  4. click **ADD** at the bottom
  5. type **ADMINISTRATORS** for the name. if you have a domain then adjust appropriately
  6. press **OK** to get the custom settings for the administrator's group
  7. check the **DENY** checkbox next to "TRAVERSE FOLDER/ EXECUTE FILE" permission (2nd on the list)
  8. hit OK and so-on until you've closed the properties entry for that file.
  9.  
  10. RUNAS /trustlevel:<TrustLevel> program
  11.  
  12. /trustlevel <Level> should be one of levels enumerated
  13. in /showtrustlevels.
  14. /showtrustlevels displays the trust levels that can be used
  15. as arguments to /trustlevel.
  16.  
  17. This requires an elevated command prompt.
  18.  
  19. RUNAS /showtrustlevels
  20.  
  21. RUNAS /trustlevel:X "Application target"
Add Comment
Please, Sign In to add comment