Jump to content

tempnode

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About tempnode

tempnode's Achievements

0

Reputation

  1. 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.
×
×
  • Create New...