Can someone help me create a desktop shortcut for the Print Screen key on my keyboard PrtSc?
I tried the following code and saved it as .vbs but it's not working.
Set wshShell = wscript.createobject("wscript.shell")
WshShell.SendKeys "{PrtSc}"
↧