tripper1977 Posted April 3, 2008 Posted April 3, 2008 hello all can some one please give me a example of how to used the RunOnceEx.cmd Creator because i havent got a clue i have read the help file that came with app but i still dont realy get it thanks for all your time
Sull Posted April 5, 2008 Posted April 5, 2008 Here is an example.@echo offcmdow @ /HIDSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "#1 Sull's Sony UX driver & application solution" /fREG ADD %KEY%\001 /V 1 /D "%SystemDrive%\DPsFnshr.exe"REG ADD %KEY%\001 /V 2 /D "%SystemRoot%\System32\nLite.cmd"REG ADD %KEY%\010 /VE /D ".NET Framework 3.5" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\SOFTWARE\010_DOTNET35-LITE.EXE" /fREG ADD %KEY%\015 /VE /D "FoxIt PDF Reader Pro v2.0 Build 1312" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\SOFTWARE\FOXIT.exe" /fREG ADD %KEY%\020 /VE /D "uTorrent 1.61 build 490" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\SOFTWARE\UTRRNT.exe" /fREG ADD %KEY%\020 /V 2 /D "%systemdrive%\CONFIG\PAUSE.exe"REG ADD %KEY%\025 /VE /D "Sygate Pro v5.6 Build 3408" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\SOFTWARE\SGATE.exe" /fREG ADD %KEY%\027 /VE /D "TeraCopy Pro v2.0b" /fREG ADD %KEY%\027 /V 1 /D "%systemdrive%\SOFTWARE\TERACOPY.EXE" /fREG ADD %KEY%\028 /VE /D "Quick Batch File Compiler" /fREG ADD %KEY%\028 /V 1 /D "%systemdrive%\SOFTWARE\QBFCS.EXE" /fEXIT
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