wongsyrone / Scripts

some useful scripts here
5 stars 2 forks source link

fix-vac #3

Closed wongsyrone closed 9 years ago

wongsyrone commented 9 years ago

Secure Boot UAC Base Filtering Engine in Services etc. Disable cloud sync in steam library - csgo properties - updates tab. Maybe give a pc restart after this.

wongsyrone commented 9 years ago

OK. First of ALL

You must DISABLE Secure Boot on your System!!! In Windows 8 we have Secure Boot UEFI You can Disable this directly from BIOS or use this manual http://itsfoss.com/disable-uefi-secure-boot-in-windows-8/

Windows 7 pretty simple disabling from Bios. Make sure SecureBoot is Disabled Save change's and exit Bios

Here examples of BIOS Secure Boot's

UEFI Secure Boot Picture[neosmart.net] Normal BIOS Secure Boot Picture[neosmart.net] Legacy Secure Boot Picture[neosmart.net]

Secure Boot pervent making changes to boot sector "That why VALVe's solutions not work for many ppl's on Windows 8 even 7.

STEP 2. Enable DEP Data Execution Prevention (DEP) must be enabled to play on VAC secured servers Open Command Prompt (Admin) Write: bcdedit /deletevalue nx or bcdedit.exe /set {current} nx AlwaysOn P.S You Can VERIFY you DEP Status by writing this command: wmic OS Get DataExecutionPrevention_SupportPolicy

0 – DEP is disabled for all processes. 1 – DEP is enabled for all processes. 2 – DEP is enabled for only Windows system components and services. (Default) 3 – DEP is enabled for all processes

IF ITS 0 ro 2 Try again Step 2 without "delete nx"

STEP 3. Turn off Kernel Debugging Open Command Prompt (Admin) Write: bcdedit /debug off

And For Sure you can Enable Kernel Integrity By sending this commands to Command Prompt (Admin)

bcdedit /deletevalue nointegritychecks bcdedit /deletevalue loadoptions

RESTART YOUR PC

Well you can always Enable Secure Boot again if you need it.

Thats It. P.S. VALVE please write some manuals for this. We are Gamers no Software Programmers. I want say BIG THANKS for BILLY GATES with hes damn WIN's, about this Pain :) Original Thread of Problem Here: http://steamcommunity.com/app/730/discussions/0/618460171318314257/

wongsyrone commented 9 years ago

Unconfirmed Alternative Fix Submitted by 'puffpuff_passe' Exit Steam Delete folder /appcache/ Open Steam

wongsyrone commented 9 years ago

依次按照如下方案操作,方案一不起作用再换用方案二,以此类推。

方案一:(注意:命令需要管理员权限) 重新同步文件系统日志, 【fsutil usn deletejournal /n c:】 如果装在其他盘符,需要替换最后的c,比如steam在e盘,不仅运行上面的,还要运行下面这行 【fsutil usn deletejournal /n e:】 (注意:命令最后的冒号)

方案二: 退出steam;删除steam目录下的appcache文件夹;打开steam

方案三:查找冲突软件并尽量卸载 冲突软件官方链接:https://support.steampowered.com/kb_article.php?ref=9828-SFLZ-9289

其中值得首先关注的软件列表如下: AVG Anti-virus Iobit Advanced System Care Nod32 Anti-virus Webroot Spy Sweeper Nvidia Network Access Manager/Firewall nProtect GameGuard

Steam Client Service服务是被禁止的,默认设置是“手动” sc config "Steam Client Service" start= demand

禁用 UAC 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 开启 UAC C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f 操作结束必须重启才能生效。