Help - Search - Members - Calendar
Full Version: Programmatically Disable Windows Logo Testing Notification
MSFN Forums > Unattended Windows Discussion & Support > Device Drivers

   
Google Internet Forums Unattended CD/DVD Guide
tempnode
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.
cdob
QUOTE (tempnode)
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?

QUOTE
/* 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?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.