Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2020-08-13 04:10:30
Size: 208
Editor: PieterSmit
Comment: Split into sub page
Revision 6 as of 2021-09-19 21:30:24
Size: 673
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * 2021 - RDP change remote password, use Ctrl+Alt+End
 * Using RDP remote desktop session, you can share your local disk to the remote server over the RDP connection, in the settings before connecting.

 * 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

  • 2021 - RDP change remote password, use Ctrl+Alt+End
  • Using RDP remote desktop session, you can share your local disk to the remote server over the RDP connection, in the settings before connecting.
  • 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)