Skip to main content

Posts

Showing posts with the label NOTEPAD/CMD TRICKS

Commands That Every Windows User Should Know 2015

Commands That Every Windows User Should Know 2015 1. services.msc When you enter “services.msc” and press the Enter button, it will open up the Windows Services app where you can easily start, stop and configure other settings for each and every service individually. It’s quite helpful when you want to toggle a service. 2. mstsc Entering “mstsc” into the Run dialog box opens the Remote Desktop Connection app which allows you to connect to another Windows computer over the local network or through the Internet. This helps you to use the host computer as if your own. 3. msinfo32 If you want to quickly get your system information, then the “msinfo32″ command is the way to go. At a glance, it will display all the system details including the hardware resources and software environment. 4. sdclt This command opens the Backup and Restore window which allows you to quickly set a backup schedule or restore any of your previous backups. 5. compmgmt.msc The Computer Management app is where you c...

Latest Notepad Tricks 2015 !!

By these  Latest Notepad Tricks 2015   you will be having great fun. You just need is to copy the code from here and paste in the notepad and save it with extension “ .bat ” .  1 Notepad trick to Test Antivirus :- By using these trick you can easily test your antivirus working perfectly or not. X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H* save it as test.exe and run the file and check if your antivirus detects it then your antivirus working perfectly otherwise change your antivirus. 2 Make A Personal Log-Book or A Diary :- Copy the below code and paste it in notepad and save it as “ log.txt”. .LOG Now every time you open this log file you will have all the log details with date and time. 3 Constantly Repeat Any Messages :-  This is one of the  Latest Notepad tricks  that will repeat any of messages on computer screen repeatedly.Just copy the below code and paste in the notepad and save it as “ message.bat”. @ECHO off...

How To Create A WiFi Hotspot In Windows 8.1/8/7 Using CMD

You can easily  create WiFi hotspot  in Windows by using  command prompt  if you have wired or wireless  WiFi connection . Step 1: Open Command Prompt (Admin) as an administrator and enter below command. netsh wlan set hostednetwork mode=allow ssid=EthicalHacking key=Wiknix1122 ssid = Your Wi-Fi Name Key = Your Password Step 2: Now create virtual adapter by the use below command. netsh wlan start hostednetwork Now type  exit  and enter. Step 3: Right click on  Network  icon and click  Open Network and Sharing Center . Step 4: Click  Change adapter settings. Now right click on  your Internet Connection  and click  Properties . I’m using mobile broadband, if you using ethernet then right click on ethernet. Step 5: Now click  Sharing Tab  and check “ Allow other network users to connect through this computer’s Internet connection ” and select  Local Area Connection 12 . Now click OK, that’s it. If This Pos...

ETHICAL HACKING CEH TEST SERIES 2015 UPDATED

C E H [ Certified Ethical Hacking]  TEST ORGANISED BY ETHICAL HACKING TRICKS Free TEST for our Dear, Hacking Lovers.. I want Your More and more responce on this test Must invite your friends to check their knowledge about hacking specially ETHICAL HACKING And after Doing this exam Comment your Result!! Toppers must be selected For other exams and also a big   REWARD    For all our Best Resulters Click Here To Start Your Test-   START TEST Thanks!! © Ethical Hacking Tricks 2015

How To Find IP Address Of Any Website With Command Prompt

Hello ETHICAL HACKING Sweet Friends And Guests. Find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. This trick is demostrated with Google but you can use this method to find IP Address of any website like twitter, facebook etc.  IP Finder Trick by Mukeshtricks4u How to find IP ?   1. Go to Start > Type CMD and press Enter.  2. Now write Ping followed by website URL whose IP you want to find.      MUKESHTRICKS4U 3. It will take less then a second and come up with the results as shown below.      MUKESHTRICKS4U ENJOY!!! SHARE WITH UR FRIENDZ...

WRITE "I LOVE YOU" ON CMD BY USING NOTEPAD

I had previously posted about   Matrix effect   using Notepad   as well as cool batch file  programs. In this post i will share with you guys  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.  So lets get started. 1. Open  Notepad   and copy below code. @echo off color 0A :A echo IIIIIII     L      OOOOOO V           V  EEEEEE     Y       Y  OOOOOO  U     U  ping -a .9 >nul echo    I        L      O    O  V         V   E           Y     Y   O    O  U     U  ping -b .9 >nul  echo    I        L      O    O   V       V    E   ...

COOL CMD TRICKS BY USING NOTEPAD

Hello   guys here is  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.You  can make a look like as disco ladder and cool matrix. So lets get started. NO. 1 1. Open  Notepad   and copy and paste below code. @echo off color 0A :A ping -b .9 >nul                                                     echo L       ping -b .9 >nul                                                     echo L       ping -b .9 >nul                                                     echo L     ...