Friday, January 1, 2016

Switch Off The Thumbs.db Image Cache File in Windows

Thumbs.db is an image cache which makes thumbnail viewing faster. The file is automatically created in Windows Vista, 7 and 8 whenever images are encountered in a folder. It’s usually hidden but can appear, disappear and is often impossible to delete.
Fortunately, there’s an easy way to prevent further Thumbs.db hassle:
  • Ensure you’re logged in using an administrator account.
  • Hit Win+R, type gpedit.msc in the Run window and click OK. The Local Group Policy Editor will be launched.
  • Navigate through the tree to User Configuration > Administrative Templates > Windows Components > then either Windows Explorer (Windows Vista/7) or File Explorer (Windows 8).


  • In the right-hand pane, double-click “Turn off the caching of thumbnails in hidden thumbs.db files”.
  • Select Enabled (don’t make my mistake of choosing “Disabled” — you’re enabling the switching off of Thumbs.db. Not particularly intuitive, Microsoft!)



OK your way out and it’s job done — you’ll never be troubled by Thumbs.db files ever again!

Delete System Volume Information Folder From Pendrives



Copy the code below and save it as DelSysFiles.cmd, then run it.



@echo off

cls
color 1f
echo.
echo DELETE SYSTEM FILES AND FOLDERS FROM A DRIVE
echo ============================================
echo.
echo THIS COMMAND: %0 %1
echo.
echo USAGE: %0 (DRIVELETTER:)
echo.
if /i "%~d1"=="C:" echo BAD PARAMETER - DRIVE C: NOT ALLOWED! & pause & goto :eof
if not exist %~dpnx1nul echo Please use a DRIVE VOLUME LETTER not a file! & pause & goto :eof
if not exist "%~d1\System Volume Information"  echo "System Volume information" does not exist on %~d1 & pause
echo.
echo Before running this, install TakeOwnership .reg fragment and Right-click - TakeOwnership on the file/folder
echo.
echo 
echo.
echo.
echo STATUS
echo ======
call :show %1
echo.
echo.
set ask=
set /p ask=OK to delete these root system files and folders from %~d1 ? (Y/N) : 
if not "%ask%"=="y" goto :eof

echo.
echo Resetting hidden\read-only\system attributes on all files - please wait...
if exist %~1\nul attrib -h -r -s %~d1\*.*
rmdir %~d1\"System Volume information" /S /Q 2> nul && echo dummy > %~d1\"System Volume information"

set FLD=%~d1\$RECYCLE.BIN
if exist %FLD% rmdir %FLD% /S /Q 
set FL=%~d1\hiberfil.sys
if exist %FL% del %FL%
set FL=%~d1\swapfile.sys
if exist %FL% del %FL%
set FL=%~d1\pagefile.sys
if exist %FL% del %FL%
set FL=%~d1\RECYCLER
if exist %FL% del %FL%

:end

echo.
echo RESULT
echo ======
call :show %1
echo.
if "%SVI%_%SVIFILE%"=="1_" color cf
if "%SVI%_%SVIFILE%"=="1_" echo WARNING: SYSTEM VOLUME INFORMATION folder could not be deleted!
if "%SVI%_%SVIFILE%"=="1_" echo Please Right-Click on the folder and run "Take Ownership" and try again!
echo.
echo Finished!

pause

goto :eof

:show
set SVI=
set SVIFILE=
if exist %~d1\hiberfil.sys echo HIBERFIL.SYS EXISTS!
if exist %~d1\swapfile.sys echo SWAPFILE.SYS EXISTS!
if exist %~d1\pagefile.sys echo PAGEFILE.SYS EXISTS!
if exist %~d1\RECYCLER     echo RECYCLER folder EXISTS!
if exist %~d1\$RECYCLE.BIN echo $RECYCLE.BIN folder EXISTS!
if exist "%~d1\System Volume Information" set SVI=1
if "%SVI%"=="1" find "dummy" "%~d1\System Volume Information" > nul 2> nul && set SVIFILE=YES
if "%SVI%_%SVIFILE%"=="1_YES" echo dummy SYSTEM VOLUME INFORMATION file EXISTS!
if "%SVI%_%SVIFILE%"=="1_" echo SYSTEM VOLUME INFORMATION folder EXISTS!
goto :eof
@echo off

