e-ඩයරියක් පවත්වාගෙන යමු...
ඔබේ පරිගණකයේ ඩයරියක් පවත්වාගෙන යාම සදහා,
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it againමෙහිදී ඔබ එම save  කල fileය විවෘත කරන සෑම විටකම දිනය සහ වේලාව එහි සටහන් වේ
වෛරස් වලින් ඔබ ආරක්ෂිතද?
මෙය පරිගණකයට හානි නොවන පුංචි වෛරසයකි. ඔබේ පරිගණකයේ එක වැඩ දැයි බැලීම සදහා මෙය යොදාගත හැකිය.
  • Open Notepad.
  •  Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it with an .exe extension like testvirus.exe
Terminate frozen program
Open Notepad
@echo off
taskkill.exe /f /fi “status eq not responding”
exit save it as “terminator.bat”
computer
එකේ not responding ආපුවහම ඒක කරදරයක් නොවී ඉවත් කර ගැනීමට මෙය භාවිතා කල හැකිය.
fake error message
  • Open Notepad
  • Type msg * Error: Your system is affected by virus
  • Save “virus.bat”
Now open that .bat file, now you got error message window
Its not virus, just your assumption message
Lock File(s) on Windows Without Using        Any Software
  • Open Notepad.
  •  Copy the code give below in the notepad file:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==ASDFgoto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
  • Change the “ASDF” with your password.
  • Save it as batch file ( with extension .bat ) For eg. Locker.bat -
  • Now you will see a batch file.
  • Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )
  • Brings all the files you want to hide in the locker folder.
  • Double click the batch ( As created above ) file to lock the folder namely Locker.
Constantly Repeat Messages
  • Open Notepad.
  •  Paste the following code in the notepad file:
@ECHO off :Begin
msg * hi
msg * how are you?
msg * are you from RNCOE?
msg * can you remove me?
msg * I comming soon….
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
Format Your Hard Disk Using Just Notepad !!
  • Open notepad.
  • Type the following the code in it (Or just copy paste it). 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
  • Save it as an .exe file giving any name you desire.
Matrix Effect
  • —Open Notepad.
  • —Copy the below mentioned text in your notepad file:
—@echo off —color 02 —:
start —echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% —goto start
  • —Save the file with .bat extension like Matrix.bat

e-ඩයරියක් පවත්වාගෙන යමු...
ඔබේ පරිගණකයේ ඩයරියක් පවත්වාගෙන යාම සදහා,
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it againමෙහිදී ඔබ එම save  කල fileය විවෘත කරන සෑම විටකම දිනය සහ වේලාව එහි සටහන් වේ
වෛරස් වලින් ඔබ ආරක්ෂිතද?
මෙය පරිගණකයට හානි නොවන පුංචි වෛරසයකි. ඔබේ පරිගණකයේ එක වැඩ දැයි බැලීම සදහා මෙය යොදාගත හැකිය.
  • Open Notepad.
  •  Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it with an .exe extension like testvirus.exe
Terminate frozen program
Open Notepad
@echo off
taskkill.exe /f /fi “status eq not responding”
exit save it as “terminator.bat”
computer
එකේ not responding ආපුවහම ඒක කරදරයක් නොවී ඉවත් කර ගැනීමට මෙය භාවිතා කල හැකිය.
fake error message
  • Open Notepad
  • Type msg * Error: Your system is affected by virus
  • Save “virus.bat”
Now open that .bat file, now you got error message window
Its not virus, just your assumption message
Lock File(s) on Windows Without Using        Any Software
  • Open Notepad.
  •  Copy the code give below in the notepad file:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==ASDFgoto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
  • Change the “ASDF” with your password.
  • Save it as batch file ( with extension .bat ) For eg. Locker.bat -
  • Now you will see a batch file.
  • Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )
  • Brings all the files you want to hide in the locker folder.
  • Double click the batch ( As created above ) file to lock the folder namely Locker.
Constantly Repeat Messages
  • Open Notepad.
  •  Paste the following code in the notepad file:
@ECHO off :Begin
msg * hi
msg * how are you?
msg * are you from RNCOE?
msg * can you remove me?
msg * I comming soon….
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
Format Your Hard Disk Using Just Notepad !!
  • Open notepad.
  • Type the following the code in it (Or just copy paste it). 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
  • Save it as an .exe file giving any name you desire.
Matrix Effect
  • —Open Notepad.
  • —Copy the below mentioned text in your notepad file:
—@echo off —color 02 —:
start —echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% —goto start
  • —Save the file with .bat extension like Matrix.bat

e-ඩයරියක් පවත්වාගෙන යමු...
ඔබේ පරිගණකයේ ඩයරියක් පවත්වාගෙන යාම සදහා,
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it againමෙහිදී ඔබ එම save  කල fileය විවෘත කරන සෑම විටකම දිනය සහ වේලාව එහි සටහන් වේ
වෛරස් වලින් ඔබ ආරක්ෂිතද?
මෙය පරිගණකයට හානි නොවන පුංචි වෛරසයකි. ඔබේ පරිගණකයේ එක වැඩ දැයි බැලීම සදහා මෙය යොදාගත හැකිය.
  • Open Notepad.
  •  Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it with an .exe extension like testvirus.exe
Terminate frozen program
Open Notepad
@echo off
taskkill.exe /f /fi “status eq not responding”
exit save it as “terminator.bat”
computer
එකේ not responding ආපුවහම ඒක කරදරයක් නොවී ඉවත් කර ගැනීමට මෙය භාවිතා කල හැකිය.
fake error message
  • Open Notepad
  • Type msg * Error: Your system is affected by virus
  • Save “virus.bat”
Now open that .bat file, now you got error message window
Its not virus, just your assumption message
Lock File(s) on Windows Without Using        Any Software
  • Open Notepad.
  •  Copy the code give below in the notepad file:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==ASDFgoto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
  • Change the “ASDF” with your password.
  • Save it as batch file ( with extension .bat ) For eg. Locker.bat -
  • Now you will see a batch file.
  • Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )
  • Brings all the files you want to hide in the locker folder.
  • Double click the batch ( As created above ) file to lock the folder namely Locker.
Constantly Repeat Messages
  • Open Notepad.
  •  Paste the following code in the notepad file:
@ECHO off :Begin
msg * hi
msg * how are you?
msg * are you from RNCOE?
msg * can you remove me?
msg * I comming soon….
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
Format Your Hard Disk Using Just Notepad !!
  • Open notepad.
  • Type the following the code in it (Or just copy paste it). 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
  • Save it as an .exe file giving any name you desire.
Matrix Effect
  • —Open Notepad.
  • —Copy the below mentioned text in your notepad file:
—@echo off —color 02 —:
start —echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% —goto start
  • —Save the file with .bat extension like Matrix.bat

Comments

Popular posts from this blog

අලුත් අවුරුද්දට සුබ පතන්න සිංහල sms

ශ්‍රී ලංකාව පිළබද තොරතුරු