Computing.Net > Forums > Disk Operating System > How do I remove this?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How do I remove this?

Reply to Message Icon

Name: Joe
Date: April 17, 2001 at 07:58:03 Pacific
Comment:

When I reboot into DOS from Win98se, the following appears:

"C:\>C:\PROGRA~1\YAMAHA\DS-XG\SETUPDS.exe /S
Bad Command or file name
C:\>

Microsoft (R) Windows 98
(C) Copyright Microsoft Corp 1981-1999

C:\ WINDOWS>_"


How do I get rid of that YAMAHA line at the top? Ever since I accidentally installed (then removed) this Dos-based program for my sound card, my computer takes longer to boot up and I'm convinced it's because my computer is trying to figure out what to do with that line at the top. I've done evrything else (including removing the autoexec.bat). I just want it gone. Please help.
Joe



Sponsored Link
Ads by Google

Response Number 1
Name: Jim
Date: April 17, 2001 at 08:15:12 Pacific
Reply:

Have you looked in your config.sys? Check your start-up folder too. There's other ways in which Windows starts stuff also. I've got a document I found somewhere listing them. It's big. I'll try to paste it in here.
*********************************************
All Known and Unknown Autostart Methods from TLSecurity.net

1. Autostart folder
Everything in here will restart.
C:\windows\start menu\programs\startup {english}
C:\windows\Menu Démarrer\Programmes\Démarrage {french}
This Autostart Directory is saved in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders Startup="C:\windows\start menu\programs\startup"
'So it could be easily changed by any program.

2. Win.ini
[windows]
load=file.exe
run=file.exe

3. System.ini [boot]
Shell=Explorer.exe file.exe

4. c:\windows\winstart.bat
'Note behaves like an usual BAT file. Used for copying deleting specific files. Autostarts
everytime

5. Registry
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices]

6. c:\windows\wininit.ini
'Often Used by Setup-Programs when the file exists it is run ONCE and then is deleted by windows
Example: (content of wininit.ini)
[Rename]
NUL=c:\windows\picture.exe
'This example sends c:\windows\picture.exe to NUL, which means that it is deleted. This
requires no interactivity with the user and runs totaly stealth.

7. Autoexec.bat
Starts everytime at Dos Level.

8. Registry Shell Spawning
[HKEY_CLASSES_ROOT\exefile\shell\open\command] @="\"%1\" %*"
[HKEY_CLASSES_ROOT\comfile\shell\open\command] @="\"%1\" %*"
[HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"%1\" %*"
[HKEY_CLASSES_ROOT\htafile\Shell\Open\Command] @="\"%1\" %*"
[HKEY_CLASSES_ROOT\piffile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\batfile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\comfile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\exefile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\htafile\Shell\Open\Command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\piffile\shell\open\command] @="\"%1\" %*"

The key should have a value of Value "%1 %*", if this is changed to "server.exe %1 %*",
the server.exe is executed EVERYTIME an exe/pif/com/bat/hta is executed.
Known as Unkown Starting Method and is currently used by Subseven.

9. Icq Inet
[HKEY_CURRENT_USER\Software\Mirabilis\ICQ\Agent\Apps\test]
"Path"="test.exe"
"Startup"="c:\\test"
"Parameters"=""
"Enable"="Yes"

[HKEY_CURRENT_USER\Software\Mirabilis\ICQ\Agent\Apps\
This key includes all the APPS which are executed IF ICQNET Detects an Internet Connection.

9. Misc Information
[HKEY_LOCAL_MACHINE\Software\CLASSES\ShellScrap]
@="Scrap object" "NeverShowExt"=""

The NeverShowExt key has the function to HIDE the real extension of the file (here) SHS.
This means if you rename a file as "Girl.jpg.shs" it displays as "Girl.jpg" in all programs
including Explorer.
Your registry should be full of NeverShowExt keys, simply delte the key to get the real
extension to show up.
_____________________________________________________________________________________________

The always-up-todate version can be found at :
http://www.tlsecurity.net/auto.html


0

Response Number 2
Name: The Doof
Date: April 17, 2001 at 09:03:05 Pacific
Reply:

Very nice Jim!


0

Response Number 3
Name: Tony
Date: April 17, 2001 at 11:58:26 Pacific
Reply:

actually look in the file c:\windows\dosstart.bat
some drivers you install, may add to this file, for dos support.
if you want to get rid of it, just delete it, or edit the file, and add a line right at the top @echo off
this will stop the display of the info.


0

Response Number 4
Name: Joe
Date: April 17, 2001 at 22:53:42 Pacific
Reply:

Tried the above with no success. When I open dosstart, it shows the line I'm trying to eliminate, but I can't eliminate it. Right click don't work, no delete or edit available, prompt doesn't move, etc. It's a batch file. Is that relevant? a message came up saying, "this program has been terminated."

There's nothing in config.sys, autoexec.bat, or winstart.bat files. Can find nothing in registry related to this.

Any more ideas?
Joe


0

Response Number 5
Name: mr o
Date: April 18, 2001 at 01:19:26 Pacific
Reply:

open up dosstart.bat with notepad and delete the offending line, then save it.
or from dos use edit to open it and remove the line(then save it).


0

Related Posts

See More



Response Number 6
Name: Joe
Date: April 18, 2001 at 09:02:29 Pacific
Reply:

Got it. Thanks guys.
Joe


0

Response Number 7
Name: Chris Hodapp
Date: April 18, 2001 at 10:43:25 Pacific
Reply:

Did you ever think of looking in AUTOEXEC.BAT?


0

Response Number 8
Name: mr o
Date: April 20, 2001 at 01:26:11 Pacific
Reply:

but it wasnt in the autoexec.bat, so it would have been unproductive to do so anyway.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: How do I remove this?

How do i get the 'c' prompt in dos?? www.computing.net/answers/dos/how-do-i-get-the-c-prompt-in-dos-/10211.html

how do I delete this dir www.computing.net/answers/dos/how-do-i-delete-this-dir/348.html

How can I remove files in DOS ? www.computing.net/answers/dos/how-can-i-remove-files-in-dos-/10052.html