Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Tags
Author: MaskedUser - Replies: 14 - Views: 12717
AIOWARES Edition Useful Portable Utilities
Win10 Tweaker:

[code]

@echo off & Title Windows 10 Tweaker & color 17
:: ----------------------------------------------------------
echo          Get Admin Privilege
:: ----------------------------------------------------------
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 g