Wednesday, November 18, 2015

Windows 7 - rename cmd file.


Requirement : Setup Bootable usb drive or dvd first.

1) boot from usb / dvd iso drive.
2) run cmd.
3) access c:\windows\system32
4) rename cmd.exe to cmd2.exe
5) rename magnify.exe to cmd.exe
7) exit boot system.
8) restart login windows 7.
9) click "ease of access".
10) tick magnify tool & it will run auto as cmd.exe
11) type net user. it will list out all of user.
12) type net user administrator 1234. it will set administrator password to 1234.
or can pick other user name & set password to 1234.
13) login to windows 7 by using 1234 password.


optional built-in cmd command-line:
mstsc /v:192.168.1.31 /f   =  full screen remote desktop.
hostname = view pc name.
dir /w/p/t  = list out all folder in drive.
net view = list all of network pc.
ipconfig/all = view pc ip address.
ipconfig/flushdns = refresh network.
tasklist = view running task.
ping 192.168.1.1 -t = ping network address.
netsh = ip address network configuration mode.
runas = run as different user.
help = view help file.
doskey /reinstall =  clear cmd cache memory.
taskkill = kill selected task.
exit = close cmd.
f7 = press function key.
format c: = format c drive.
systeminfo = view pc information.
getmac = view mac address.

No comments:

Post a Comment