Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5
Windows 10 Yıl Dönümü Güncellemesi
#11
(07-08-2016, Saat: 11:13)V_Groove Adlı Kullanıcıdan Alıntı:
(07-08-2016, Saat: 10:52)Rifleman Adlı Kullanıcıdan Alıntı: FPS düşük olanlar aşağıdaki kodu metin belgesine yapıştırsın ".cmd" uzantısıyla kaydetsin. Sorun çözülüyor.

Kod:
@echo off

  :: BatchGotAdmin
:-------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"

"%temp%\getadmin.vbs"
exit /B

:gotAdmin
if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
pushd "%CD%"
CD /D "%~dp0"


:: script below here
:-------------------------------------

reg add HKCU\System\GameConfigStore /V GameDVR_Enabled /t REG_DWORD /d 0 /f
ping 127.0.0.1 -n 2 > nul
reg add HKLM\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\AllowGameDVR /V value /t REG_DWORD /d 0 /f
ping 127.0.0.1 -n 2 > nul
powershell "Get-AppxPackage *xboxapp* | Remove-AppxPackage"

Hadi hayırlı tıraşlar

bilgisayar ısınınca artan ping sorunu için bir şeyin var mı Sad

Malesef
Bul
Cevapla


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Windows 10 Format Yardım [G.Unit]Ghost 0 3,629 12-08-2019, Saat: 04:33
Son Yorum: [G.Unit]Ghost
  Windows 7/8 ve Driver [G.Unit]Ghost 4 2,957 22-06-2019, Saat: 03:24
Son Yorum: [G.Unit]Ghost
  Windows 10 0xc000000e Başlangıç Hatası CoBRa 4 5,769 30-07-2017, Saat: 13:32
Son Yorum: den1z
  Windows 10 Uefi bahran 1 3,639 04-04-2016, Saat: 20:13
Son Yorum: [Z]Rifleman

Hızlı Menü: