|
Re: program to remove "windows is now running in safe mode"
Pretty sure it's written into the packaged drivers so removing the actual message is an effort. You could however use some form of macro language to rid of the message once it's running, then maybe compile it and throw it into the start of your batch file for SM. May i suggest throwing together an AutoHotkey/AutoIt script to step up from batch to a macro language? (Google the names, AutoHotkey is easier to use for this sort of thing)...
Other than that all i can think of is checking out msconfig.exe and under the boot section seeing if there's a message surpression thing? Godknows to be honest but i think it's there to stay, so a work around is the way i'd go about it.
Cheers,
Jamey
|