Created
September 19, 2016 15:43
-
-
Save afzafri/fbb7b59d0509a276e84d90cda11a8d4f to your computer and use it in GitHub Desktop.
Unhide Files from Virus Shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: COPYRIGHT 2015 AFIF ZAFRI | |
@echo off | |
title Virus Shortcut Remover By Afif | |
color 71 | |
echo ---------------------------------- | |
echo ==Virus Shortcut Remover by Afif== | |
echo ---------------------------------- | |
echo. | |
set /p input="Masukkan huruf pendrive : " | |
attrib -h -r -s /s /d %input%:\*.* | |
echo SIAP! :) | |
echo. | |
echo. | |
echo -------------------------------------------------------------------- | |
echo Step seterusnya untuk delete virus shortcut : | |
echo -------------------------------------------------------------------- | |
echo 1. Buka folder option, tab view dan tick "show hidden files" | |
echo dan untick "hide protected operating system files" | |
echo 2. Buka C:\ProgramData | |
echo 3. Scroll turun bawah dan delete file .exe yang nama pelik | |
echo 4. Kalau tak boleh delete keluar error "Windows Installer", | |
echo buka task manager, process, terminate process "Windows Installer" | |
echo 5. Kemudian cuba delete file .exe tu lagi sekali. | |
echo 6. ENJOY :) | |
echo -------------------------------------------------------------------- | |
echo. | |
echo. | |
echo ---------------- | |
echo http://github.com/afzafri | |
echo ---------------- | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment