Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:windows_cli_cheat_sheet [2022/02/23 09:50] – derek | pub:windows_cli_cheat_sheet [2023/08/28 13:32] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== windows cli cheat sheet ====== | ||
- | |||
- | <code poweshell> | ||
- | |||
- | #common | ||
- | start appwiz.cpl #add/remove programs | ||
- | control date/time | ||
- | control /name Microsoft.DefaultPrograms | ||
- | control admintools | ||
- | |||
- | # | ||
- | control input.dll # input methods | ||
- | control intl.cpl | ||
- | control timedate.cpl # time zone, etc | ||
- | |||
- | |||
- | #backups | ||
- | control /name Microsoft.BackupAndRestore # win7 backup | ||
- | control /name Microsoft.FileHistory # win10 backup | ||
- | control /name Microsoft.Recovery | ||
- | |||
- | #hardware | ||
- | SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 & devmgmt.msc #device manager | ||
- | control ncpa.cpl # network adapters | ||
- | control /name Microsoft.NetworkAndSharingCenter | ||
- | control printers | ||
- | |||
- | #multimedia | ||