color 1f
echo.
echo DELETE SYSTEM FILES AND FOLDERS FROM A DRIVE
echo ============================================
echo.
echo THIS COMMAND: %0 %1
echo.
echo USAGE: %0 (DRIVELETTER:)
echo.
if /i "%~d1"=="C:" echo BAD PARAMETER - DRIVE C: NOT ALLOWED! & pause & goto :eof
if not exist %~dpnx1nul echo Please use a DRIVE VOLUME LETTER not a file! & pause & goto :eof
if not exist "%~d1\System Volume Information"  echo "System Volume information" does not exist on %~d1 & pause
echo.
echo Before running this, install TakeOwnership .reg fragment and Right-click - TakeOwnership on the file/folder
echo.
echo 
echo.
echo.
echo STATUS
echo ======
call :show %1
echo.
echo.
set ask=
set /p ask=OK to delete these root system files and folders from %~d1 ? (Y/N) : 
if not "%ask%"=="y" goto :eof

echo.
echo Resetting hidden\read-only\system attributes on all files - please wait...
if exist %~1\nul attrib -h -r -s %~d1\*.*
rmdir %~d1\"System Volume information" /S /Q 2> nul && echo dummy > %~d1\"System Volume information"

set FLD=%~d1\$RECYCLE.BIN
if exist %FLD% rmdir %FLD% /S /Q 
set FL=%~d1\hiberfil.sys
if exist %FL% del %FL%
set FL=%~d1\swapfile.sys
if exist %FL% del %FL%
set FL=%~d1\pagefile.sys
if exist %FL% del %FL%
set FL=%~d1\RECYCLER
if exist %FL% del %FL%

:end

echo.
echo RESULT
echo ======
call :show %1
echo.
if "%SVI%_%SVIFILE%"=="1_" color cf
if "%SVI%_%SVIFILE%"=="1_" echo WARNING: SYSTEM VOLUME INFORMATION folder could not be deleted!
if "%SVI%_%SVIFILE%"=="1_" echo Please Right-Click on the folder and run "Take Ownership" and try again!
echo.
echo Finished!

pause

goto :eof

:show
set SVI=
set SVIFILE=
if exist %~d1\hiberfil.sys echo HIBERFIL.SYS EXISTS!
if exist %~d1\swapfile.sys echo SWAPFILE.SYS EXISTS!
if exist %~d1\pagefile.sys echo PAGEFILE.SYS EXISTS!
if exist %~d1\RECYCLER     echo RECYCLER folder EXISTS!
if exist %~d1\$RECYCLE.BIN echo $RECYCLE.BIN folder EXISTS!
if exist "%~d1\System Volume Information" set SVI=1
if "%SVI%"=="1" find "dummy" "%~d1\System Volume Information" > nul 2> nul && set SVIFILE=YES
if "%SVI%_%SVIFILE%"=="1_YES" echo dummy SYSTEM VOLUME INFORMATION file EXISTS!
if "%SVI%_%SVIFILE%"=="1_" echo SYSTEM VOLUME INFORMATION folder EXISTS!
goto :eof

DragonBall Z: Shin Budokai

The Budokai series plays like a typical 3-D fighting game. As well as including the regular punch and kick buttons, there is the ability to shoot Ki blasts, which can also be used in specific special moves. The special moves are mainly taken from individual characters own special moves from the show; including, but not limited to, Goku's Kamehameha, Vegeta's Galick Gun and Frieza's Death Beam. Although these mechanics have stuck with the series, other ideas such as the "Hyper Mode" the ability to move at incredible speedsfly freely, and "Beam Struggles" between two character's beam attacks. were later replaced in favour of other techniques.


Key Features

  • High-speed wireless multiplayer battles featuring the universe's strongest fighters
  • 18 playable characters, including prize fighter Pikkon
  • Revamped version of the acclaimed Saiyan Overdrive fighting system
  • In-game transformations to more powerful forms
  • All-new stage based on Fusion Reborn
  • Seven game modes, including a compelling story mode: Dragon Road

Wednesday, December 9, 2015

RAR Password Unlocker

RAR Password Unlocker is proved to be a helpful tool when you forgot WinRAR/RAR password and cannot open the RAR archives. It can remove RAR password at high speed via 3 attack options: Brute-force, Brute-force with user-defined Mask and Dictionary. By using advanced search algorithm, multiple-core CPUs etc, this RAR password recovery tool enables you enjoy faster recovery speed than other similar programs.

Key Features

  • Powerful Recovery Ability: Recover forgotten passwords from RAR archives encrypted by WinRAR 4.01 and its previous versions, no matter whether you encrypted file names or not.

  • High Password Recovery Speed: Recover forgotten RAR password at high speed, regardless of your encrypted RAR archive size. Support multi-core CPUs and SSE to accelerate password recovery process significantly. In the case of multi-core CPU, the more CPU cores you have, the faster recovery speed you will enjoy. Program Priority is available to allocate more CPU power to RAR Password Unlocker and speed up the recovery speed efficiently.

  • Three Efficient Recovery Options:
Brute-force Attack - Try all possible password combinations when you have no idea about it.Brute-force Attack with Mask - Greatly reduce the recovery time by specifying the forgotten password length, character set, etc. (High Recommended)
Dictionary Attack – Recover lost RAR password by trying the password combinations in the built-in dictionary as a password. Self-created dictionary is also supported.

  • Auto-save Recovery State:Automatically save the recovery state every 15 minutes by default so that you can resume the RAR password recovery process after the former interruption or stop. And the auto-save time interval can be changed as you wish.

  • Extremely Easy and Safe Operation:With easy and intuitive interface, this enhanced RAR password recovery program allows you to easily and safely recover RAR password in 3 simple steps. No computer skills required and no any loss or damage to your RAR file. Moreover, it can automatically shut down your computer after recovery.
System Requirements:
  • OS: Windows 7/ Vista/XP/2008/2003/2000
  • CPU: 1 GHz processor (2.4 GHz is recommended)
  • RAM: 512 MB (1 GB is recommended)
  • Hard Disk: 11 MB of free space 
Install Notes:
  • Install the program and do not run.
  • Copy the crack "RAR Password Unlocker.exe" to prog dir, i.e. "C:\Program Files\RAR Password Unlocker\", and replace the original.

Download Now

If you still dont get it watch here:



Road Rash





Road Rash is the name of a motorcycle-racing video game series by Electronic Arts in which the player participates in violent, illegal street races. The series started on the Sega Genesis and made its way to various other systems over the years. The game's title is based on the slang term for the severe friction burns that can occur in a motorcycle fall where skin comes into contact with the ground at high speed.


Read the txt file given in the downloaded rar file.


Download Now

Tuesday, December 8, 2015

Unlimited In-App Purchases Hack (Freedom v1.0.7k)


Freedom v1.0.7k Apk
Using this app, you will be able to purchase all Coins, Gems, Levels and Lives for free!! It contains an inbuilt free card, which can be used on Google Play!
Changelog(1.0.7k)
  • Android Lollipop supported
How to use it?
  1. Download Latest Freedom archive file given below
  2. Extract it
  3. Make sure that you have “Unknown sources” enabled in your security settings
  4. Install downloaded APK and launch it
  5. Allow superuser permissions request(root access)
  6. Tap on application in which you want to use free in-app purchase, wait a little. Application should start automatically
  7. Next, make your in-app purchase
Screenshots



Note: Requires Root Access!
Downloads
IMPORTANT FOR LOLLIPOP USERS: If you are facing parsing error using above APK, Download our Freedom Dev APK.

Resource Hacker - Edit System Files (Dll, Exe, Cpl etc.)

Resource Hacker™ has been designed to be the complete resource editing tool: compiling, viewing, decompiling and recompiling resources for both 32bit and 64bit Windows executables. Resource Hacker™ can open any type of Windows executable (*.exe; *.dll; *.scr; *.mui etc) so that individual resources can be added modified or deleted within these files. Resource Hacker™ can create and compile resource script files (*.rc), and edit resource files (*.res) too.




Download Latest Resource Hacker