Réinstaller Windows

0 views
Skip to first unread message

Courtland Boland

unread,
Aug 3, 2024, 6:02:59 PM8/3/24
to breathexovgar

Every so often, buying and updating apps from the Microsoft Store can be far from quick and easy. However much time you spend navigating the murky waters of the Store, we want you to spend it knocking yourself out with Shapr3D - Early Access.

to install it requires to have Windows Store in system. Without Windows Store not a single app can be installed from it.
So you cut users what do not have Windows Store, who delete it or who using LTSC windows for work.

The reason is simple, i do not need all features what was removed in LTSC like pre installed, Microsoft store, xbox stuff, cortana, edge browser, skype etc. Just need stable windows for a work. And i think many people thinks like me, at least who work in CG.

We updated our servers this weekend (windows updates), everything went fine except one of our terminal servers now hangs at login with the message, "waiting for windows modules installer." It eventually times out and leaves an event log message that the service has stopped unexpectedly. I have disabled the service and users can now login in a reasonable time frame. However we will need to re-enable the service in order to install further updates. I'm not sure where to start with this one, I'm an entry level admin and my colleagues are on vacation today, thank God this isn't a serious problem.

-It affects all users.-The only third party software on the server is our ERP software and screwdrivers from Tricerat. -The only event log message is that the service has stopped unexpectedly.-The server manager screen does not display any information about roles it just says, "error".-The remote desktop roles all seem to be functioning properly, Remote app works as well as standard RDP.

Be patient, give the server time to do what is needed, mine took nearly 30 minutes after going a disk cleanup on the C Drive. I would certainly let it go 30-45 minutes, a hard reboot when the server is deep in thought is not a good thing.

This is an old thread but, since it was 1st result in Google, I thought I would add in a recent experience consistent with the first answer given. After executing a cleanmgr of the system files and system drive defrag of a Windows 2008r2 server, I experienced the same message when reconnecting. It to 4 hours to move to the next step - "Cleaning Up" which took another 2 hours. In short - PATIENCE! - Wait it out - go home and go to sleep - it will probably be fine in the morning.

I would suggest to wait patiently for Windows to do its thing. I did a Gparted operation to shift a partition and this came up after the operations. It took 45 mins in total. I was getting impatient and wanted to reboot the system but I saw this thread and decided to wait. Thanks for all the advice.

I'm going to our data center for the weekend to do unrelated repairs so I'm just going to reinstall while I'm there. If anyone finds an actual solution to this problem let me know and I will accept it.

Like mentioned above, can take some time! I spent fair 2h of waiting for the title to pass "Please wait for the Windows Modules Installer" -screen. Then we got to next phase, which I did not type down. Some thing about installing updates or such. That took fair 1h too. At the end of the day, with waiting patiently and then giving fresh clean boot to Windows Server 2008 R2 OS, I got server running smoothly and issue of disk exhaust due to hickupping updates was gone. Server had 4Gb of disk remaining - when I started to reagt on this. Now it has 19Gb of free disk space. After initial wait and first reboot, it was only 13Gb of free, but then the second (clean reboot) got rid of some excess windowsupdate goo and now we are happy geegs here :)

Weirdly, I also have a Dell running windows 10, chose not to share information, and my install stopped at 18%. Going to try your advice of agreeing to share and see what happens. That is pretty shady if that is something automatic.

Oh Hell what a mess. So here is my plan. The drive appears to be fully functional, it is just this software install which does not work?? If that is the true, Go here: -en.wd.com/app/products/product-detail/p/119#WD_downloads and download the Utilities, Security and Acronis (Backup) software. Install these and call it a day. If this fails I will be back to let you know.

Windows 11-After watching 18% for 10 min, I opened the task manager and ended the application in Processes and Apps completely. I went back to download it and was successful. It took less than a minute. If it stalls at 18%, delete and download again. Worked for me.

Ok SOLVED! You literally need to think outside the box. I experienced everything as you all were. It took me maybe an hour to figure this out. Drag the WD software off the storage to downloads or where ever you like to put your software and extract it from there. It completely installed and worked perfectly, synced all my drives and the WD is completely loaded and I can see the 100% space on it. I hope this helps you all. Also I am using Windows 11.
Screenshot 2023-08-12 161655409693 99.9 KB

