WinFuture-Forum.de: Aspi-treiber Deinstallieren - WinFuture-Forum.de

Zum Inhalt wechseln

Nachrichten zum Thema: Software
Seite 1 von 1

Aspi-treiber Deinstallieren geht das?


#1 _max_

  • Gruppe: Gäste

geschrieben 15. Januar 2005 - 20:57

Ich möchte meine ASPI-Treiber wieder deinstallieren. Kann mit jemand helfen und erklären, wie das geht?
0

Anzeige



#2 Mitglied ist offline   MZottel 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.165
  • Beigetreten: 14. Mai 03
  • Reputation: 8
  • Geschlecht:Männlich
  • Wohnort:Leverkusen
  • Interessen:Musik (Gothic)
    Sport
    Computer

geschrieben 16. Januar 2005 - 11:41

diese kleine bat datei sollte dir helfen

Edit:
ich die bat datei nicht hochladen also kopier ambesten alles hier raus und speicher dies dann als killaspi.bat ab dann nur noch ausführen und dein prob sollte erledigt sein

@Echo off
SET ver=1.7
IF %OS%==Windows_NT Goto WinNT

:Win9x
CLS
Echo KillASPI %ver%
Echo.
Echo Windows 9x or ME Detected.
Echo Windows is in : %winbootdir%
Echo Killing Files...

Echo   - WINASPI.DLL
IF NOT EXIST %winbootdir%\system\winaspi.dll Echo     [ file does not exist ]
IF EXIST %winbootdir%\system\winaspi.dll del %winbootdir%\system\winaspi.dll > nul

Echo   - WNASPI32.DLL
IF NOT EXIST %winbootdir%\system\wnaspi32.dll Echo     [ file does not exist ]
IF EXIST %winbootdir%\system\wnaspi32.dll del %winbootdir%\system\wnaspi32.dll > nul

Echo   - ASPIENUM.VXD
IF NOT EXIST %winbootdir%\system\aspienum.vxd Echo     [ file does not exist ]
IF EXIST %winbootdir%\system\aspienum.vxd del %winbootdir%\system\aspienum.vxd > nul

Echo   - APIX.VXD
IF NOT EXIST %winbootdir%\system\iosubsys\apix.vxd Echo     [ file does not exist ]
IF EXIST %winbootdir%\system\iosubsys\apix.vxd del %winbootdir%\system\iosubsys\apix.vxd > nul

Echo Done!
Echo.
Echo ASPI Layer is Killed.
Echo Reboot your PC to make the changes active.
Goto End

:WinNT
CLS
Echo KillASPI %ver%
Echo.
Echo Windows NT or 2000 Detected.
Echo Windows is in : %windir%
IF %PROCESSOR_ARCHITECTURE%==x86 Goto Intel
Goto Alpha

:Intel
Echo Killing Files...
Echo   - WINASPI.DLL
IF EXIST %windir%\system\winaspi.dll (
  del %windir%\system\winaspi.dll > nul
) ELSE (
  Echo     [ file does not exist ]
)
Echo   - WOWPOST.EXE
IF EXIST %windir%\system\wowpost.exe (
  del %windir%\system\wowpost.exe > nul
) ELSE (
  Echo     [ file does not exist ]
)
Echo   - WNASPI32.DLL
IF EXIST %windir%\system32\wnaspi32.dll (
  del %windir%\system32\wnaspi32.dll > nul
) ELSE (
Echo     [ file does not exist ]
)
Echo   - ASPI32.SYS
IF EXIST %windir%\system32\drivers\aspi32.sys (
  del %windir%\system32\drivers\aspi32.sys > nul
) ELSE (
  Echo     [ file does not exist ]
)
Echo Done!
Echo.
Echo ASPI Layer is Killed.
Echo Reboot your PC to make the changes active.
Goto End

:Alpha
Echo Alpha CPU Detected.
Echo Sorry, only Intel x86 and compatible platforms are supported.
Goto End

:End
SET ver=
pause
exit

Dieser Beitrag wurde von MZottel bearbeitet: 16. Januar 2005 - 11:43

Have Fun MZottel

Projekte: UpdatePack + Scanner, ZAAMPPServer, VistaMizer, UltraUXThemePatcher, LaTeXUSB, SevenMizer

Zitat

"Es ist gelogen, dass Videogames Kids beeinflussen. Hätte Pac Man das getan, würden wir heute durch dunkle Räume irren, Pillen fressen und elektronische Musik hören." (Kristian Wilson, NINTENDO INC., 1989)
0

#3 _max_

  • Gruppe: Gäste

geschrieben 16. Januar 2005 - 11:47

Na das ist doch mal was. Danke! Ich probiers aus.

EDIT: Hat einwandfrei geklappt. Nochmals Danke.

Dieser Beitrag wurde von max bearbeitet: 16. Januar 2005 - 12:05

0

#4 Mitglied ist offline   DonGrado 

  • Gruppe: Mitglieder
  • Beiträge: 3
  • Beigetreten: 15. Februar 05
  • Reputation: 0

  geschrieben 15. Februar 2005 - 09:57

Hallo,
auch ich möchte ASPI deinstallieren.
Wie lasse ich den Code laufen?
Dank im voraus.
0

#5 Mitglied ist offline   burning-joe 

  • Gruppe: aktive Mitglieder
  • Beiträge: 669
  • Beigetreten: 19. Juli 04
  • Reputation: 0
  • Wohnort:Österreich

geschrieben 15. Februar 2005 - 10:08

Du kopierst das Zeug in Notepad (oder heißt der Editor in der deutschen Version?) rein, dann gehst du auf "Speichern unter". Da wählst du als Dateityp "Alle Dateien" und speicherst es unter irgendwas.bat.
Danach noch ein Doppelklick drauf und los gehts.
lG Joe
0

Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0