📎 AI Summary:
The thread discusses issues with running programs and Google Drive on Windows 8 with Start8 and ModernMix, particularly related to permission problems with the Temp directory and executing downloaded files. The original poster notes that Google Drive's Python interpreter resides in Temp and cannot be deleted while running, leading to complications in running setup files directly from the browser due to access denied errors. A suggested workaround involves adjusting startup processes, but the main frustration remains the need to run downloaded installers as administrator, highlighting persistent permission and workflow challenges.

Jon Fleming

New Member
Joined
May 7, 2013
Messages
2
Thread Author #1
Of course this is Windows 8, with Start8 and ModernMix to make it bearable. My account is an administrator. UAC is off (I build a lot of live CDs and flash drives that can't be built with UAC on).

For the last week or so I've had problems running Google Drive or choosing Run when I download a program. For some reason known only to a few Google Drive wants to keep a Python interpreter in C:\Users\{UserName}\Appdata\Local\Temp, and it isn't allowed to load it unless it's run as administrator. I can fix that, but what's really annoying is that no setup program can be run directly from the browser. I have to save it, open up downloads, and run it as administrator.

What could have changed to provoke this behavior?
 

Solution
If it's running, Google Drive won't let me delete its Python interpreter from the Temp directory. If it's not running and I delete its Python interpreter from the Temp directory, Google Drive stops working. So the workaround is to remove Google Drive from the Run key in the registry, add a shortcut in the Startup folder, and set that shortcut to run as administrator. The Temp directory isn't supposed to be used for permanent program components, but that's what they are doing.

But the major irritation is downloading a program and running it directly. In a browser I click on a download link. The browser shows a popup asking what I want to do. I click run. The download completes. An error dialog pops up saying that setup can't access...

davehc

Essential Member
Premium Supporter
Joined
May 1, 2008
Messages
5,546
I cannot read the exact problem, from your posts, but, if I understand correctly, you could try deleting the entire contents of "C:\Users\{UserName}\Appdata\Local\Temp"- I do this weekly, as part of my maintenance. If the action worries you, then, instead of deleting, in the first instance, move the contents to another temporary location.
The problem is probably "Google drive" related. I do not use it, but maybe a member with more knowledge in it's use, can suggest a method of clearing the fault
 

Jon Fleming

New Member
Joined
May 7, 2013
Messages
2
Thread Author #3
If it's running, Google Drive won't let me delete its Python interpreter from the Temp directory. If it's not running and I delete its Python interpreter from the Temp directory, Google Drive stops working. So the workaround is to remove Google Drive from the Run key in the registry, add a shortcut in the Startup folder, and set that shortcut to run as administrator. The Temp directory isn't supposed to be used for permanent program components, but that's what they are doing.

But the major irritation is downloading a program and running it directly. In a browser I click on a download link. The browser shows a popup asking what I want to do. I click run. The download completes. An error dialog pops up saying that setup can't access something or other, access is denied.

And when I save the download to the download folder, I almost always have to run that downlaoded setup as administrator.
 

Solution