punkbuster update.
•
24 Jan 2009, 21:44
•
Journals
Ok basically ive just reformatted my PC and its running like a porshe 911 GT1
but now im getting kicked from servers by punkbuster, because its not letting me update.
heres the problem im getting when i try to auto update:
http://img132.imageshack.us/my.php?image=punkbusterbl4.jpg
+
then after i press ok it comes up with this:
http://img220.imageshack.us/my.php?image=punkbuster2az3.jpg
Thanks for help.
but now im getting kicked from servers by punkbuster, because its not letting me update.
heres the problem im getting when i try to auto update:
http://img132.imageshack.us/my.php?image=punkbusterbl4.jpg
+
then after i press ok it comes up with this:
http://img220.imageshack.us/my.php?image=punkbuster2az3.jpg
Thanks for help.
oh...be nice
and run "C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f" without quotes.
e:usefull vista stuff:
services OFF.bat
@echo off
echo.Stopping Services...
NET STOP "DFS Replication"
NET STOP "Computer Browser"
NET STOP "Distributed Link Tracking Client"
NET STOP "IKE and AuthIP IPsec Keying Modules"
NET STOP "IP Helper"
NET STOP "IPsec Policy Agent"
NET STOP "KtmRm for Distributed Transaction Coordinator"
NET STOP "Offline Files"
NET STOP "Remote Registry"
NET STOP "Secondary Logon"
NET STOP "Security Center"
NET STOP "SSDP Discovery"
NET STOP "Tablet PC Input Service
NET STOP "Terminal Services
NET STOP "Windows Defender
NET STOP "Windows Error Reporting Service
echo.
echo.Services Stopped....
cls
echo.Cleaning Up System....
start/w %windir%\system32\cleanmgr.exe //sagerun:11 /A /N
del /f/q/s %TEMP%\*.*
del /f/q/s %windir%\Temp\*.*
echo.
echo.System Cleaned....
exit
and
services on.bat
@echo off
echo.Starting Services...
NET START "DFS Replication"
NET START "Computer Browser"
NET START "Distributed Link Tracking Client"
NET START "IKE and AuthIP IPsec Keying Modules"
NET START "IP Helper"
NET START "IPsec Policy Agent"
NET START "KtmRm for Distributed Transaction Coordinator"
NET START "Offline Files"
NET START "Remote Registry"
NET START "Secondary Logon"
NET START "Security Center"
NET START "SSDP Discovery"
NET START "Tablet PC Input Service
NET START "Terminal Services
NET START "Windows Defender
NET START "Windows Error Reporting Service
exit