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.
2,359 Comments - Last post 14 minutes ago by xitau
21 Comments - Last post 1 hour ago by Jirou
16,650 Comments - Last post 1 hour ago by Channel28
217 Comments - Last post 1 hour ago by Mayanaise
240 Comments - Last post 2 hours ago by FranckCastle
217 Comments - Last post 3 hours ago by anditsung
27 Comments - Last post 4 hours ago by Dadkill
10 Comments - Last post 1 minute ago by DeepGlimpse
145 Comments - Last post 45 minutes ago by DarkCobra
50 Comments - Last post 49 minutes ago by Xeradan
40 Comments - Last post 49 minutes ago by stlpaul
88 Comments - Last post 54 minutes ago by Rattacore
71 Comments - Last post 1 hour ago by lav29
306 Comments - Last post 1 hour ago by lav29
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.