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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login