tempnode Posted August 7, 2008 Posted August 7, 2008 (edited) 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 August 7, 2008 by tempnode
cdob Posted August 8, 2008 Posted August 8, 2008 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.2004http://openvpn.net/archive/openvpn-users/2...1/msg00341.htmlhttp://www.boot-land.net/forums/index.php?...ost&p=24923Which RAMDisk driver do you use?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now