Post by VirtuaMan » 15.03.2021 20:16:39
Why did I not have this idea before?
To make Dexpot function much better in my Windows 7...
I have a vbs file reading:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "%{F11}"
Which I click to reset Dexpot when it starts with the icons in disorder.
Of course I have set Dexpot to reset with F11.
Now I have also made a batch file:
@echo off
cscript KeyAlt-F11.vbs
and set it to START DELAYED after (e.g.) 50 seconds. Thus automatically running the vbs.
The program I use for delayed start (Startup Delayer) does not take a vbs, but it does take a bat...
Why did I not have this idea before?
To make Dexpot function much better in my Windows 7...
I have a vbs file reading:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "%{F11}"
Which I click to reset Dexpot when it starts with the icons in disorder.
Of course I have set Dexpot to reset with F11.
Now I have also made a batch file:
@echo off
cscript KeyAlt-F11.vbs
and set it to START DELAYED after (e.g.) 50 seconds. Thus automatically running the vbs.
The program I use for delayed start (Startup Delayer) does not take a vbs, but it does take a bat...