flite Posted May 4, 2006 Posted May 4, 2006 I'm importing a .reg (see below) to set up the RunOnceEx registry keys, but unfortunately the status window doesnt come up and I'd like to be able to show that when the user/tech/whoever first logs on and for testing purposes. Can you guys spot anything wrong with this? Can I not do this with the .reg import? Thanks for your help. I really am starting to love this board.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]"Title"="Installing Applications""Flags"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001]"Hard Drive Protection"="%systemdrive%\\HardDriveProtection\\T4x\\setup.exe -S"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\002]"Fingerprint Software"="%systemdrive%\\FingerPrintSoftware\\setup REBOOT=\"ReallySuppress\" /qb-"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\003]"Recnow"="%systemdrive%\\Recnow\\RecNow\\setup.exe /r:n /qn"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\004]"IBM Access"="%systemdrive%\\Access\\T43\\setup.exe /s /w /v\" /qb-\""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\005]"Recnow update"="%systemdrive%\\Recnow\\Recnowupdate\\rn732\\setup.exe /qn"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\006]"Desktop Cleanup"="DEL \"c:\\documents and settings\\administrator\\Desktop\\t*_setup.bat.lnk\""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\007]"NSC TPM Module 1.1"="c:\\i386\\devcon /r install c:\\windows\\options\\drivers\\TPM_T43\\NSCTPM.INF"
Glowy Posted May 5, 2006 Posted May 5, 2006 (edited) Try changing your lines to something like this:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001]@="Hard Drive Protection""1"="%systemdrive%\\HardDriveProtection\\T4x\\setup.exe -S"That should bring up a status windowI don't know what the "Flags"=dword:00000000 is for, I don't have that Edited May 5, 2006 by Glowy
flite Posted May 5, 2006 Author Posted May 5, 2006 nice, thanks. the flags was just something i was testing.
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