Use-Powershell
22 April 2014
Ctrl + Alt + Del in remote desktop
Ctrl + Alt + End
pressed together when you are in a remote desktop windows is equivalent to Ctrl + Alt + Del from the console window.
it is very handy if you need to change you domain account password.
17 April 2014
Word macro to add image border
Selection.InlineShapes(1).Borders.OutsideLineStyle = wdLineStyleDouble
Selection.InlineShapes(1).Borders.OutsideLineWidth = wdLineWidth150pt
Selection.InlineShapes(1).Borders.OutsideColor = wdColorLightBlue
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)