Search found 137 matches

by -ElCoyot-
Sat Sep 07, 2024 12:52 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

I just need a piece of Autoit code that contains the "blinktaskbarwhendone" function, but compiled into an exe file.
by -ElCoyot-
Fri Sep 06, 2024 8:18 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

You didn't understand. I need a compiled exe file with the taskbar flashing function. That is, run the exe and the panel will blink.
by -ElCoyot-
Sat Aug 31, 2024 9:56 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

lwc
Hi. Can you compile the code that is responsible for "blinktaskbarwhendone" into an executable file
by -ElCoyot-
Mon Jul 08, 2024 9:04 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

which will both create and later delete it.
Thank you. Everything is cool
by -ElCoyot-
Mon Jul 08, 2024 8:15 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

It is starting correctly now. But when you close the program, an error appears. At the same time, the service itself is deleted normally. Screenshot_240708_190939.png [CUSTOM MENU] hidetrayicon=1 skiptobutton=3 blinktaskbarwhendone=1 singlerun=1 ; netaccess=0 ; admin=1 [BUTTON3] buttontext=USBSafely...
by -ElCoyot-
Mon Jul 08, 2024 1:26 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

In this configuration, I only have the service running, the program itself does not start. And where should I register the removal of the service? [CUSTOM MENU] hidetrayicon=1 skiptobutton=3 blinktaskbarwhendone=1 singlerun=1 ; netaccess=0 ; admin=1 [BUTTON3] buttontext=USBSafelyRemove relativepatha...
by -ElCoyot-
Sun Jul 07, 2024 8:08 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

I didn't understand how to start the service. There is such a bat.the file that starts the service. You can write a line with this command in service=

@echo off
sc create USBSafelyRemoveService binPath= "E:\Temp\USBSafelyRemove\App\USBSRService.exe"
sc start USBSafelyRemoveService
by -ElCoyot-
Sat Jul 06, 2024 11:37 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

Is there no way to combine both x32 and x64 versions into one file? It would be more convenient.
by -ElCoyot-
Thu Jul 04, 2024 7:43 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

I put a check mark here, now everything is correct.
2024-7-5 6-40-48.png
by -ElCoyot-
Thu Jul 04, 2024 7:55 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

But wait, so did the newest temporary release fix both cases?
Yes, it's okay.

The main thing is, if I have to remove the driver, don't forget to change the encoding of the autorun.inf file.
by -ElCoyot-
Thu Jul 04, 2024 3:42 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

Which Windows do you have? Win10x64. (10.0.19045.2486 (Win10 22H2 2022 Update)) And what happens when you click OK and approve the admin prompts? The console window appears, writes something about the PnP Utility Program, and closes. could you try this temporary release? It seems to be deleting now...
by -ElCoyot-
Wed Jul 03, 2024 8:13 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

Which message do you get for the non English driver name?
Screenshot_240704_070236.png
Screenshot_240704_070236.png (6.72 KiB) Viewed 3886 times
Almost all "FriendlyName" are empty. The Bluetooth name is missing. It is displayed in the device manager.
https://pastebin.com/yGd1UYa9
by -ElCoyot-
Wed Jul 03, 2024 1:28 am
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

Transcoding to UTF 8 helped. Requires deletion, but does not delete. Bluetooth does not delete either.
Screenshot_240703_123023.jpg
Screenshot.png
Screenshot.png (4.72 KiB) Viewed 3957 times
by -ElCoyot-
Tue Jul 02, 2024 8:14 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

Screenshot_240703_065431.png
Screenshot_240703_065431.png (4.82 KiB) Viewed 4013 times
Screenshot_240703_070922.png
Screenshot_240703_070922.png (4.72 KiB) Viewed 4013 times
The first screen of the driver is in Cyrillic, the second you can see for yourself.
by -ElCoyot-
Mon Jul 01, 2024 7:44 pm
Forum: Portable Freeware Development
Topic: AutoRun LWMenu
Replies: 343
Views: 697267

Re: AutoRun LWMenu

The deletion has stopped again. I think it was a bad idea on my part to remove the drivers. I'm sorry to bother you with this. Let's focus on the "services". There's nothing wrong with deleting them. Please add "installservice".