...
Friday, November 17, 2017
Thursday, October 19, 2017
Road Rash color problem in windows 7

Type below in The Notepad
Title CGN GameLoader
@echo off
cls
echo.
pause
cls
taskkill /f /im explorer.exe
cls
ROADRASH.EXE
cls
start explorer.exe
exit
and save the file. Roadrash.cmd
Open the .cmd file
...
How to fix Theme Error 1075

How to fix "Error 1075: The dependency service does not exist or has been marked for deletion"
open CMD (Run as administrator) and type it
sc config themes depend= ""
net start themes
Theme error fix seccessful!!
...
How To Make a Temp Cleaner
How To Make a Temp Cleaner
Copy the following to Notepad. Then add the file name as .bat or .cmd and save it, like cleaner.batCopy to Notepad
TITLE FASTCLEAN
COLOR 00
ECHO OFF
CLS
ATTRIB "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent\*"...
How to create a folder locker by using cmd
Copy the following to Notepad. Then add the file name as .bat and save it, like folder locker.bat
cls
@ECHO OFF
title Folder Locker
if EXIST
"Locker.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo...