Re: "Remove add-in's upon exit" macro
since these on/off settings are stored in the registry it seems like you
only need to write a program to restore an exported registry key
Oh gosh, now _that_ was clever.
What I don't know of is how to mechanically do this -- or if you need to
write a windows script instead.
No scripting is needed. You could use normal windows scheluded tasks to
apply the registry values eg. every morning. You can apply a registry file
silently by command "regedit.exe /s c:\foo\bar.reg"
-h-
.
Relevant Pages
- Re: Netzwerkdrucker per Script installieren
... löse es kurzfristig eher unelegant in der Registry. ... Lösung mit Windows Script arbeiten, da ich später mehr Zeit habe. ... Ich werde versuchen in die Newsgroup zu kommen um mich weiter zu entwickeln. ... ich auf 20 Netzwerkdrucker zugreifen, ... (microsoft.public.de.german.windowsxp.sonstiges) - Re: Weird problem. Cant execute VBS files
... Windows Script 5.6 Documentation ... > Registry because restoring the Registry after I run into this problem ... > install something to see if the problem crops up again. ... > know if I should restore my Registry. ... (microsoft.public.windowsxp.basics) - Re: script engine no worky!
... See if reinstalling Windows Script engine helps. ... Regards, ... >> Most programs that supposedly clean the registry just screw it up. ... (microsoft.public.windowsxp.help_and_support) - Re: PythonWin troubleshooting
... Oh my gosh - thank you, ... entries in my registry. ... I've blown it away and at least at initial ... (comp.lang.python) - Re: how to enlarge debug window?
... If you ever had debugged complex recursive function systems you would know what I have to suffer... ... And for those coming up with similar clever answers, of course I'm long enough in business to replace debug.print by a sub call "debugprint astring" but there are some advantages using the first construction in spite of the second one, you clever guys will surely know which ones. ... So if it only would be a matter of registry value it would have be nice to could it change. ... (microsoft.public.vb.general.discussion) |
|