Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tburyanek/close-windows-popup
Visual Basic Script to close popup window in MS Windows.
https://github.com/tburyanek/close-windows-popup
popup utility vbscript windows
Last synced: about 2 months ago
JSON representation
Visual Basic Script to close popup window in MS Windows.
- Host: GitHub
- URL: https://github.com/tburyanek/close-windows-popup
- Owner: TBuryanek
- License: mit
- Created: 2023-05-25T14:15:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T11:05:36.000Z (about 1 year ago)
- Last Synced: 2023-10-13T06:06:55.536Z (about 1 year ago)
- Topics: popup, utility, vbscript, windows
- Language: VBScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Close-Windows-Popup
Visual Basic Script to close (ALT+F4) anoying popup window in MS Windows.## Configuring
Replace `YourApp` with the name of the application/Window:
https://github.com/TBuryanek/Close-Windows-Popup/blob/d7cf88c7dc666fd851da63915a2977de570e4015/src/close_popup.vbs#L4
Replace `YourApp.exe` with the name of the Task / App:
https://github.com/TBuryanek/Close-Windows-Popup/blob/d7cf88c7dc666fd851da63915a2977de570e4015/src/close_popup.vbs#L9Then you can execute / set this VBS script to run.
For example automatically using `Task Scheduler` (default Windows program):
* **Trigger**:
* On workstation unlock
* At log on
* ...
* **Action**:
* Start a program - `C:\Windows\System32\wscript.exe`
* With argument - "C:\Script location\script.vbs"```
NOTE ! That Script runs in loop permanently until the popup is identified and closed / or Windows is turned off!
```