Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2011-07-20 07:00:40
Size: 170
Editor: PieterSmit
Comment:
Revision 5 as of 2021-05-05 20:57:57
Size: 618
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:

 * 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

  • 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)