1
How can I run restricted applications in a non-admin account if gpedit.msc is disabled by an admin. Is it possible?
1
How can I run restricted applications in a non-admin account if gpedit.msc is disabled by an admin. Is it possible?
1
If you are loging in with a standard user account with no administrative rights and Gpedit.msc is disabled, there is not a lot that you can do. I've been checking on the web to prove I could be wrong but...
4
No, that's pretty much the point of the restricted applications functionality.
0
You can install and use restricted programs without admin rights (i know this works on Windows 7+). Uniextractor/unzip probably won't work because it still can't run admin applications.
Enter this code:
set __COMPAT_LAYER=RunAsInvoker
start "" "Name of Installer File.exe"
This basically sets the internal compatibility settings to run the file at the highest privilege you have no matter what the file's preset RunAs parameter is. Some files will still check for admin afterwards. To get the file to install correctly, you need to select a directory of installation that doesn't require admin (Installing to C:/Program Files/AppName won't work). Try installing to the desktop/AppName.
-1
U can install and use restricted programs without admin rights on xp and 7. U have to use uniextractor to unzip and install the files. it works 100%
link:
Your link is broken, you might wanna fix it. – Bobby – 2010-08-10T09:33:42.657
False, if an app need to be run as admin, it won't work without admin. – Magnetic_dud – 2012-12-15T12:12:19.310