Desktop Watermarks: The Difference Between “For Testing Purposes Only” and “Test Mode”

Desktop Watermarks: The Difference Between “For Testing Purposes Only” and “Test Mode”

  1. Here's what your normal Windows 7 Desktop look like. Well, not the whole desktop of course but its bottom-right corner.

  2. Now we change the following registry value.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "PaintDesktopVersion"=dword:00000001

  3. Now instead of changing the registry we perform a totally different change. Import the Microsoft Test Root Authority certificate into the Trusted Root Certification Authorities container of the local computer store.

    certutil.exe -addstore ROOT testroot.cer

  4. Remove this certificate and enable Test Signing instead.

    bcdedit.exe /set {Current} TestSigning "On"

  5. The last example is pretty expectable. Enable both Test Signing and import Microsoft Test Root Authority certificate the same time.

Leave a Comment
  • Please add 1 and 4 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
Page 1 of 1 (1 items)