Place the extracted files in a permanent home on your server and set the environment variable NEO4J_HOME to point to the extracted directory, for example, export NEO4J_HOME=/path/to/_ to make it easier to refer to it later.

From Neo4j 5.4 onwards, you are required to accept either the commercial or the evaluation license agreement before running the Neo4j Enterprise Edition.If you are using Community Edition, you can skip this step.

(Optional) Decouple the data and configuration directories from the binary files by setting the environment variable NEO4J_CONF and server.directories.data to point to the desired locations.Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.

To install Neo4j as a service use: $NEO4J_HOME\bin\neo4j windows-service install.For additional commands and to learn about the Windows PowerShell module included in the Zip file, see Windows PowerShell module.

When Neo4j is installed as a service, the Java options are stored in the service configuration file.If you want to change any of these options or environment variables after the service is installed, you must update and restart the service for the changes to take effect.For example, updating the value of server.memory.heap.initial_size in the default neo4j.conf file or by using the NEO4J_CONF environment variable will not automatically apply the changes.The service needs to be updated and restarted to pick them up.To update the service, run bin\neo4j windows-service update.Then restart the service to run it with the new configuration.

The same applies to the path to where Java is installed on the system.If the path changes, for example when upgrading to a new version of Java, it is necessary to run the update-service command and restart the service.Then, the new Java location will be used by the service.

Tauri applications for Windows are either distributed as Microsoft Installers (.msi files) using the WiX Toolset v3 or starting with Tauri v1.3 as setup executables (-setup.exe files) using NSIS. The Tauri CLI bundles your application binary and additional resources. Please note that .msi installers can only be created on Windows as cross-compilation doesn't work yet. Cross-compilation for NSIS installers is experimental and being worked on.

Only the NSIS target supports ARM64 targets, so if you configured tauri to compile all bundle types you may want to change the above command to tauri build --target aarch64-pc-windows-msvc --bundles nsis to only build the NSIS installer.

By default, the Microsoft Installer (.msi) does not work on Windows 7 because it needs to download the WebView2 bootstrapper if not installed (which might fail if TLS 1.2 is not enabled in the operating system). Tauri includes an option to embed the WebView2 bootstrapper (see the Embedding the WebView2 Bootstrapper section below). The NSIS based installer (-setup.exe) also supports the downloadBootstrapper mode on Windows 7.

If your system requires the MSI bundle to be FIPS compliant you can set the TAURI_FIPS_COMPLIANT environment variable to true before running tauri build. In PowerShell you can set it for the current terminal session like this:

The installers by default download the WebView2 bootstrapper and executes it if the runtime is not installed. Alternatively, you can embed the bootstrapper, embed the offline installer, or use a fixed WebView2 runtime version. See the following table for a comparison between these methods:

This is the default setting for building the Windows Installer. It downloads the bootstrapper and runs it. Requires an internet connection but results in a smaller installer size. This is not recommended if you're going to be distributing to Windows 7 via .msi installers.

To embed the WebView2 Bootstrapper, set the webviewInstallMode to offlineInstaller. This increases the installer size by around 127MB, but allows your application to be installed even if an internet connection is not available.

Using the runtime provided by the system is great for security as the webview vulnerability patches are managed by Windows. If you want to control the WebView2 distribution on each of your applications (either to manage the release patches yourself or distribute applications on environments where an internet connection might not be available) Tauri can bundle the runtime files for you.

The .msi Windows Installer package is built using the WiX Toolset v3. Currently, apart from pre-defined configurations, you can change it by using a custom WiX source code (an XML file with a .wxs file extension) or through WiX fragments.

The Windows Installer XML defined by Tauri is configured to work for the common use case of simple webview-based applications (you can find it here). It uses handlebars so the Tauri CLI can brand your installer according to your tauri.conf.json definition. If you need a completely different installer, a custom template file can be configured on tauri.bundle.windows.wix.template.

c80f0f1006
Reply all
Reply to author
Forward
0 new messages