TECHETARIAN.COM
Bespoke Block Engineering
THE JOURNAL

Editorial Insights

Deep dives into core performance, design systems, and headless architectures compiled by the collective.

  • How to create a password protected folder yourself

    How to create a password protected folder yourself

    Open notepad and copy the following code : cls @ECHO OFF title Folder Tech if EXIST “Geek” goto UNLOCK if NOT EXIST Tech goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder (Y/N) set/p “cho=>” if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==N goto END if %cho%==n goto END…

  • How to make your Caps lock, Num lock and Scroll lock Disco

    How to make your Caps lock, Num lock and Scroll lock Disco

    Notepad Trick to Blink Caps Lock light What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock. Open Notepad and Type : Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop…

  • How to Create a fake MATRIX virus using notepad

    How to Create a fake MATRIX virus using notepad

    Create a matrix yourself by following this post Step 1: Open notepad Step 2: Copy and paste this code below @echo off color A echo Deleting C:/WINDOWS/system32 ping 127.0.0.1 /n 5 :matrix echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto matrix   Step 3: Click Save As…

  • How to Make a Fake Virus Message

    How to Make a Fake Virus Message

    Open notepad and type this: lol=msgbox (“Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot”,20,”Warning”) Then save it as Virus.vbs And go to the folder that contains it and open the file Virus.vbs if a window…