Windows keyboard shortcuts
30 Mar 2016
windowsUsefull shortcut reference. All shortcurts available here
Usefull shortcut reference. All shortcurts available here
Following command can be used to mirror content between drives
robocopy e:\ z:\ /mir /xd "`$RECYCLE.BIN" "System Volume Information"
// usage
// robocopy <source> <destination> [<File>[ ...]] [<Options>]
// /mir - create exact mirror
// /xd <directory>[...] - exclude directories
All parameters reference available in official documentation
RawGit can turn github repo into CDN
List of various git commands that often can save the day.
Windows 10 comes with nice feature - OneGet - Manager of Package managers. It simplifies way of installing software on a PC and what is more important - it allows to make it scriptable. I'm big fan of Chocolatey so I was glad to learn that Microsoft took care of integrating it with OneGet. Basic info can be found in Scott Hanselman blog post Apt-Get for Windows - OneGet and Chocolatey on Windows 10 and on Microsoft TechNet blog post Introducing PackageManagement in Windows 10.
Inspired by Scott Hanselman I decided to create my own blog.