What will be in this post: In previously posts we created VM which provide DHCP & PXE-boot feature for other VMs. Now we will create bootable windows PE media as one target to boot from other hosts/VMs/computers. Goals to use Windows PE: – Universal, bootable windows environment. The most compatible […]
Script – Windows
Scripts to automatize / solve problems & tasks. Windows related
Windows – Automatize Ninite installation without Ninite pro with Autoit
Introduction: Before you start to use it: If you use it as a business member, please buy Ninite PRO . It is a valuable tool & can be add more comfort way for SW installation then what I will explain now. What is Ninite? Ninite is a great tool to install always up-to-date […]
Windows – Batch file to start task depend of processor architecture (x86 / x64)
Situation: You want to run different task (application install / registry edition / copy to another path / …) depends on processor architecture. You must to determinate that what is the maximum addressable length of target processor so in short: It is 32-bit (x86) or 64-bit (x64) processor? Solution: Here […]
Windows – Disable / Enable firewall from batch
Reason: If you have an application which pop-up firewall window in setup’s run-time will interrupt your installation & you couldn’t automatize it. The solution is simple. Before you start you installation, disable firewall. When finished it, enable it again. Here are the commands for it: Commands: To disable it To enable […]
Windows – Disable UAC from cmd (scriptable)
When this needed: A few years ago I built an automatic installer packages with “WPI” – Windows Post Install. When Vista arrived, Microsoft built User Account Control in further windows as a security component. This mechanism is an entry-level defense. Not to smart & not to effective, but in a lot […]