- Now also WUP-Apps (these new Win8/10 apps like Windows Edge) can be used for Auto-Run,
that means if running maximized, a command-line is executed, but WUP-Apps cannot be selected by file-requester,
so you have to run the app, if the app is visible, then the app is listed and can be selected for auto-run.
- Setting brightness in monitor is normally done by code 0x10, but a few monitors use code 0x6B, now you can choose code.
- New argument # starts comment, so after # all commands are ignored, this way you can keep your command-line for future usage.
- New argument ! starts any program e.g. ! notepad.exe
|