How To Fix Windows 10 Pro Test Mode build 10240 Watermark
How to remove Windows 10 Pro Test Mode build 10240 Watermark
1. Open elevated command prompt. ( right click windows start open cmd admin )
2. Enter this command.
Code:
bcdedit -set TESTSIGNING off
3. Reboot your pc...
EXPLANATION
Windows since Windows , does not allow unsigned or test-signed kernel mode code (drivers) to be loaded at all.
In order for developers of drivers to be able to properly develop the driver, they need to rapidly load different versions of it into windows. This would require them to get each version signed by Microsoft. That's not reasonable, so Microsoft added the ability to allow loading of test-signed drivers through the use of "Test Mode".
2nd reason ... you upgrade from Home Windows Version or Basic
1. Open elevated command prompt. ( right click windows start open cmd admin )
2. Enter this command.
Code:
bcdedit -set TESTSIGNING off
3. Reboot your pc...
EXPLANATION
Windows since Windows , does not allow unsigned or test-signed kernel mode code (drivers) to be loaded at all.
In order for developers of drivers to be able to properly develop the driver, they need to rapidly load different versions of it into windows. This would require them to get each version signed by Microsoft. That's not reasonable, so Microsoft added the ability to allow loading of test-signed drivers through the use of "Test Mode".
2nd reason ... you upgrade from Home Windows Version or Basic
No comments
Post a Comment