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 […]
batch
PXE-boot server – Introduction – Part 1/5
Story: My second work is to repair notebooks / netbooks. For better & faster service required centralized solution for boot / install OS / install apps. Until now I made a multi-boot pendrive (32GB) with needed installable & live OS files & application collection (with WPI). Meantime I had an old […]
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 […]