When i open a Script - Notepad ++ also opens - How to fix that?
- 
 Just made a script for quick wallpaper change, but everytime i open it, the background wallpaper DO change - But everytime Notepad++ also opens!!! I don’t want to unistall just cuz of that! T_T Here’s the script: set WshShell = WScript.CreateObject(“WScript.Shell”) WshShell.SendKeys("^ ") WshShell.SendKeys(“+{F10}”) WshShell.SendKeys(“n”) WshShell.SendKeys(“n”) WshShell.SendKeys(“{ENTER}”) 
- 
 what does mean *** i open it*** ? Open with npp? 
 Double click on saved script?
 Anything else?Cheers 
 Claudia
- 
 @Raul-Chiarella Only thing I can think of is if you have a keyboard shortcut installed for Notepad++? Search in Windows for notepad++.exe and for every instance of that file found, right-click on it and open the properties. In the Properties dialog, in the Shortcut tab (which should show by default), check that the Shortcut key: field says None. If not, select the Shortcut key field and delete the contents. It’s a long shot, but this could cause the behavior you’re describing. 

