Jump to content

RunOnceEx Problem


flite

Recommended Posts

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"

Link to comment
Share on other sites


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 window

I don't know what the "Flags"=dword:00000000 is for, I don't have that

Edited by Glowy
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...