skst / Timekeeper

Display the date and time on your Windows taskbar in any format and color.
MIT License
10 stars 0 forks source link

Windows Explorer hangs when the Windows atl.dll is not registered #3

Closed skst closed 3 years ago

skst commented 3 years ago

For some reason, one Windows system that Timekeeper has been tested on did not have atl.dll registered properly. In this case, Timekeeper caused Explorer to hang. The solution is to register atl.dll with regsvr32.exe.

regsvr32.exe atl.dll

skst commented 3 years ago

This is not an issue with Timekeeper.