Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 38:00:07 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
22 files (29,767K bytes) |
Messages: | 173,681 |
I keep getting numerous amc****.tmp.LOG1, amc****.tmp.LOG2 and
amc****.tmp files in my C:\Users\(user account name)\AppData\Local\Temp folder. Does anybody know what's causing this? They seem to be about 8kb
in size, each of them. I'm running W10 Pro, fully updated.
TIA.
On Wed, 9/24/2025 7:38 PM, John C. wrote:
I keep getting numerous amc****.tmp.LOG1, amc****.tmp.LOG2 and
amc****.tmp files in my C:\Users\(user account name)\AppData\Local\Temp
folder. Does anybody know what's causing this? They seem to be about 8kb
in size, each of them. I'm running W10 Pro, fully updated.
TIA.
We know the LOG1 and LOG2 extensions imply journaled content.
The .tmp is apparently a registry hive.
https://learn.microsoft.com/en-us/answers/questions/2805519/hidden-file-filling-my-system
"looking at time stamp of latest amc*.tmp.log file in user profile temp dir -
Go to computer manager > event viewer > windows logs > application... event info
with same time stamp showed: event name: windowsnonfatalsuspecteddeadlock
with problem sig: geolocation.dll.
If you have privacy settings > location > set to "OFF", below that, set a
default location for apps to use upon attempt to detect, as browser-based
scripts can call to this.
UPDATE:
Problem reoccurred, so I opted to disable "geolocation.dll" entirely.
Browse to c:\windows\system32\geolocation.dll
Right-click and go to properties > security > advanced. Change ownership to your ID.
Disable Inheritance > OK > reboot.
Problem went away.
To reverse this if needed - enable inheritance > ok. then reboot.
"
On 25/09/25 01:46 AM, Paul wrote:
On Wed, 9/24/2025 7:38 PM, John C. wrote:
I keep getting numerous amc****.tmp.LOG1, amc****.tmp.LOG2 and
amc****.tmp files in my C:\Users\(user account name)\AppData\Local\Temp
folder. Does anybody know what's causing this? They seem to be about 8kb >>> in size, each of them. I'm running W10 Pro, fully updated.
TIA.
We know the LOG1 and LOG2 extensions imply journaled content.
The .tmp is apparently a registry hive.
https://learn.microsoft.com/en-us/answers/questions/2805519/hidden-file-filling-my-system
"looking at time stamp of latest amc*.tmp.log file in user profile temp dir -
Go to computer manager > event viewer > windows logs > application... event info
with same time stamp showed: event name: windowsnonfatalsuspecteddeadlock
with problem sig: geolocation.dll.
If you have privacy settings > location > set to "OFF", below that, set a
default location for apps to use upon attempt to detect, as browser-based
scripts can call to this.
UPDATE:
Problem reoccurred, so I opted to disable "geolocation.dll" entirely.
Browse to c:\windows\system32\geolocation.dll
Right-click and go to properties > security > advanced. Change ownership to your ID.
Disable Inheritance > OK > reboot.
Problem went away.
To reverse this if needed - enable inheritance > ok. then reboot.
"
Thanks very much, Paul.