| | |
removing "threadmaster"
![]() |
•
•
Join Date: Mar 2006
Posts: 2
Reputation:
Solved Threads: 0
Hi people
1st a confession , I don't know anythin bout PC's at programmin level :rolleyes:
2nd , I need help :o
I installed a program called "threadmaster" , this controls CPU % level per application , I thought it sounded cool till I realised I cudn change the CPU % easily cuz I don't understand command prompts & stuff !!
The procedure to remove it is :-
How do I uninstall ThreadMaster ?
You properly don't want to uninstall ThreadMaster, but if you insist here is how to do it:
Start a command prompt.
Go to the %windir%\system32\ThreadMaster directory
net stop threadmaster
ThreadMast -remove
Delete the folder %windir%\system32\ThreadMaster
Your are done.
Well , as I sed , I don't even know wot a command prompt is :o
Cud some kind soul tell me how in VERY simple terms how to do the above , perleez ?!
Ta
1st a confession , I don't know anythin bout PC's at programmin level :rolleyes:
2nd , I need help :o
I installed a program called "threadmaster" , this controls CPU % level per application , I thought it sounded cool till I realised I cudn change the CPU % easily cuz I don't understand command prompts & stuff !!
The procedure to remove it is :-
How do I uninstall ThreadMaster ?
You properly don't want to uninstall ThreadMaster, but if you insist here is how to do it:
Start a command prompt.
Go to the %windir%\system32\ThreadMaster directory
net stop threadmaster
ThreadMast -remove
Delete the folder %windir%\system32\ThreadMaster
Your are done.
Well , as I sed , I don't even know wot a command prompt is :o
Cud some kind soul tell me how in VERY simple terms how to do the above , perleez ?!
Ta
1. Click on the "Run..." option under your Start menu.
2. In the resulting "Open:" box, type the following and then hit OK:
CMD
3. In the DOS window that opens, type the following commands (in the order given) one at a time. Hit the Enter key after typing each command, and wait for the command to complete before continuing. You will know that a given command has completed when, after hitting Enter, the screen displays the command prompt (the string of characters ending with a ">") again:
CD %windir%\system32\ThreadMaster
net stop threadmaster
ThreadMast -remove
CD ..
rmdir /S/Q threadmaster
4. Close the DOS window when you are done.
2. In the resulting "Open:" box, type the following and then hit OK:
CMD
3. In the DOS window that opens, type the following commands (in the order given) one at a time. Hit the Enter key after typing each command, and wait for the command to complete before continuing. You will know that a given command has completed when, after hitting Enter, the screen displays the command prompt (the string of characters ending with a ">") again:
CD %windir%\system32\ThreadMaster
net stop threadmaster
ThreadMast -remove
CD ..
rmdir /S/Q threadmaster
4. Close the DOS window when you are done.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Also- in the future, please use proper grammar and spelling in your posts. This is a technical support forum, so unlike chat rooms and the like, your posts here need to be clear, concise, and easily understood.
Thanks-
Thanks-
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Mar 2006
Posts: 2
Reputation:
Solved Threads: 0
Hi,
Thankyou so much for your help and I apologise for not using correct protocol in my initial post :o
I have tried the procedure you describe but it is not working.
when I type CMD in run I do get the box , but , the following appears after C:\ :- documents and settings\evoboy> 'evoboy' is my computer name.
When I type in the 1st line CD%windir% etc etc , and press enter , I get :- file name directory name or volume label syntax is incorrect.
I have tried a few variations but no joy.
Can you help me further please ?
Thankyou so much for your help and I apologise for not using correct protocol in my initial post :o
I have tried the procedure you describe but it is not working.
when I type CMD in run I do get the box , but , the following appears after C:\ :- documents and settings\evoboy> 'evoboy' is my computer name.
When I type in the 1st line CD%windir% etc etc , and press enter , I get :- file name directory name or volume label syntax is incorrect.
I have tried a few variations but no joy.
Can you help me further please ?
•
•
•
•
Originally Posted by linear
When I type in the 1st line CD%windir% etc etc , and press enter , I get :- file name directory name or volume label syntax is incorrect.
Also: "%windir%" is a variable whose real value is the actual name of your Windows folder. On Windows 2000 systems, that folder is "C:\WINNT", and on XP systems it is "C:\Windows". Therefore, you can use the following syntax of the CD command instead of the one given in the instructions:
CD C:\Windows\system32\ThreadMaster (if you have XP)
or:
CD C:\WINNT\system32\ThreadMaster (if you have Win 2K)
If using one of the above commands gives you no errors, the DOS prompt should then display the C:\%windir%\system32\ThreadMaster path instead of C:\ documents and settings\evoboy, meaning that the command worked. You can then proceed with the rest of the uninstall commands.
Try the above and let us know what happens.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
![]() |
Similar Threads
- Need help removing "Downloader" virus. (Viruses, Spyware and other Nasties)
- google "keyword" question (Search Engine Optimization)
- Can't remove "about:blank" homepage. Please help. (Viruses, Spyware and other Nasties)
- Can't remove "about:blank" homepage. Please help. (Viruses, Spyware and other Nasties)
- I need someone to go over the "hijackthis" process because of a spyware hit please (Windows 95 / 98 / Me)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: Boot problem
- Next Thread: Blue screen prob, please help
| Thread Tools | Search this Thread |
.net 3.5 3daccelertion 2007 2010 activedirectory alaris apache application arm auto automatically black blue book boot cellphones chinese collaboration computer computerfreezes crash desktop desktops dns domain dotnetnuke drive error errors explorer features firefox folder fontmanagers fonts gadgets install intel killprocess laptop laptops latitude linux load login mac markshuttleworth microsoft minimalizes mobile monitor netbooks novell nvidia opensource operatingsystems osinstallationproblem osx outlook partition patch port product proxy raid rds remotedesktopconnection repair replacingraiddrive screen server. simplifiedchinese sp1 sp3 spyware studios ubuntu unreadable update usb verizon videogames virtual virus vista visual vulnerability wab webos weecam win win32/heur window windows windows7 windowsxp windowsxpnotstartingup. worm xp






