Astalavista Posted July 11, 2004 Posted July 11, 2004 I would like to ask the group if they can find out what is the silent switchfor install this program CHIKKA.Here is the link for the program.http://www.chikka.com/download.htmlI would like to install this program silently. Plus I don't want it to automaticallystart everytime i bootup. updatei figure out that i can use chikka.exe/s to silently isntall but a window pops upasking if i want to register. I wonder if i can use taskkill.exe for this problem.I also don't want to it to auto run each time i boot windows.Thanks
mazin Posted July 11, 2004 Posted July 11, 2004 Locations of "Run" strings in your Registry are here:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunExamples:- QuickTime TaskREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "QuickTime Task" /f- Internet Download ManagerREG DELETE HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IDMan /fThis is the taskkill command line:taskkill /F /IM program.exe
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