Fixed PPSAP background issue
Step1. Create PPSAP.bat
++++++++++++++++++++++++++++
@echo off
cd c:\"program files (x86)"\ppstream
ppstream.exe
taskkill /im ppsap.exe /f /t
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v "PPS Accelerator" /f
++++++++++++++++++++++++++++
@echo off
cd c:\"program files (x86)"\ppstream
ppstream.exe
taskkill /im ppsap.exe /f /t
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v "PPS Accelerator" /f
++++++++++++++++++++++++++++
Step2. Create PPSAP.vbs file
++++++++++++++++++++++++++++
set ws=wscript.createobject("wscript.shell")
ws.run "PPSAP.bat /start",0
set ws=wscript.createobject("wscript.shell")
ws.run "PPSAP.bat /start",0
++++++++++++++++++++++++++++
Step3. Put these two file together under C:\Program Files (x86)\PPStream\
Step4. Modify PPStream shutcut with "C:\Program Files (x86)\PPStream\ppsap.vbs" in your Target
留言
張貼留言