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.
17,057 Comments - Last post 26 minutes ago by LoLaPaZoLa
2 Comments - Last post 59 minutes ago by SlavenHarkin
1 Comments - Last post 1 hour ago by IronKnightAquila
439 Comments - Last post 1 hour ago by Dunther
1 Comments - Last post 1 hour ago by Volcanic
14 Comments - Last post 3 hours ago by snbac
10 Comments - Last post 4 hours ago by Felldrizzle
247 Comments - Last post 1 minute ago by Bainsol
20 Comments - Last post 1 minute ago by RePlayBe
45 Comments - Last post 2 minutes ago by yugimax
14 Comments - Last post 4 minutes ago by RePlayBe
1,278 Comments - Last post 15 minutes ago by aliihsandikmen
137 Comments - Last post 44 minutes ago by VernoWhitney
130 Comments - Last post 47 minutes ago by vigaristti
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.