BYPASS ADMIN PRIVILEDGES TO INSTALL DESIRED APPLICATION
Ever wanted to install an application but then you need administrative privileges on the PC to run your app?
Here is a simple trick
copy your .exe application into a folder, in that folder create a new notepad file, rename the file and also change the file extention from .txt to .bat
now type just these two lines of code in the file
"
Set __COMPAT_LAYER=RunAsInvoker
Start PowerISO47.exe
"
Where "PowerISO.exe" should be the name of your application.
Note: Both Application and the .bat file must be in the same folder
No comments:
Post a Comment