You can use msconfig and disable those programs (search on the search bar for msconfig) or you can use CCleaner for example and disable them from there.
Comment has been collapsed.
1) open notepad
2) write this code
@echo off
taskkill /F /IM mom.exe
taskkill /F /IM ccc.exe
save as whatever.bat to anywhere you want
3) open task scheduler (just search it in startup)
4) create basic task
5) create name, then go to triggers
6) select on startup on "begin the task"
7) delay task for 15min, press ok
8) go to actions tab, press new
9) select start a program, then browse the script "whatever.bat", press ok
10) in general tab, find "configure for" and select windows 7, press ok
11) restart pc and test it
Comment has been collapsed.
argh. I hate being tech savvy sometimes.
taskkill didn't work. I know I was right (I was using "taskkill /f /if mom.exe", etc.), but still didn't work. So I tried pskill. It worked once, then Windows stopped recognizing it as a valid executable, like it never existed.
So I had to download pskill from sysinternals. Did work, but I was using PIDs and they were generated each time the .exes were started.
Then again I had to hide the damn console because it's annoying, so I downloaded hstart (command is hstart.exe /NOCONSOLE "myBatchFile.bat").
In the end I had to download two external .exes to execute a very simple task. Stupid windows.
Comment has been collapsed.
329 Comments - Last post 1 minute ago by Banortwi
49 Comments - Last post 10 minutes ago by Atombomb2097
34 Comments - Last post 25 minutes ago by malkavian1331
34 Comments - Last post 48 minutes ago by OneManArmyStar
3 Comments - Last post 48 minutes ago by lostsoul67
371 Comments - Last post 1 hour ago by Atombomb2097
39 Comments - Last post 2 hours ago by Chris76de
10,786 Comments - Last post 15 minutes ago by Talleyrand
42 Comments - Last post 17 minutes ago by Ugluck
41 Comments - Last post 19 minutes ago by BoBsync
601 Comments - Last post 43 minutes ago by RePlayBe
17,827 Comments - Last post 49 minutes ago by GeekDoesStuff
70 Comments - Last post 51 minutes ago by RePlayBe
1,154 Comments - Last post 1 hour ago by maratets
Well, this should be somewhat easy. I'm thinking about using a batch file after X number of seconds but there might be an easier way.
I need to kill mom.exe and ccc.exe (ATI Catalyst) after it loads, because I need to change my gamma from 1.00 to 1.10. Catalyst does this, but after that is an unnecessary waste of precious RAM.
Also another FREE software that does this, would be awesome.
Any ideas?
Comment has been collapsed.