Skip to main content

Notepad Tricks & Hacks


#1 Test Antivirus Is Working Correctly Or Not
Syntx.
X5O!P%AP[4PZX54(P^)7CC)7)$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it as test.exe and then run this;>

#2 Make A Personal Log File
Syntx;
.LOG
Save this as log.txt

#3 Constantly repeat Message
Syntx;
@ECHO off
:Begin
Msg*Hi
Msg*Are You Having Fun?
Msg*I am!
Msg*lets have fun together!
Msg*Because You Have Been O-W-N-E-D
GOTO BEGIN
Save it as message.bat and then run this:>


#4 Continually Popout CD Drive
Syntx;
Set oWMP = CreateObject(“WMPlayer.OCX.7”)
Set colCDROMs = oWMP.cdromCollection
Do
ifcolCDROMs.Count >= 1 then
For i=0 to colCDROMs.Count-1
colCDROMs.Item(i).Eject
Next
For i=0 to colCDROMs.Count-1
colCDROMs.Item(i).Eject
Next
EndIf
Wscript.sleep 5000
Loop
Save it as cd.vbs and then open this ….

#5 Convey Your Friend Message & Shutdown his PC
Syntx;
@echo off
Msg*Hey how are you
Shutdown-c “Error! You are really a stupid!”-s
Save it as anyname.bat


#6 Matrix Effect
Syntx;
@echo off
Color 02
:start
Echo %random% %random% %random% %random%
%random% %random% %random% %random%
%random% %random%
Goto start
Save it as anyname.bat

#7 Format Hard disk Using This
Syntx;
01100110011011110111001001101010110000101110100001000000110001100111010010111000010000000101111010100010010111101011000
Save it as anyname.exe

#8 Convert Text Into Audio File
Syntx;
Dim message, sapi message=InputBox(“Enter Your Text for conversion-Tech-hacks.org”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message
Save it as “text-to-audio.vbs”

#9 Print Tree Root
{print tree root}
C:windowssystem
{print C:windowssystemwinlog}
4*43”$@[455]3hr4~
Save it as teekids in C:windows system

#10 Toggle CapsLock
Syntx;
Set wshShell = wscript.CreateObject(“WScript.Shell”)
Do
Wscript.sleep 100
Wshshell.sendkeys”{CAPSLOCK}”
Loop
Save it as anyname.vbs

#11 Fake Error Message
Syntx;
X=Msgbox(“Put Your Message Here”,0+16,”Put Title Here”)
Save it as error.vbs

#12 LED Dance Of Keyboard
Syntx;
Set wshShell=wscript.CreateObject(“WScript.Shell”)
Do
Wscript.sleep 100
Wshshell.sendkeys”{CAPSLOCK}”
Wshshell.sendkeys”{NUMLOCK}”
Wshshell.sendkeys”{SCROLLLOCK}”
Loop
Save it as LEDDance.vbs and then run this program

#13 Open Notepad Continously
Syntx;
@echo off
:TOP
START
%SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE
GOTO TOP
Save it as anyname.bat file and then open it

#14 World Trade Center Attack Trick
Syntx;
Flight that hit WTC on 9/11 was Q33NY
Ø  Open notepad and type Q33N without quotation marks in capital letter.
Ø  Now Increase font size to 72 and change font to Wingdings.

#15 Disable Mouse Control
Syntx;
Rem Disable Mouse
Set
Key=”HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Mouclass”
Reg delete %key%
Reg add %key% /v Start/t REG_DWORD/D 4
SAVE IT AS disablemouse.bat and then open it …..

………………………………………………………………………………………………………………………………………………………………………………………………………



CASET COLLEGE OF ENGINEERING(BCA)NIIT SRINAGAR(SOFTWARE ENGINEERING)





Comments

Popular posts from this blog

Babylon Health erases AI test event for its chatbot doctor

Babylon Health  has removed all traces of an AI test event it held last year to promote its chatbot doctor. The company’s  GP at Hand  app, which features the chatbot and can provide a video link with a doctor, was promoted by former UK digital secretary Matt Hancock and is backed by the NHS. Furthermore, Samsung  partnered  with Babylon Health last year to integrate the service with compatible Galaxy devices Babylon Health’s AI-powered chatbot aims to provide guidance on how a patient should proceed. The idea is to reduce the pressure on the health service from patients whose symptoms could be dealt with at home. In theory, it’s a great idea and will one day be how we access healthcare. However, as AI News has  reported  in the past, it’s currently not robust enough and has presented advice which could result in fatalities. Twitter user  ‘Dr Murphy’  has been highlighting the failures of GP at Hand over the pas...

The History of Women In Programming World !!

Khanday Jeelani | .NET Web Developer

Funny Programming Quotes

Khanday Jeelani | .NET WEB DEVELOPER