keep clip while changing users

  • Thread starter Thread starter no
  • Start date Start date
N

no

Can I put something on the clipboard while in User1, then switch to User2 and still have the original clipboard contents intact?
 
Replied to [[email protected]]s message :
Can I put something on the clipboard while in User1, then switch to User2 and still have the original clipboard contents intact?

Use a LogOff(that will save clipboard contents to a file) and a LogOn(that will
read the file then add the contents of that file to clipboard) Script.
 
Back
Top