sounds like microsoft installer.
I would run cmd.exe as an admin then run the command
set
scroll down to the temp and tmp environment variables and confirm they are set to valid directories
in my case both are set to the hidden appdata directory
you can start control panel->system->edit environment variables
to see and edit the settings.
then I would guess I would have to run the icals.exe command to give permissions on each directory entry then remove them.
command would be something like this
start cmd.exe as an admin,
cd c:\
icacls *.tmp /grant everyone:F /t /q
then you should be able to delete them.
after that I would go to windows update and see if it is trying and failing to install something like a .net install. run updates and see if you get more of these temp directories created.
I would run cmd.exe as an admin then run the command
set
scroll down to the temp and tmp environment variables and confirm they are set to valid directories
in my case both are set to the hidden appdata directory
you can start control panel->system->edit environment variables
to see and edit the settings.
then I would guess I would have to run the icals.exe command to give permissions on each directory entry then remove them.
command would be something like this
start cmd.exe as an admin,
cd c:\
icacls *.tmp /grant everyone:F /t /q
then you should be able to delete them.
after that I would go to windows update and see if it is trying and failing to install something like a .net install. run updates and see if you get more of these temp directories created.
Last edited: