Jump to content

Programmatically Disable Windows Logo Testing Notification


tempnode

Recommended Posts

I have written an application that launches a program called RAMDisk. RAMDisk creates a virtual HDD by allocating a specified amount of unused memory space. Anyway, when I install RAMDisk, I always get the Windows Logo Testing notifications, so I would like to disable them ONLY FOR THE TIME THAT I RUN MY PROGRAM.

Since I want the logo-testing done at all other times, it seems best to simply disable logo-testing while my application is running, then enable it upon application shutdown. Is there a way that I can do this programmatically? My application is written in C# in VS2005.

Thanks for the help!

edit: i've tried changing the value in the registry (HKEY_LOCAL_MACHINE->Software->Microsoft->Driver Signing) to ignore, but this did nothing.

Edited by tempnode
Link to comment
Share on other sites


Since I want the logo-testing done at all other times, it seems best to simply disable logo-testing while my application is running, then enable it upon application shutdown. Is there a way that I can do this programmatically?
/* This program turns the Driver signing Policy On/Off for Windows XP */

* Written by Stefan `Sec` Zehl <sec@xxxxxx>, 15.11.2004

http://openvpn.net/archive/openvpn-users/2...1/msg00341.html

http://www.boot-land.net/forums/index.php?...ost&p=24923

Which RAMDisk driver do you use?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...