Jump to content

AstroSkipper

Member
  • Posts

    5,025
  • Joined

  • Days Won

    673
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. This time I've tested both files and they are working fine. Maybe your security scanner could produce false positives. Avast does not have any problems with my files. Code is absolutely clean. If problems occur, add both files to exclusion list.
  2. I didn't test my code yet. I just wrote it and it should work. The StopWU.bat is meant to disable both services before shutting down system. Once you want to start your system again, both services should be disabled, otherwise they would start as usual. I did in this moment a test and it seems if once both services are disabled they stay in that status and can't be started without setting them to demand start. Therefore we have to change code of StartWU.bat. Change code of StartWU.bat to: @echo off ping localhost -n 60 > nul sc config "wuauserv" start= demand sc start "wuauserv" sc config "bits" start= demand sc start "bits" exit Leave code of StopWU.bat as it is: @echo off sc config "wuauserv" start= disabled sc stop "wuauserv" sc config "bits" start= disabled sc stop "bits" exit StartWU.bat set both services to demand start and will start them. StopWU.bat set both services to disabled start and will stop them. Therefore both files are necessary. Sorry for confusion! And here both batches as executables exe files without annoying black console windows: https://www.mediafire.com/file/ui7casl48g20ke0/Start_and_Stop_WU.7z/file If another delay time is necessary, let me know! PS: And what did we learn? First you have to test your code, then you can publish it! I should know that!
  3. Although the delayed start of services isn't supported there is a way to still start them delayed. Disable services AU and BITS, then create following batch file: @echo off ping localhost -n 60 > nul sc start "wuauserv" sc start "bits" exit The bold number is the time in seconds to delay the start of both services. Copy code, create a batch file, for example StartWU.bat, insert code and store it. Then add this file to your autostart or start it as a task. Restart your system. When you finished your Windows XP session, you can execute a second batch StopWU.bat with this code manually or automatically while or before shutdown: @echo off sc config "wuauserv" start= disabled sc stop "wuauserv" sc config "bits" start= disabled sc stop "bits" exit Try different values for bold number to find best time for delaying. Have fun!
  4. AFAIK there is a general problem to delay system and application services in Windows XP which means this feature isn't supported. In my case I never needed it. But I had a look into my installed version and you're absolutely right. No chance of delaying system and application services in Windows XP. But anyway, Glarysoft's Quick Startup in version 5.10.1.143 is great and does its job very well.
  5. I use Glarysoft's Quick Startup. It has a delayed startup feature too. Very good tool and afaik more recent. But it has to be a less recent version because the more recent one are a bit annoying. It' s very often the same with software versions. The more recent, the more worse. If wanted I can upload this version.
  6. Thanks for comparing of yours to mine! But I think that your project, which I will take a closer look at as soon as possible, is much more demanding and plays in a different league. I'm not a professional programmer and have little experience with high-level programming languages. I'm more of a batch programmer. My projects are probably less demanding than yours. Still, I feel quite honored. Thank you for the flowers! My first post is rather meant as an article with full information about our existing proxies and will be maintained or extented if necessary. It is the result of my knowledge and a lot of researching. All important information in one place for those who are interested in that kind of stuff. I did my very best in well structuring of content and in full support of visitors or members. And I added my own stuff like modified, fixed, updated or self created versions of different tools. The people who find reading my article too tiring or simply too complicated, are not the people I want to reach or support. Therefore I disagree with making of a new thread. But I totally agree with your suggestion to restructure the download section. It has become a bit bloated and maybe confusing too. Thanks again for your opinion! Always welcome!
  7. Thanks again for your support and your kind words! I appreciate your opinion very much. I hope you can understand a bit what's going on in my head right now.
  8. Thanks for your replies and your interest in my work! And special thanks to @Dave-H and @mina7601 for supporting me continously! At the moment there is no download link. First of all it is just a preview of what, beside other projects, I've created the last weeks. @NotHereToPlayGames Therefore you won't find any related link. As mentioned before, I'm almost done with my project and now it's in testing phase. So far it's working as expected here. But everything must be checked and any improvements or corrections made if necessary. So still a bit of work. And first I'll just wait a bit and see how the overall interest is this time. In the past I spent a lot of time in writing informative articles and guides, assisting people who look for help, solving problems, modifying and fixing programs, keeping everything up to date and so on, but the overall interest expressed was rather low. A lot of reads and downloads, on the other hand only a few reactions and even fewer comments. Maybe it's just too tiring to show a reaction or leave a comment. And the best thing of all: The only request I had was not even answered. Except a reply of @Dave-H, of course, although the request wasn't addressed to him. Thanks again! Anyway, to me, all that is not really a sign of genuine interest. Of course I know nobody forced me to do all that, but anyway, It's actually a bit frustrating and not much fun in that way. Furthemore I think an author who shares his work with a community at least thrives on feedback and needs a bit of motivation for his creative ambitions. But anyway. I don't want to lose my fun in doing my work and only get annoyed by disrespectful behavior. In the old days my Latin teacher always tried to motivate us in translating by never stopping to say: New piece, new luck! And one thing is for sure: Time flies and will tell. Then we'll see. Kind regards, AstroSkipper
  9. After a little break and some programming work, I've almost finished my current project. It is a fact that ProxHTTPSPoxy REV3e is the latest version of our proxies and therefore I'd like to switch to completely. But the lack of a systray menu like HTTPSProxy's was a reason against it. So I decided to create my own version of a ProxHTTPSPoxy systray menu. And now it is ready in first version. Here we go! This is a screenshot of my ProxHTTPSPoxy's systray menu for more convenient use and control of its functions. I created it by combining self-programmed files, which execute specific tasks related to ProxyHTTPSProxy, with already existing programs. Of course, a single compiled program like HTTPSPoxy's launcher is great, but my "launcher" can be totally customized and continously extended according to user's needs due to its modular structure, therefore much more flexible. More features can be added easily without touching existent code. It's fully portable and can be copied to any location. Already implemented features are: Start, stop, hide and show ProxHTTPSPoxy. Check if ProxHTTPSPoxy is running (in RAM). Update cacert.pem and Root Certificates. Open and close IE Proxy settings. Edit config.ini and read documentation. I started creating weeks ago with continuing improvements and bug fixing. Now it's in testing phase. So far it's working without any problems.
  10. In this post you said Automatic Updates is working in your system. And now it isn't? The error message doesn't matter if AU service is still working.
  11. Try to set HTTPSProxy as system-wide proxies using proxycfg.exe by entering command proxycfg -u and check again. If it doesn't work, you can go back to previous setting by command proxycfg -d. Does your error mean that Automatic Updates doesn't offer any updates? I thought we had fixed that in the past.
  12. I do not believe that it makes any difference. Presumably this key is not used anymore and will be ignored by Windows nowadays. It's simply a leftover. PS: What does a native British English speaking person say: leftover or remnant?
  13. BTW this key doesn't exist in my system. Therefore it isn't necessary anymore and should be safe to delete.
  14. Delete that 'ODFFileURL' entry only! That means key plus its value.
  15. I think this key is obsolete. Save this registry key by exporting and then delete it! Restart your system and have a look! That's what I would do. If problems occur (I don't think so), restore it by applying saved reg file.
  16. Hi @maile3241, create a new shortcut and insert following command in field "Target" or for you "Ziel": "C:\Programme\Internet Explorer\iexplore.exe" "http://fe2.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=de&g_sconsumersite=1" and in field "Execute in" or for you "Ausführen in": "C:\Programme\Internet Explorer". All entries with quotes. The English names of the fields can deviate. And I forgot to say in English versions of Windows Programme has to be substituted by Program Files.
  17. Hi @VistaLover, you provided interesting facts about ProxHTTPSProxy REV3e. Maybe you missed my request addressed only to you: You know I was kind enough to let you know of the reason(s) the original binary broke and what measures I actually took to restore intended functionality of cacert Updater. You see questions should lead to answers. Perhaps you'd be kind enough to let me know what your point of view is to my request. As I pointed out it is rather a theoretical question than a practical one. Kind regards, AstroSkipper
  18. hpqddsvc.dll is described as HP CUE DeviceDiscovery Service. Therefore it belongs to a HP device installed in Windows XP and is part of the program HP Digital Imaging. If the problem of hanging process and long delay persists, I would recommend a reinstallation of your HP software. Furthermore in the past I had similar problems with long delays of nearly two minutes and a disabled firewall while starting my system. A solution for that was in defragmenting pagefile and system partition.
  19. Hi @Dave-H, What's a shame? BTW I've found out which OpenSSL version is used in HTTPSProxy. As guessed it's OpenSSL 1.1.0i, so no support of TLS 1.3 in HTTPSProxy.
  20. And what about my suggestion? A hard reset or repair? There is nothing to loose!
  21. That's right. The packages of HTTPSProxy and ProxHTTPSProxy are totally different. In HTTPSProxy there is one main executable, whereas in ProxHTTPSProxy a small executable is calling up the actual main executable in subfolder application. Last version of HTTPSProxy bases on pyopenSSL 18.0.0, a rather thin wrapper around (a subset of) the OpenSSL library, whereas ProxHTTPSProxy REV3e bases on pyopenSSL 19.1.0, a more recent one. Current version of pyopenSSL is 22.0.0. I couldn't find any information about HTTPSProxy's openSSL version, but I think it is a bit older than 1.1.1d, probably 1.1.0. Therefore only ProxHTTPSProxy REV3e has TLS 1.3 capabilities. I'm curious what @VistaLover has to say about it. Unfortunately HTTPSProxy's launcher can't be used in ProxHTTPSProxy as it is. The launcher.exe would have to be decompiled, modified and recompiled to get it fully working or a new launcher has to be created. But you know I do things my way which means that I have already created a systray menu for better control and more comfortable use of ProxHTTPSProxy, but the launcher of HTTPSPoxy is simply outstanding and a class of its own.
  22. Beside a fresh installation there are two other options for you: 1. Checking Internet Explorer Options, Internet Zone settings. Here especially all entries relating to ActiveX. 2. A complete reset of Internet Explorer and reregistering of all components which can be done by a special script or by a Microsoft Fixit Tool. If wanted, I can upload. PS: BTW, be aware of typos! @mina7601 found a lot of mine in the past. Maybe a link in Trusted Zone has one too.
  23. Hi @VistaLover, we know by now that openSSL 1.1.1d supports TLS 1.3. So what do you think? What would it take to activate the already present capabilities of openSSL 1.1.1d in @heinoganda's ProxHTTPSProxy REV3e relating to TLS 1.3 and its ciphers to get them working in Windows XP? First of all, it is rather a theoretical question than a practical one.
×
×
  • Create New...