Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2011-07-20 07:00:40
Size: 170
Editor: PieterSmit
Comment:
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 1: Line 1:
## page was renamed from WindowsTips
Line 2: 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)