Windows OS
--
Questions
--
Followers
Top Experts
I use Windows Server 2008 R2.
Is it possible to run .exe files without having administrator privileges? So, f.e. I copy - paste .exe file on my desktop and I am not administrator - can I run that file? What should be set to do this?
Greetings, Frenky
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
You could try this:
whatever.exe /runas:Administrator your_pasword






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
-rich
If the program is written to follow the Microsoft programming guidelines it should not require escalation of user privileges and should run as a standard user.
If it is requesting administrative access then one must troubleshoot the reasons why.. Actually one can create a compiled script that will launch the application as an administrator with the pertinent security credentials hidden from the user using security by obscurity.
If it is an in-house program then it needs to be modified to run properly.. if it is from an outside vendor then go after the vendor to make a properly designed version.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
What can possibly cause this? Is there a way where I can see log of that?
I've also created a path rule in AppLocker to 'allowed' and path to my application. Again, with no result. Exe file simply doesn't run.
did you not believe that your use of applocker might be important???






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
I have UAC maxed out, created a console app and a forms app "Hello World", copied these files to a subdirectory in Drive C:
logged in as a standard user AND as a Guest user and was able to execute both programs without a prompt.
Ergo: I believe it is applocker that is your problem.
I've also disabled dep, via console. Same result... is there a way I can see log of blocked files?

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I've read: http://dosysadminsdream.wordpress.com/2012/01/18/windows-2008-unblock-executable-button/
What is said here is logical, but I don't see 'unblock' button:

From the article, it says that once file is unblocked, the button dissapears (in fact, it was never there because I haven't pressed it, for sure). So it should be unblocked, but I still can not run it as non-administrator. I can run the same file as administrator.
When I sign in as non-administrator, the program works neither from network drive, neither if I copy-paste it to server's disc. So it seems that only non-admins can not run .exe files. But, where should I set the rule to allow some .exe files to be run by non-admins?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
I've turned off UAC and DEP.
On the server check the applocker event log http://technet.microsoft.com/en-us/library/ee791749%28v=ws.10%29.aspx

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
-rich






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
https://www.experts-exchange.com/questions/27738516/Windows-Server-logging-blocked-execution-of-the-exe-file.html
Windows OS
--
Questions
--
Followers
Top Experts
This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.