Pagini
▼
Windows cmd commands
- Remove folder with all content :
rd /s /q - faster and better then explorer for erasing large amount of files
- Change file/folder attributes
attrib +shr -shr filename/folders - system file
h - hidden file
r - read only file
- View all files/folders including hidden/system etc
dir /a
dir /a:h - display only hidden files
- View windows install date :
systeminfo | find "Install Date"
- Force date and time sync
net start w32time
w32tm /resync /force
- Set date or time :
date 04-15-2015
No comments:
Post a Comment