Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2020-08-13 04:10:30
Size: 208
Editor: PieterSmit
Comment: Split into sub page
Revision 4 as of 2021-05-05 01:37:32
Size: 467
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:

 * Open windows share as different user {{{
net use <driveletter>: \\<server>\<sharename> /USER:<domain>\<username> <password> /PERSISTENT:YES
}}}
   
 * 2021 Win10 - [WinKey]+v - enable copy/paste history
   * [WinKey]+[Shift]+s - snip screen shot

Windows Tips

  • Open windows share as different user

    net use <driveletter>: \\<server>\<sharename> /USER:<domain>\<username> <password> /PERSISTENT:YES
  • 2021 Win10 - [WinKey]+v - enable copy/paste history

    • [WinKey]+[Shift]+s - snip screen shot

  • current Windows7 Win7
  • To launch admin command prompt, enter cmd in start run and hit shift+ctrl+enter
  • To scan hd for errors >sfc /scannow

Windows/Tips (last edited 2021-09-19 21:30:24 by PieterSmit)