You are on page 1of 1

Windows 7 has imprinted the desktop with several watermark that will appear if t

he condition warranted, similar to Windows Vista. For example, "For testing purp
oses only" will appear if the user installs a beta or RC copy of Windows 7, "Eva
luation copy" if the operating system installed is not activated yet, "Test Mode
" when enabling the testsigning mode (allow non-CA signed self-signed certificat
e to be used), "Safe Mode" when booting into Safe Mode, and etc.
Source: MyDigitalLife
Quote:
So if you followed Method 1 of how to disable signature driver checking, you may
see "Test Mode Windows 7 Build 7600 on the bottom left corner of the screen". I
f you want to re-enable driver checking and remove the test mode message, just d
o the reverse of Method 1 by going into command prompt again (run as administrat
or) and type the following:
bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING OFF
You may use sigverif command to check if there are any unsigned drivers and to w
hich application/device they are tied with

If you have the UAC turned on, choose Yes to proceed. Otherwise, you should see
the command windows opened already. In the shell window, copy paste the followin
g and hit Enter.
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON

You might also like