Search found 200 matches

by lwc
Sun Apr 14, 2024 9:58 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

No, inf files already had the ability to have: [CUSTOM CD MENU] skiptobutton=X The new feature is that your launcher's shortcut can now run launcher.exe /skiptobutton=X (or launcher.exe /skiptobutton=X "path-to-folder-with-INF" ) which will be used even if the INF has something else. So im...
by lwc
Sat Apr 13, 2024 1:17 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

That's cool. Fantastic. :D Thanks! In that case, I've released a couple of other features, if you like to check the latest beta . The first feature I'm not sure you can check since it seems you're always admin anyway. It lets you relaunch admin-only buttons as admin, if you tried to click them not ...
by lwc
Fri Apr 12, 2024 6:20 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

Well, I know you've asked it for in the past too, but I've never claimed it was supported. :D
Turns out files have built-in support for it, while folders don't, so I've added special support for wildcards.
Can you try it in the latest beta?
by lwc
Wed Apr 10, 2024 12:55 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

-ElCoyot- wrote: Tue Apr 09, 2024 8:18 pm Please fix (add) the deletion of folders by mask. Does not work.
Do you mean deletefiles=*.bak? Because it does work for me.
Please paste here in text (not attachment) your autorun.inf.
by lwc
Sat Apr 06, 2024 3:15 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

You may not be able to test specifically the net access part, but I've added lots of other stuff too, if you like to make sure they work properly in the latest beta.
by lwc
Sun Mar 31, 2024 1:14 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

So how do we proceed? What you're asking for sounds more like Sandboxie as opposed to a launcher. Not to mention such softwares are more like drivers than softwares, which also requires paying for a Windows certification (in Sandboxie it became possible due to donations), but it any case it's not re...
by lwc
Sat Mar 30, 2024 10:51 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

That command "ISOLATION_FULL_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip" is not documented anywhere online (even without searching for the word thinapp). In any case, a launcher is not a virtual machine. I don't think I can just block registry key (in this case HKLM\SYSTEM\Curre...
by lwc
Sat Mar 30, 2024 4:41 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

Why not Windows firewall if it seems to be the official way to do it? As for ThinApp (which is a commercial product), it's claimed on their forum that they don't even have such a feature ( latest reply is from 2023 ). Do you have a link that states otherwise? Alternatively, what does it mean to isol...
by lwc
Fri Mar 29, 2024 3:18 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

It is possible, but it seems the only way to do it is via Windows Firewall which requires admin privileges, so what do you think is the best approach here: Getting it done internally only if the launcher was launched in the first place via right clicking the launcher and choosing Run as administrato...
by lwc
Sat Mar 23, 2024 10:31 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

So all is good in both cases?
by lwc
Sat Mar 23, 2024 4:29 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

Thank you, but turns out passing external parameters (like links, in your case) worked well only when using skiptobutton=X.
Can you try it both with and without skiptobutton=X in the latest beta?
by lwc
Fri Mar 22, 2024 4:53 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

Sounds like we're making progress. The dash of "-url" made it get treated like an internal launcher parameter and was thus ignored (since there's no such internal parameter defined). Now that opening the links work for you, regarding the file being created then yes, it's about the new embe...
by lwc
Wed Mar 20, 2024 2:25 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

This screenshot shows 2 parameters, not one: -url "%1" The launcher currently supports just one. Even still, it was supposed to try to run -url and fail. I also wonder what is "PropertiesParameter" that is null. In any case, the screenshot shows read-only properties, can you take...
by lwc
Tue Mar 19, 2024 5:21 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

You did it right. It's as if it doesn't even try to open those links, but instead just launches the launcher which is why it tries a default settings file, which takes us to: I did it with this program https://github.com/SiL3NC3/PortableRegistrator/releases/tag/1.5. Autorun.inf is 2024-3-17 8-36-18....
by lwc
Tue Mar 19, 2024 11:57 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 199
Views: 400652

Re: AutoRun LWMenu

Can you find the file it creates, enter simulate=1 in it, then take a video when you open links?