User Tools

Site Tools


windows_tricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows_tricks [2015/04/23 20:34] – created zertrinwindows_tricks [2016/11/21 05:22] (current) zertrin
Line 7: Line 7:
 //From http://www.tomshardware.co.uk/forum/76656-45-users-access-installed-programs // //From http://www.tomshardware.co.uk/forum/76656-45-users-access-installed-programs //
  
-"If your game or application works with admin accounts, but not with limited accounts, you can fix it to allow limited users to access the program files folder with "change" capability rather than "read" which is the default.+If your game or application works with admin accounts, but not with limited accounts, you can fix it to allow limited users to access the program files folder with "change" capability rather than "read" which is the default.
  
-    C:\>cacls "Program Files\appfolder" /e /t /p users:c+<code> 
 +C:\>cacls "Program Files\appfolder" /e /t /p users:c 
 +</code>
  
 where "appfolder" is the folder where the application is installed. where "appfolder" is the folder where the application is installed.
Line 15: Line 17:
 If you wish to undo these changes, then run If you wish to undo these changes, then run
  
-    C:\>cacls "Program Files\appfolder" /e /t /p users:r+<code> 
 +C:\>cacls "Program Files\appfolder" /e /t /p users:r 
 +</code> 
 + 
 +===== Set Powershell Execution Policy ===== 
 + 
 +See reference here: [[windows_tricks:powershell-exec-policy|About PowerShell Execution Policies]] 
 + 
 +<code> 
 +Set-ExecutionPolicy RemoteSigned -Scope Process 
 +Set-ExecutionPolicy Undefined -Scope Process 
 +</code> 
windows_tricks.1429792499.txt.gz · Last modified: by zertrin