Computer Maintenance - MHMD
Share knowledge about computer &
Maintenance Computer (Hardware/ Software) & Installation Windows + Softwares
Maintenance Computer (Hardware/ Software) & Installation Windows + Softwares
Contact us Via whatsapp +96171195431
05/08/2019
For anyone who wants to professionalize cmd (Part 2)*
First .. To run the treadmill:
1. Open the Start menu
2. Choose Run
3. Type "Command" and press Enter
--- Command ---
10 The DEL command
Function: Cancel a file or group of files
Its formula:
C: \> DEL B:
In the previous process, the computer will scan all shared files in the extension
Which is present in Drift B
11 The DELTREE command
Function: Cancel a folder with all its contents .. and make it empty ... or cancel it itself with its contents.
Its formula:
C: \> DELTREE F: \ GAMES
The computer will erase and clear the GAMES BOLD from B
However, if you want to unload the GAMES GAMES from its contents without canceling it itself, the following format is sufficient. \ C: \> DELTREE / y F: \ GAMES
Notes :
* Some use the command DELTREE to get rid of the copy of Windows operating on their devices to avoid fragmentation.
* The difference between the DEL command and the DELTREE command is that the first is used to get rid of files only while the second is used to get rid of files and folders together.
12 The DATE command
Function: Displays the date currently used on the device and the possibility of editing it.
Its formula:
C: \> DATE
13 TIME command
Function: Displays the current time of the device and the possibility of modification.
Its formula:
C: \> TIME
14 CHKDSK command
Function: Displays good information about a specific driver you specify.
Its formula:
: C: \> CHKDSK D
The computer displays information about the driver, such as serial number
Total space and other things.
15 SCANDISK command
Function: It handles the errors that may occur on the files on the diriff and give a final report on it.
Its formula:
: C: \> SCANDISK F
The computer handles the F errors and is given a status report after the SCAN
16 RD command
Function: Cancel
Its formula:
C: \> RD F: \ GAMES
The computer is loading the empty keyboard GAMES .. It is noted in this matter that it should be implemented on empty folders only .. When we say empty, we mean empty of files and folders together.
17 The LABEL command
His job: changing the name of Drive
Its formula:
C: \> LABEL B: KING
The computer will change the name of Drive C from the previous name to the new name.
18 command FDISK
Function: This command resets the hard disk partition
Its formula:
: C: \> FDISK C
This is one of the most dangerous orders as it is a redistribution of hard and is not recommended for use only by specialists.
19 ATTRIB command
Function: Change file properties
Formula: This has several formulas and is as follows:
If you want to make a file writable, give it the r-code. If you want to make it non-writable, give it the r + symbol and the following example explains the command
C: \> ATTRIB + r C: \ TEST.TXT
In the above example, we made the file called READ.TXT read only
There are two other properties, hidden and Archive, and can be changed using the + or -
The hidden property takes h and the Archive property takes the s
The following two examples explain this.
To make the same previous file hidden
C: \> ATTRIB + h C: \ TEST.TXT
To make the same file a previous file system
C: \> ATTRIB + S C: \ TEST.TXT
20 DEFRAG command
Function: Arrange files on the hard drive
Its formula:
: C: \> DEFRAG F
This file-ordering process takes a long time (and depends on the strength of your device)
Note :
This only works with Windows DOS, which you can not run through Startup Disk.
21 command PROMPT
Function: Change the shape of the prod.
Its formula:
C: \> PROMPT MEDO
This helps you if you are a fan of plastic arts and do not like the traditional form of the urge
In the above example, the computer will change the shape of the prompt to become as follows:
MEDO>
22 command MEM
Function: Displays memory information
Its formula:
C: \> MEM
This command displays information about the memory and the part that is currently being used
23 command SYS
Function: Move the system files to a specific drive you choose.
Its formula:
: C: \> SYS B
The computer will transfer the system files to drive B.
Note :
This command can only be used with a system.
//From someone...
//If you have any question contact us...
For anyone who wants to professionalize cmd (Part 1)*
First .. To run the treadmill:
1. Open the Start menu
2. Choose Run
3. Type "Command" and press Enter
--- Command ---
1 CLS command
Function: Clear the contents of the tread screen
Its formula:
C: \> CLS
2 DIR command
Function: Review the contents of the folder or drive
Its formula:
C: \> DIR
To browse the contents of disk C, if we want to browse the contents of disk D we write: C: \> DIR D
C: \> DIR / P
For intermittent review (Page Page) .. You will have to press any key in the keyboard to complete the review process
C: \> DIR / W
To review the names of files and folders only without any information about them.
C: \> DIR / A
Browse files .. and hidden files
C: \> DIR / S
Browse files and folders and what these files contain
C: \> DIR \ S
To display the disk's disk drive .. Note that the tag is different from (/) to (\)
C: \> DIR / D
Only to review folders
3 CD command
Function: moves between different folders
Its formula:
C: \> WINDOWS CD
To move between the drivers.. Write only the disc symbol and two vertical dots
: C: \> A
And so we move to engine A
4 COPY command
Function: Copy the contents of a file or a collection of files
Its formula:
C: \> COPY F: \ GAMES B: \ FUN
The computer will copy all the files (note only the files) in the FOLDER called GAMES in the drive F of the FUN device B in drive B
5 The XCOPY command
Function: Copy Floppy Disk to another disk floppy
Its formula:
: C: \> XCOPY A:
The computer will have the previous command to copy the contents of the floppy disk A to the floppy disk J
And much like Cpoy command
6 MOVE command
Function: It transfers files from another automatic location and is equal to Cut command contains Windows system
Its formula:
B: \> MOVE C:
In the previous example, the computer will execute the command where all files with the extension will be moved
GIF files in the King's C-FOLDER to BOSS
7 FORMAT command
Function: Clear all data on a given drive and then re-form sectors and indexes.
Its formula:
: C: \> FORMAT F
The other formulas are as follows:
: C: \> FORMAT / Q F
In order to make a quick format..
: C: \> FORMAT / S F
To work with the system file transfer
: C: \> FORMAT / U / Q F
It is fast-paced and can not recover deleted files
8 MD command and MKDIR command (both commands have the same purpose)
His function: create a new folder (new folder) and of course this will contain the beginning of the command empty.
Its formula:
C: \> MD F:
The computer will have a new folder named PHOTO inside the drive F.
9 REN command
Function: Rename files and folders.
Format (in the case of the folder):
C: \> REN B: \ GAMES PLAYS
The computer in the previous command will change the name of the controller called GAMES to PLAYS.
Format (in case of file):
C: \> REN F: \ MEDO.MPG Mouad.MPG
The computer in the previous command will change the name of the file called MEDO to you or I M noting that the extension of the MPG file in this example does not change.
10 The DEL comman
Function: Cancel a file or group of files
Its formula:
C: \> DEL B:
In the previous process, the computer will scan all shared files in the extension
Which is present in drive B
//From someone...
//If you have any question contact us...
17/08/2018
Get the list of information on a specific command
1)Open cmd
2)Type "help"
3)Then click enter
See The Result
30/07/2018
Using Event Viewer to Troubleshoot Problems (Part 1)
1) Open windows run and type eventvwr
2) Click on windows logs
3) System
4) Click On error
5) Choose Event Log Online Help
For more info you can ask👍🏻
24/07/2018
"Repair hard drive using cmd"
1)open cmd as administrator
2)type CHKDSK then type your drive name for example C: or D: or F:
3) See the result
18/07/2018
"Cleanup on your pc"
1)Open cmd
2)Write cleanmgr /sageset:11
3)Choose what you want to clean
4)Clean up system files
17/07/2018
Free From Microsoft on windows: Malicious software removal tool
1)Just open local disk (C:)
2)Open file windows
3)Open file systme32
4)Go and Open MRT application
16/07/2018
Repairs files with problems by sfc scan
1)open cmd from start as administrator
2)type sfc /scannow
3)when finish scan restart your computer
Click here to claim your Sponsored Listing.
Category
Telephone
Website
Address
Beirut