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.
Search
Calendar
Help
Hello There, Guest!
Login
Register
Login
Username:
Password:
Lost Password?
Remember me
Rules have been updated!
Here
AiOwares
›
Tags
useful
Tags
Author:
mclaren85
- Replies:
0
- Views: 2446
Useful Websites
In this thread I will share some not well known but useful websites for you. Please fell free to add websites at your will.
Site 1: Easily find cracked version of some of the latest softwares.
Code:
https://prof-key2.blogspot.com/
Site 2: A Russian site for cracked softwares also soem games
Code:
https://rsload.net/
[color=#353c41][font=Robo
Author:
MaskedUser
- Replies:
14
- Views: 12724
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