Tzsync.exe Error: Unhandled Exception (System.IO.IOException)

tzsync.exe unhandled exception

When you sync the time zone information using the built-in Tzsync.exe tool, an “Unhandled Exception” error occurs. Application: tzsync.exe Unhandled Exception: System.IO.IOException: The specified registry key does not exist. at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.GetValueKind(String name) at TimeZoneSyncTask.DynamicDstTransform.GetDynamicDstRange(RegistryKey rkTimeZoneRoot, Dictionary`2 mapWinTzToTzid) at TimeZoneSyncTask.TimeZoneSync.Sync() at TimeZoneSyncTask.Program.Main(String[] args) And the following error shows up on the … Read more

Fix: Can’t Download Samsung Notes from Microsoft Store

samsung notes download store

When you search for “Samsung Notes” in the Microsoft Store app, the app is available in the listing, but the Get/Download button may be missing. Solution Method 1: Install Samsung Notes using Winget Open an admin Command Prompt window and run: winget install “Samsung Notes” or  winget install 9NBLGGH43VHV This downloads and installs Samsung Notes … Read more

Error “Something happened and your PIN isn’t available” in Diagnostic Startup

msconfig diagnostic startup - pin sign-in error

The System Configuration utility (msconfig.exe) has a mode called “Diagnostic startup, ” which starts Windows with minimal drivers and services. Over 200 services are disabled in that mode.

msconfig diagnostic startup - pin sign-in error

After enabling the Diagnostic Startup mode in the System Configuration Utility (msconfig.exe) and rebooting, you may be unable to sign in to your account using your PIN. The following error appears on the sign-in screen:Read more

Get the Install Date/Time of Store Apps in Windows 10

get appx installation date timestamp

The Apps & Features page in Windows 10 shows you the installation date (without the time) for each UWP app. In Windows 10, this information is stored in the registry.

get appx installation date timestamp

Unfortunately, PowerShell’s Get-AppxPackage cmdlet doesn’t display the installation timestamp data. But you can get the list of app packages and the corresponding install date and time using a script discussed in this post.Read more

How to Completely Uninstall a Driver in Windows 11/10

uninstall driver via apps and features

Windows comes with many built-in drivers for various hardware. When you connect a device to your computer, Windows will automatically install drivers from the driver store. If a suitable driver is unavailable in the store, you can use the vendor-supplied device driver or let Windows download the device driver automatically from the Microsoft Update servers.Read more