發表文章

目前顯示的是 2012的文章

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 ++++++++++++++++++++++++++++ Step2. Create PPSAP.vbs file ++++++++++++++++++++++++++++ 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