Current Size:
Chakra BreakPoints
base0px
sm480px
md768px
lg992px
xl1280px
2xl1536px
Current Height:Width
widthpx
heightpx

Subjects

Window 10 Notes

Date Created: 2021/03/15 14:19:17

Last Update: 2022/12/14

#window #notes

Keyboard Shortcuts - Workflow

win + left-arrow

win + left-arrow
// snap left
win + right-arrow
// snap right
win + up-arrow
// maximize window
win + down-arrow
// minimize window

Screen Grab

win + Shift + S

Command Prompt Catch

Command prompt is officially called Windows Command Processor.

> help
// prints all commands
> help some-command
// prints documentation
> mkdir
// makes a directory
set
// list all env variables
set <some-variable>
// is the same as echo $<variable>
ctrl + c
> dir
// show directories in given folder
> attrib
// set ownership on files and directories
> cd
// print current directory
> chkdsk
// checks filesystem and repairs filesystem
> cls
// clear window
> copy
> date
> time
> del
//
> deltree
// recursively deletes entire directory tree
> edit
// simple text editor
// Note the variable EDITOR should be set to the user's preferred editor
> type
// displays the contents of a text file
> rename
// renames file or files

Logic and Conditionals

> if
// performs a condistional processing in batch programs
> for
// runs a specified command for each file in a set of files

PowerShell

Learning PowerShell

> Get-Command *-Service
// show list of cmdlets

For a given Service user;

Get-Help <some-service
// to see documentation for service

Show list of Running Processes

Get-Process

Show Directories

ls
// show current directories

Quick Reference

RESOURCES

REFERENCES

More Notes

All Notes
HomeProjects

Links

Home Articles Notes Projects About Style Guide Site Credits

Contact

 [email protected]

Location

🌎 Earth