bootrec /fixmbr
bcdedit /export c:\bcdbackup
attrib c:\boot\bcd -h -r -s
ren c:\boot\bcd bcd.old
bootrec /rebuildbcd
Showing posts with label command prompt. Show all posts
Showing posts with label command prompt. Show all posts
Friday, January 11, 2019
Monday, November 19, 2018
Perintah-Perintah Command Prompt di Windows
cmd command | Description |
---|---|
Basics: | |
call | calls a batch file from another one |
cd | change directory |
cls | clear screen |
cmd | start command prompt |
color | change console color |
date | show/set date |
dir | list directory content |
echo | text output |
exit | exits the command prompt or a batch file |
find | find files |
hostname | display host name |
pause | pauses the execution of a batch file and shows a message |
runas | start a program as another user |
shutdown | shutdown the computer |
sort | sort the screen output |
start | start an own window to execute a program or command |
taskkill | terminate a process or a application |
tasklist | display applications and related tasks |
time | display/edit the system time |
timeout | wait any time |
title | set title for prompt |
ver | display operating system version |
w32tm | setting time synchronisation/time server/time zone |
Network: | |
ftp | transfer files to a FTP server |
ftype | display file type and mapping |
getmac | display MAC address |
ipconfig | display IP network settings |
netsh | configure/control/display network components |
netstat | display TCP/IP connections and status |
nslookup | query the DNS |
pathping | test the connection to a specific IP address |
ping | pings the network |
route | display network routing table, add static routes |
systeminfo | displays computer-specific properties and configurations |
telnet | establish Telnet connection |
tftp | transfer files to a TFTP server |
tracert | trace routes similar to patchping |
Files: | |
attrib | display file attributes |
comp | compare file contents |
compact | display/change file compression |
copy / xcopy | copy files |
diskcomp | compare content of two floppy disks |
diskcopy | copy floppy disc to another one |
erase / del | delete one or more files |
expand | extract files |
fc | copare files and display the differences |
mkdir | create a new directory |
move | move/rename files |
rename | rename files |
replace | replace files |
rmdir / rd | delete directory |
tree | display folder structure graphically |
type | display content of text files |
Media: | |
chkdsk | check volumes |
chkntfs | display/change volume check at startup |
defrag | defragment media |
diskpart | volume management |
driverquery | display installed devices and their properties |
format | format volumes |
label | change volume name |
mode | configure interfaces/devices |
mountvol | assign/delete drive mountpoints |
verify | monitoring whether volumes are written correctly |
vol | show volume description and serial numbers of the HDDs |
Miscellaneous: | |
for | for loop |
gpresult | display group policies |
gpupdate | update group policies |
perfmon | start performance monitor |
prompt | change command prompt |
reg | add/read/import/export registry entries |
Author: Armin Oberneder
Source :
Source :
https://www.thomas-krenn.com/en/wiki/Cmd_commands_under_Windows
Melihat List Wifi dan Password Menggunakan CMD - Windows 10
Untuk menampilkan list wifi yang ada dilaptop dapat menggunakan perintah "netsh wlan show profile". Contohnya seperti terlihat dibawah :
Nah misalkan kita pengen ngeliad password untuk wifi "MITLA OFFICE". Jadinya kita eksekusi perintah ini :
Nah misalkan kita pengen ngeliad password untuk wifi "MITLA OFFICE". Jadinya kita eksekusi perintah ini :
Saturday, October 22, 2016
Sunday, October 16, 2016
|more &space in command prompt windows
|more dicommand prompt itu ngebatasi output dari console command prompt. Jadi misalkan kita ngeeksekusi suatu perintah yang ooutputnya terllalu panjang, biasanya kn g' kliatan semua yaaak... Naah dengan adanya |more ini tar outputnya dibatasi perlayar ajjah yang bisa ditampilin windows... Contoh...Silahkan buka command prompt di windows...
Skrg kita berada di C:\Windows\System32, naah di sini ada banyak dir kaan... dan g' semua bisa ditampilin di satu screen cmd, jadi sebaiknya kita masukin |more di belakan dir, contohnya kyk gini :
Terus klu kita pengen nampilin sisa outputnya, tinggal pencet tombol "SPACE" di keyboard. SPACE disini nampilin 1 screen lagi. Klu kita pencet "ENTER" cuma nampilin 1 baris pas pencet enter....
Skrg kita berada di C:\Windows\System32, naah di sini ada banyak dir kaan... dan g' semua bisa ditampilin di satu screen cmd, jadi sebaiknya kita masukin |more di belakan dir, contohnya kyk gini :
Terus klu kita pengen nampilin sisa outputnya, tinggal pencet tombol "SPACE" di keyboard. SPACE disini nampilin 1 screen lagi. Klu kita pencet "ENTER" cuma nampilin 1 baris pas pencet enter....
Tuesday, October 11, 2016
Subscribe to:
Posts (Atom)