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 […]
humikacp
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 […]
Puppet – SSL certification problem on host with puppet agent (linux)
Introduction: When you create new puppet clients or the certification of client was changed or changed your puppet-master, you will face the following problems: Example error messages related to this problem: Step-by-step guide to solve SSL certification problem (less secure, more effective for more client) You must to be root […]