Archive for July, 2019

How to Turn on Automatic Registry Backup in Windows 10

July 2nd, 2019 by Admin

Starting with the April 2018 Update (version 1803), Windows 10 stopped backing up the registry automatically to the RegBack folder, and Microsoft encourages users to use a system restore point in the event of registry corruption. Navigating to the Windows\System32\config\RegBack folder and you’ll find that it’s empty.

This change is by design, and is intended to help reduce the overall disk footprint size of Windows. For those who still want to restore the functionality of creating registry backup automatically, here is a registry tweak to turn on automatic registry backup in Windows 10.

How to Turn on Automatic Registry Backup in Windows 10

  1. Press the Windows key + R to open the Run dialog, type regedit and hit Enter to launch Registry Editor.

  2. Browse to this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager. On the right pane, right-click on blank space and select New -> DWORD (32-bit) Value.

  3. Name the new DWORD EnablePeriodicBackup. Next, double-click it and set the value to 1.

  4. After a reboot, Windows 10 will automatically backup the registry to the RegBack folder, and create a RegIdleBackup task to manage subsequent backups.
  5. If you need to create backups of the registry manually, just open Task Scheduler and navigate to Microsoft\Windows\Registry. Right-click on the RegIdleBackup task and select Run.

    It will immediately save your registry to the Windows\System32\config\RegBack folder.

That’s how you can easily turn on automatic registry backup in Windows 10. When your registry gets damaged and corrupted, you can restore the registry backup to the folder Windows\System32\Config with a Live CD.

How to Disable Windows Hello PIN Setup in Windows 10

July 1st, 2019 by Admin

How do I stop Windows 10 from asking you to set up a PIN at startup? Is there a way to disable the add a PIN option in the Settings app? In this tutorial we’ll show you how to disable Windows Hello PIN setup using group policy in Windows 10.

How to Disable Windows Hello PIN Setup in Windows 10

  1. Press the Windows key + R to open the Run dialog, type gpedit.msc and hit Enter to open Local Group Policy Editor. If you’re running Windows 10 Home, Local Group Policy Editor is not available and you can use other ways to disable Windows 10 PIN login.

  2. Navigate to: Computing Configuration / Administrative Templates / Windows Components / Windows Hello for Business. On the right-side pane, double-click on the “Use Windows Hello for Business” policy.

  3. Select Disabled. Click Apply and then OK.

  4. Reboot your computer to apply the changes. The next time you open the Settings app and go to Accounts -> Sign-in options. You’ll find that the options to set up Windows Hello PIN / Face / Fingerprint are unavailable any longer.

If you’ve already set up Windows Hello PIN before applying the above policy, you can still sign in to Windows 10 with PIN or remove the existing PIN sign-in option. But you’re unable to change the PIN any longer.