|
|||||||
| Windows XP / 2000 / NT / 9x Forum Discussion for Windows operating systems from XP right back to the very beginnings! |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
*Help* Dial up.exe problem
I currently can't delete this program that's a dialup.exe. It's taking up a lot of the system's resources and I honestly think that it's the cause for disabling registryedit.exe and task manager.
I can't access any of those, and I used Spybot to get rid of the rest of the programs. This is my friend's PC, and her friends used it and really were computer illiterate, which lead to the system being used improperly as far as installing inappropriate programs to it's harddrive. Can someone please help me out here? She's using Windows XP Home version. So just to run down the three problems: 1.) Cannot delete a dialup.exe program. I'll liste the exact file name, sysupd.exe I'm having Spybot to search for what type of file it actually is right now. It's TSCash 0190 Dialer and here is their site: 2.) Why is taskmanager disabled or unavalible? 3.) She has no password for her user name on Windows XP, so why is it saying that Admin has disabled registryedit.exe? Thank you all for your help, Mikehere is their site |
|
|
|
|
|
#2 | |
|
Obvious Closet Brony Pony
|
virus alert... there more problems that i think.... When task manager and Regiedit isn't available... that means usually that there is a virus or worm or soemthing preventing any possibly way of getting around it and destroying it... you could try booting to a dos disk and accessing the drive and deleting it that way through dos... but you might have to find a Dos disk that has NTFS support if it's been installed..... go to www.pcpitstop.com and run the virus scanner there
__________________
Quote:
|
|
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
Isn't there another free virus scaning site that I can use? I remember one on google.com Also, what about the registryedit.exe problem? |
|
|
|
|
|
|
#4 | |
|
Obvious Closet Brony Pony
|
as i said.. the virus probably made it's own user profile or blocked it using it's own configuration... some viruses are that smart...
__________________
Quote:
|
|
|
|
|
|
|
#5 |
|
HardwareHeaven Extreme Member
|
|
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
|
|
|
|
|
|
|
#7 | |
|
Obvious Closet Brony Pony
|
Tiro might have a work around.... but it might require a clean format and reinstall....
__________________
Quote:
|
|
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
|
|
|
|
|
|
|
#9 |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
TSCash - Manual Removal
http://www.pestpatrol.com/pestinfo/t/tscash.asp TROJ_TSCASH.A http://www.trendmicro.com/vinfo/viru...=TROJ_TSCASH.A Remove the files in Safe Mode, remove autorun reference in registry, then do a thorough scan with a current AV using updated definitions. Continue your maintenance by removing spyware with Spybot Search & Destroy and Ad-aware. the removal of viruses, trojans and other malware can be quite tricksy, take the machine to a good local shop and have them do it for you. If you are unable to clean your computer yourself. If you recieve msg.. "Registry editor has been disabled by your administrator." when trying to run regedit. Create and Run the following script.. Copy/Paste the below script info onto a notepad, Save and name it regedit_fix.vbs. Code:
Dim WSH
Set WSH = WScript.CreateObject("WScript.Shell")
sRegValue = "HKEY_CURRENT_USER\Software\Microsoft\Windows\" _
& "CurrentVersion\Policies\" _
& "System\DisableRegistryTools"
WSH.RegWrite sRegValue, "0", "REG_DWORD"
Set WSH = Nothing
MsgBox "Enabling Regedit.", 4096,"Done!"
http://housecall.antivirus.com/ |
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
![]() Now, how do I create a script? |
|
|
|
|
|
|
#11 |
|
HH's #1 Hustla and Pimp
|
and dont goto porno sites
|
|
|
|
|
|
#12 |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
pls reread my previous post for how to create the .vbs file..
and here's how the .vbs file will look on notepad..
|
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
|
|
|
|
|
|
|
#14 | ||
|
Obvious Closet Brony Pony
|
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#15 |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
here's the msg that you get when trying to run regedit (Registry Editor)..
![]() regedit_fix.vbs (update) Code:
Dim WSH
Set WSH = WScript.CreateObject("WScript.Shell")
sRegValue = "HKCU\Software\Microsoft\Windows\" _
& "CurrentVersion\Policies\" _
& "System\DisableRegistryTools"
WSH.RegWrite sRegValue, "0", "REG_DWORD" ' change 0 to 1 for disable regedit
Set WSH = Nothing
MsgBox "Enabling Regedit.", 4096, "Done!"
Luck, make sure that the VBScript tool- filename extension is .vbs (see in pic the .vbs icon) not .txt or .vbs.txt or else... follow the next steps.. Open a notepad then Copy/Paste the script info onto it, on the notepad menu click File -> Save As... then type in the field File name: regedit_fix.vbs or anyname.vbs (in pic i use "regedit.vbs" just to make its name in one line). then select the Save as type: All Files then click Save.. then browse to where you saved it and D-Click on the file to run it. ![]() Now you should be able to open your Registry Editor (by typing regedit in the Run box and click OK.) Last edited by Net; May 11, 2004 at 02:33 PM. |
|
|
|
|
|
#16 |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
for the Task manager...
here's the msg that you recieve when trying to start the Task Manager (Ctrl-Shift-Esc)
![]() taskmanager_fix.vbs (or Enable_taskmanager.vbs) Code:
Dim WSH
Set WSH = WScript.CreateObject("WScript.Shell")
sRegValue = "HKCU\Software\Microsoft\Windows\" _
& "CurrentVersion\Policies\" _
& "System\DisableTaskMgr"
WSH.RegWrite sRegValue, "0", "REG_DWORD" ' change 0 to 1 for disable Task Manager
Set WSH = Nothing
MsgBox "Enabling Task Manager.", 4096, "Done!"
-Or- Edit/modify your registry manually.. Open the Registry Editor and then locate the following key Code:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System --->DisableTaskMgr now you should be able to open the Task Manager. |
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
*****EDIT****** Can you send me that script file then, please? E-mail it at d4rkthr0ne@yahoo.com Please? I'd appreciate it, thanks. Last edited by Luck; May 11, 2004 at 08:20 PM. |
|
|
|
|
|
|
#18 |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
i've provided all the info..., you create the .vbs file form your computer.
you have ran a VBScript tool before as i remember, so try to create one from the info yourself, and run it on the PC, you'll be prompted when the script is done. both VBScript tools the regedit_fix.vbs and the taskmanager_fix.vbs will only fix the registry in the HKEY_CURRENT_USER keys. it's poss that the trojan has also modify the HKEY_LOCAL_MACHINE keys, but i don't think so.. anyway if you still cannot open either the regedit or the task manager pls let me know.. Last edited by Net; May 12, 2004 at 02:56 AM. |
|
|
|
|
|
|
|
|
I like to whinge
Join Date: Jul 2003
Posts: 820
Rep Power: 0 ![]() |
Quote:
Now, how do I find this autorun registry? I also found this trojan that I cannot delete. It's some Stubby trojan, it's called.\ ***Edit**** Because I have no clue what I'm doing, I came across a registry that said "WAITTOKILLSERVICE TIMEOUT Value date 20000" should I delete this? Last edited by Luck; May 13, 2004 at 05:32 AM. |
|
|
|
|
|
|
#20 | |
|
Member
Join Date: Mar 2003
Posts: 5,989
Rep Power: 71 ![]() ![]() ![]() ![]() |
Quote:
do NOT delete that registry value or any key/value you don't know or not sure about.. to find the autorun registry... read and follow the steps you see on the 2 articles on my 1st post.. delete both the files and the registries only you have exactly the same files and/or registry values. |
|
|
|
|
|
|
#21 | |
|
DriverHeaven Lover
Join Date: Dec 2002
Location: In your backyard
Posts: 236
Rep Power: 0 ![]() |
Quote:
__________________
System 1: CPU: AMD Athlon 64 3200+ (socket 939) | DVD-RW: Sony DVD RW DW-U18A | Motherboard: MSI K8N Neo2-54G | GFX: nVidia Geforce 6600 GT | Monitor: Samsung SyncMaster 1100DF | RAM: 1 GB Kingston PC 3200 | Sound: Soundblaster X-Fi | Main HDD: 2 * Western Digital Raptor 36.7GB Serial ATA 10000RPM @ RAID 0 | Storage HDD: Maxtor DiamondMAX Plus 9 120 GB 8 MB Cache | DVD: Lite-On 16* DVD | OS: Windows XP SP2 | PSU: Sweex 650W PSU System 2: CPU: AMD Sempron 3000+ | Motherboard: MSI K7N2 Delta2-FSR | GFX: nVidia Geforce 6200 256 MB | Monitor: Hercules Prophetview 920 PRO | RAM: 1 GB Kingston PC 3200 | Sound: Nvidia Soundstorm | Main HDD: Maxtor DiamondMAX Plus 9 80 GB 8 MB Cache | CD-ROM: NEC 52* CD | OS: FreeBSD 6.0-STABLE | PSU: A-Open 300W PSU Laptop: CPU: AMD Mobile Sempron 3100+ | GFX: SiS M760GX 128 MB | Monitor: 15" XGA TFT LCD | RAM: 1 GB Kingston PC 3200 | Sound: Realtek AC '97 audio | HDD: 40 GB | DVD-RW: Slimtype DVDRW SOSW-833S | OS: Windows XP PRO SP2 |
|
|
|
|
![]() |
| Thread Tools | |
|
|