Home Computer Audio Asylum

Music servers and other computer based digital audio technologies.

Option 2: Kill Windows – Aggressive

Another process utility (pskill.exe) is needed to kill process and its dependencies. Instructions copied into .bat file has ‘[YOUR SOUNDCARD PROCESS]’ – put your soundcard’s process here (e.g. kX = kxmixer.exe and RME = hdsp32.exe). Also remove ‘rem ’ prefix. Next instruction kills RME’s mixer process (if ‘rem ’ prefix removed).

1. Download PSTools.zip from link below

2. Open zip file and copy pskill.exe (183KB) to c:\ (root directory)

3. Run pskill.exe (double-click on it) to do away with license agreement confirmation

4. Edit .bat file and clear all contents

5. Copy following instructions into .bat file

@echo off
rem # Kill Windows UI
start /wait c:\process.exe -k explorer.exe

rem # Start Task Manager
start C:\WINDOWS\system32\taskmgr.exe

rem # Kill Windows & VTTimer.exe (for Biostar mobo using VIA chipset)
start /wait c:\process.exe -k VTTimer.exe
start /wait c:\process.exe -k smss.exe
start /wait c:\process.exe -k winlogon.exe
start /wait c:\pskill.exe -t lsass.exe
start /wait c:\pskill.exe -t svchost.exe

rem # Adjust priorities, eg. High, RealTime, BelowNormal, Low
start /wait c:\process.exe -p taskmgr.exe Normal
rem start /wait c:\process.exe -p [YOUR SOUNDCARD PROCESS] AboveNormal
rem start /wait c:\process.exe -k hdspmix.exe

rem # Start Foobar
start /wait /REALTIME c:\progra~1\foobar2000\foobar2000.exe

rem # Start UI after Foobar
start /wait /B c:\windows\explorer.exe

6. Test by double-clicking .bat file



This post is made possible by the generous support of people like you and our sponsors:
  Signature Sound   [ Signature Sound Lounge ]


Follow Ups Full Thread

FAQ

Post a Message!

Forgot Password?
Moniker (Username):
Password (Optional):
  Remember my Moniker & Password  (What's this?)    Eat Me
E-Mail (Optional):
Subject:
Message:   (Posts are subject to Content Rules)
Optional Link URL:
Optional Link Title:
Optional Image URL:
Upload Image:
E-mail Replies:  Automagically notify you when someone responds.