Difference between revisions of "Windows 10"

From PC Savants Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
* Change Value from 0 to 1
 
* Change Value from 0 to 1
 
* Reboot
 
* Reboot
 +
 +
=== Remove Recovery Partition from Windows Explorer ===
 +
 +
* CMD
 +
* DISKPART
 +
* LIST DISK
 +
* SELECT DISK #
 +
* SELECT VOLUME #
 +
* ATTRIBUTES VOLUME SET HIDDEN
 +
* ''ATTRIBUTES VOLUME CLEAR HIDDEN'' - Use this command if you hid the wrong drive or need access to the partition.

Revision as of 23:33, 3 July 2019

Troubleshooting

BSOD

CRITICAL SERVICE FAILED

Disable driver signature enforcement

Run SIGVERIF from the RUN menu to check for all unsigned drivers.


Windows Defender

How to disable Windows Defender Antivirus using Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

Create New DWORD (32-bit) Value in the Windows Defender folder.

  • DisableAntiSpyware
  • Change Value from 0 to 1
  • Reboot

Remove Recovery Partition from Windows Explorer

  • CMD
  • DISKPART
  • LIST DISK
  • SELECT DISK #
  • SELECT VOLUME #
  • ATTRIBUTES VOLUME SET HIDDEN
  • ATTRIBUTES VOLUME CLEAR HIDDEN - Use this command if you hid the wrong drive or need access to the partition.