Skip to main content

Posts

Showing posts from November, 2014

#23-How to Remove a Directory from Windows Command Prompt?

Open command prompt and go to the location where the directory is present. Type in this command: rmdir mynewdirectory and press enter. The directory mynewdirectory will be deleted. Image credit: Windows, unsplash.com

#22-How to Create a Directory from Windows Command Prompt?

Open command prompt. Type in this command: mkdir mynewdirectory and press enter. A directory named mynewdirectory will be created in the location where you executed the command.

#21-Hidden T-Rex Game in Google Chrome

No internet? Do you know that you can play a T-Rex game in Google Chrome when there's no internet? Just press space when the T-Rex page shows up and the game will begin. Press space to jump to avoid hitting cacti. Image credit: Torsten Dettlaff, pexels.com

#20-How to Display a Message on the Desktop Using Windows Command Prompt?

Open command prompt. Type in this command: msg * This is a message and press enter. You will see the message on the desktop. Image credit: Jonas Leupe, unsplash.com

#19-How to Get System Information in Windows Command Prompt?

Open command prompt. Type in this command: systeminfo and press enter. You will get system information. Image credit: Grant Ritchie, unsplash.com

#18-How to Open WordPad from Windows Command Prompt?

Open command prompt. Type in this command: write and press enter. The WordPad window will open. Image credit: ROMAN ODINTSOV, pexels.com

#17-How to View Windows Version from Windows Command Prompt?

Open command prompt. Type in this command: winver and press enter. You will get Windows version information. Image credit: EVG Kowalievska, pexels.com

#16-How to Log off from Windows Command Prompt?

Open command prompt. Type in this command: logoff and press enter. The Windows will log you off. Image credit: Find Experts at Kilta.com, unsplash.com

#15-How to Open Control Panel from Windows Command Prompt?

Open command prompt. Type in this command: control and press enter. The Control Panel will open. Image credit: Karolina Grabowska, pexels.com

#14-How to Open Calculator from Windows Command Prompt?

Open command prompt. Type in this command: calc and press enter. The Calculator will open. Image credit: Clay Banks, unsplash.com

#13-How to Open On-Screen Keyboard from Windows Command Prompt?

Open command prompt. Type in this command: osk and press enter. The on-screen keyboard will open. Image credit: Alienware, unsplash.com

#12-How to Open Notepad from Windows Command Prompt?

Open command prompt. Type in this command: notepad and press enter.The Notepad window will open. Image credit: KOBU Agency, unsplash.com

#11-How to Open Task Manager from Windows Command Prompt?

Open command prompt. Type in this command: taskmgr and press enter. Task Manager will open. Image credit: RODNAE Productions, pexels.com

#10-How to Open a URL from Windows Command Prompt?

Open command prompt. Type in this command: explorer "http://www.google.com" and press enter. The URL will open in the browser. Image credit: Mailchimp, unsplash.com