derniwi Posted January 23, 2009 Posted January 23, 2009 Hi,is it possible to preserve the FLAGS value of the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx key over some reboots?I install some software and I want to hide the RunOnceEx window (flags=0x000000b0), but while rebooting, the value is deleted and after the reboot the window will be shown.Regards, Nils.
phaolo Posted January 23, 2009 Posted January 23, 2009 Are you sure FLAGS is deleted exactly when rebooting?If not, you could just recreate the registry entry from runonceex itself before the shutdown commandI cannot think at any other solution..
derniwi Posted January 26, 2009 Author Posted January 26, 2009 Are you sure FLAGS is deleted exactly when rebooting?If not, you could just recreate the registry entry from runonceex itself before the shutdown commandI cannot think at any other solution..I tried to re-insert the flags during the "Windows Update" is running (the RunOnceEx task), but after the reboot it was deleted.(I created a script which added the registry value and I ran regedit.exe without continuing other programs until regedit was closed, and the flags value was there. But after the reboot it was removed)
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