Skip to content

Instantly share code, notes, and snippets.

@afzafri
Created September 19, 2016 15:43
Show Gist options
  • Save afzafri/fbb7b59d0509a276e84d90cda11a8d4f to your computer and use it in GitHub Desktop.
Save afzafri/fbb7b59d0509a276e84d90cda11a8d4f to your computer and use it in GitHub Desktop.
Unhide Files from Virus Shortcut
:: 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