Posts

Showing posts with the label pc

What a middle scroll button of computer mouse can do

What a middle scroll button of computer mouse can do ⦁ First one every one know it to scroll ⦁ On clicking middle mouse on a google chrome tab that particular tab will be closed ⦁ On clicking on a link it will be opened in a new tab.

How to Rename a file or folder in Windows

How to Rename a file or folder in Windows Tap on the folder/file and click F2 button on the keyboard to Rename. Tap on the folder/file and right click on the mouse, select the Rename Option. Tap on the folder/file and select the Rename Option from the File Explorer on the top. (Ribbon Menu)

Windows 10 Shortcuts using windows button

Here are some of the useful shortcuts of Windows 10 using windows button: win + D  - Display and hide the Desktop win + L - To Lock Desktop win + A - To Open Action Center win + B - To focus the Notification Area win + E - To open File Explorer

Basic Commands in Command Prompt PC

Basic Commands in Command Prompt PC (Windows) For operating Folders (Folders:Directories) To open a folder - cd folderName To create a folder - mkdir folderName To delete a folder - rmdir folderName For operating Files: To open a file - start file.txt To create a file - copy nul file.txt (empty ! that is why "nul") To delete a file - del file.txt *In opening a file, using type of file the operating system (OS) opens the file with default application. For operating through Directories: To fallback to previous directory - cd.. To open other drive - e: (using drive letter (Local Disk E:))