-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very cool app #2
Comments
Hi. Thanks for your comments. Actually, the application only has the functionality of adding an item of your choice (in this case, a PDF file) to run at Windows startup. It does not have the functionality to disable or delete the element. I will add that functionality in the next release as per this issue, but I'll answer now to this issue to give you a solution: You must use a task manager to disable or delete the item, or you can simply open the Windows Registry (using regedit.exe, which is located at the path:
|
Thanks buddy, when you release the next update I'll put a video about your app on my YouTube channel :) to help you, if you could put the language in Brazilian Portuguese, I'd be grateful Channel name Odorizzi |
I'm working on the changes from time to time. The new functionality is already implemented and almost finished. Probably in two or three more days from now I will be able to update the changes in the source code of the repository and publish the new release with all these changes applied; I still need to add multilanguage support. You have a very interesting channel with so much audience, and it would be an honor for me if this humble program has some visibility. Thank you so much!. When the program is ready I hope you will try it to know your opinion. There will probably be some mistranslated words to correct in Portuguese. |
The changes were implemented, please check Version 1.3 release. After a file is added to Windows Startup, you can delete it by following these steps:
Please feel free to reopen and continue this conversation if you find any issues in the usage, or in the Portuguese translation, or for anything else. Thanks for the enhancement suggestions, and for everything else. Enjoy it!. |
When you click on ITEM BUILDER and SEND TO ITEM BUILDER nothing happens, just to warn you |
For some reason the layout logic of that control is not resumed on your computer (after parsing and adding the registry values to the control), causing those ugly black lines. It should be fixed in the v1.3.1 release. Not sure about the "Item Builder" and "Send to Item Builder" button issues that you are experiencing (I can't reproduce those issues on my computer), but it could be related with the other issue above. In any case I've added some additional error handlings in the source-code, so it could also had been fixed in v1.3.1 release. Please, check it. About the AV false positives, it is very difficult for me to determine what is causing it. But considering that the application performs Windows registry (read/write) manipulation, it would be hard to replace the way that the application performs those operations in order to get rid of false positives for all the AVs. I will wait for your feedback, thank you. |
When I click on these buttons nothing happens, I'm using Windows 10 |
I'm also on Windows 10 (22H2, 64-Bit). I'll show you which is the expected behavior: I was not able to reproduce or figure out what is preventing those buttons from working on your computer, however, in version 1.3.2 I've added a "Compact Mode " Check box that should serve as a final workaround: EDIT: Please don't miss newer version 1.3.3 as it fixes other minor aesthetic things. ¿Could you confirm it works for you?. Thank you for your patience!. |
It's strange that the buttons problem has been solved, but I'm glad to hear that now it works for you!
The translation problem was an oversight, my fault, I did not included the translation files when uploading that release to GitHub. It's already solved in the (newer) release v1.3.4. I have applied other changes to solve (or rather, to avoid) the problem of registry read/write errors when the user does not have enough (administrator) privileges. It's important to note that the application must be run with administrator privileges if wants to add keys to the "HKEY_LOCAL_MACHINE" registry path (by using "All users" button in the application). Definitely this time everything should work as expected on your side, please try version 1.3.4. The truth is that I am too badly accustomed to using the hidden, built-in Administrator account, and with UAC disabled, so I never worry about problems with administrator privileges because I never have using that hidden built-in account. For this reason I do not usually notice these complications that other users will have when trying to use certain functionalities. I thank you again, because you have helped to improve various aspects of the application, in every way. |
Perfect buddy, everything is working correctly now, there are just two details When adding a program, file, document in the builder item, after adding it you must clear the fields to add a new program, etc... And another: The programs, files, documents that the user has added, in the startup list should be separated so that it is easier for the user to find what they have added and make changes such as deleting, looking in regedit etc... maybe put in a new tab the new files and those that are from the Windows system leave as is Compact mode can be removed, my friend I'm being annoying <3 but it's to improve, the rest is working very well |
I'm afraid that reverting the changes might cause a breaking change on your computer, and thus, maybe causing problems for other users too. Could you please test the "Item Builder" and "Startup List" buttons in this build before I officially apply the changes to a new release?: v1.3.5 Portable WITHOUT COMPACT MODE.zip
Already fixed in version 1.3.5. Thank you!.
I could make that distinction temporarily, I mean, as long as the program is running and adds an entry, I can determine that entry was added by the program, but to identify /make the distinction of the entries added by the program, permanently, would be more complicated. I also think that the ideal would be to only show a list with the entries added by the program. That's what I would have liked from the beginning, and I've been toying with the idea, but unfortunately I can't make that distinction - in a permanent way - without adding some distinctive element to the name of the Windows registry entries added by the program such as a special prefix or suffix, and that would be very intrusive. Or I could maintain a history, locally in a file or in a registry value, writing and loading the entries that were added with the program, but if the history file or registry key gets deleted, the program would no longer be able to identify those registry entries again, as the local information did not exist anymore. In short, these kind of solutions that I have thought of, it can end up being counterproductive.
You are not being annoying, you flatter me with your interest in this program. Any other proposal you may have in mind, do not hesitate to comment it. |
Perfect buddy, everything is working properly now Just one observation, when editing a file it duplicates instead of deleting the old one, for example: I put an image with the name Odorizzi, I'm going to edit the image to Odorizzi2, you're left with the two images Odorizzi and Odorizzi2 you should delete Odorizzi and keep only Odorizzi2 The rest is perfect buddy, when you launch the official one, let me know, I'll put the video on my channel. there could be a button to clear the recent ones so they don't get too polluted The buttons are all working properly Other types of programs that subscribers ask for on my Channel and that are hard to find and that are free/paid An application that increases the volume of Windows beyond what is allowed, something very simple with a volume bar above 100% A real-time translator for Windows that translates any application, image, files and games on the Windows screen Fix YouTube, Twitch, Facebook etc. chat at the top of the screen while playing the game in full screen - this is what many LiveStream users want so they can read the chat. Here's a tip :) if you do, I'll help you spread the word. Translated with DeepL.com (free version) |
I understand what you mean. I will add a dialog to let the user confirm deletion of the previous registry entry after successfully added the new edited one.
Good idea, I'll implement that too. I will also think about ways to distinguish the keys generated by the program, permanently, and separate them in a new tab. It may take me more than a few days. Thank you for trying the version without compact mode. See you soon! |
A new release have been published with the improvements applied!. 😄
Certainly they sound very interesting ideas, but they could be very challenging to develop. I will investigate from time to time. Thanks for your feedback! |
https://youtu.be/WpE3X4VsuVA Perfect, I posted the video about your application friend :) everything is working correctly, I just did a test with the OBS STUDIO program I tested with the shortcut and the .exe and it gave this error when starting windows, just so you know other programs worked normally, only OBS had this BUG |
Amazing video!, thanks a lot. I hope some of your subscribers could find this program useful! It is not a problem related to File2Startup. There are simply some programs that when executed by the shell cannot locate their working directory. Here you can see that the same problem occurs by simply trying to run the OBS process from CMD: https://obsproject.com/forum/threads/solved-cant-run-obs-studio-from-cmd.73257/ That occurs because the user is not running OBS from its main, working directory. SOLUTION (shortcut file)In the shortcut it is mandatory to specify the working directory (where the obs32.exe / obs64.exe file is located), as indicated in this official article: https://obsproject.com/kb/launch-parameters
In my case it will look like this: Then the shortcut file will start at Windows startup correctly when added with File2Startup. SOLUTION (CMD)An alternative to adding a shortcut file in File2Startup, is to add a CMD entry with the following configuration:
Note: Ensure to change |
Hello, great application, I put a PDF to test and it worked perfectly, but how do I delete the files I put so it doesn't start with Windows anymore?
The text was updated successfully, but these errors were encountered: