Skip to content

Instantly share code, notes, and snippets.

@x4ninc
x4ninc / windows10no-lag.bat
Created April 13, 2018 07:17
No lag for windwos 10 ,, create by x4ninc
@echo off
title x4ninc
color 1f
:Sebentar Izin sama WINDOWS 10
:-------------------------------------
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' (
@x4ninc
x4ninc / bat
Created March 14, 2018 11:50
cmd disable windows 10
@echo off
title RECODING - xxx x4ninc
color 1f
:LAGI DI CHECK GAN
:-------------------------------------
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.