The error code "2" is "file not found".
The hex error code "0xC0000005A" 9 hex digits -- that's too long! Is it 0xC0000005 or 0xC000005?
If it's 0xC0000005 is probably "Access Denied". If it's 0xC000005A it's an invalid owner.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an issue in which installations of exe's fail when running as a Virtual Admin using JEA - both of the binaries I have tested (Wireshark and Notepad++) both fail at effectively the same place. The both fail to create a file in C:\Windows\Temp
For troubleshooting purposes I have altered my PSSC to do the following to help rule out this issue:
The error code "2" is "file not found".
The hex error code "0xC0000005A" 9 hex digits -- that's too long! Is it 0xC0000005 or 0xC000005?
If it's 0xC0000005 is probably "Access Denied". If it's 0xC000005A it's an invalid owner.
On the machines where this doesn't work, have you checked the ACL on the C:\Windows\Temp directory?
The owner should be "System". "Users" should have "Traverse folder / execute file", "Create files / write data", and "Create folders / append data".
Have you tried using another folder?
Ack, ACL's are set-up just like you mentioned above. I even tried giving 'Everyone' FullControl as a troubleshooting step but it didn't help (which i've since reverted).
Wrt to trying another folder, I changed both User TMP and TEMP and System variables but again no changes, it appears the binaries are forcefully trying to write files in this location.
Thanks,
Dan