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.
18 Comments - Last post 3 minutes ago by Zepy
2 Comments - Last post 10 minutes ago by DanteOP
768 Comments - Last post 11 minutes ago by grimfandango8888
37 Comments - Last post 1 hour ago by GarlicToast
49 Comments - Last post 1 hour ago by Chris76de
11 Comments - Last post 2 hours ago by PoeticKatana
154 Comments - Last post 2 hours ago by LeLecherousLeech
35 Comments - Last post 24 seconds ago by Zepy
41 Comments - Last post 5 minutes ago by ELGADO26
28,504 Comments - Last post 7 minutes ago by stlpaul
2,212 Comments - Last post 7 minutes ago by Mayanaise
11 Comments - Last post 13 minutes ago by IronKnightAquila
7 Comments - Last post 19 minutes ago by antidaz
3,435 Comments - Last post 32 minutes ago by ba2
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.