Move uupdump-x64 folder to different location (not in Desktop) and make sure Firewall access is allowed
this is odd, usually Desktop do not requires any access rights or whatever it's called it looks like some protection software is blocking Apache web server or PHP if Apache isn't working then you can run PHP built-in server version here - .\scripts\uupdump-run-php-website.cmd
It still shows vc++ error, looks like something is wrong with it, maybe wrong version is presented in temp variables (PATH) You can try to remove all vc++ runtimes and install this repack https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2023-05-03.76588/
Hi friends, Is possible to create an Image without any not essenctial windows app using these script, withoutMS bloatwares?
Hi my dear friend, I am using 22621.1690, read the readme, run once with Appslevvel 1 and again using Customlist, but after using Sysprep the installation still shows the Whatsapp, Tiktok, Prime Video, ESPN, Instagram, Messenger apps, as soon as it opens the start menu...
that's not apps, it's just shortcuts to the Store, you can unpin it if you want something more "cleaner" then install Enterprise or Education edition
Updated UUP dump local server to version 1.0.7 Changelog: Updated uup-converter to version 89: - Updated detection for separate Secure Boot updates New update is necessary for the latest Beta channel build if cab+psf is used instead of LCU MSU Also PHP 8.2.6 was released yesterday, I think I'll update it alongside with new Apache web server when it's released on Apache Lounge
yeah, but right now there's a lot of vulnerabilities in current OpenSSL version anyway, I always trying to test each version and find any compatibility issues
Hi, @abbodi1406 , @Paul Mercer! A little contribution... What did I do? I put back the "depends_win.ps1". And I made some changes in "get.php". Changes to "get.php" mean that if there is a need to run "uup_download_windows.cmd" it will not download the files "7zr.exe", "aria2c.exe" and "uup-converter-wimlib.7z" several times. It also extracts "uup-converter-wimlib.7z" only once. The file "depends_win.ps1" gets the SHA-256 hash of each file straight from the Repository on GitHub, it also gets the DateTime of the files. This way, there will no longer be the need to keep updating this "depends_win.ps1" file. So if the files don't exist the download will be done. If there is an error when trying to download, the script will be interrupted (it used to work that way). If it passes, only if the Hash is wrong will the file be deleted and 3 download attempts will occur. Something like that is never supposed to happen, but if it does, you may suspect something is wrong with the connection, storage, etc... Also, it would no longer be necessary to make the files "7zr.exe", "aria2c.exe" and "uup-converter-wimlib.7z" available in the uupdump-localserver package. EDIT: Fixed UserAgent in "get.php" Shell Scripts.
A lot of users can't download bin files from Github, that's why I removed it It's still an issue on old OSes with outdated certificates and stuff But that redownloading thing needs to be fixed on the website, it was annoying for a long time
This will be useful for @abbodi1406 to integrate on the Online UUPdump website. Please take a look! And, for those who manage to download through github and want the automatic download functionality, just extract "website_4WhoCanDownloadFromGitHub.zip" inside the folder of UUPdump Local Server: ".\uupdump-x86\uup-dump\website\" ".\uupdump-x64\uup-dump\website\" replacing the 2 files. Even so, there are "get.php" changes that are useful in case of download errors in aria2c (when we have to run "uup_download_windows.cmd"). I did a "get.php" without the downloads. It's in my previous post "website_4WhoCantDownloadFromGitHub.zip". For those who were unable to download, I myself had problems for a while until I decided to put the UserAgent in the download scripts. In that case I just put it in the aria and in depends_win.ps1. People can try "website_4WhoCanDownloadFromGitHub.zip", but it won't deal with government interventions from some countries. EDIT: updated links.
I made a mistake when inserting the User-Agent in the aria2c commands of "get.php". I kept the variables from batch (CMD) scripts format, in Shell (SH) scripts. I already fixed that. Please do the download again.