Introduction: KeePass is a password-management tool with great features. It is simply, and it is just works 🙂 You can configure auto-type feature easily and you can store your credentials in one secure place. Today it is a must have tool as every people have more and more password in […]
Windows
Windows related topics
Basic Cygwin install with curl (or any fequently used basic linux command)
Introduction: Cygwin is a tool-set which give you an ability to use linux commands on windows. It is important, that Cyqwin is not an operating-system! It is like an installed interpreter for windows to understand linux commands. Another important thing that from windows 10 you can also use the built-in linux. […]
Project – Log-file (or any file) search with LabVIEW
Introduction: In my previously work I work as repair technician / developer technician. I repaired a lot of high-value product. I always tried to help my work as time is money and while my scripts / solutions works, I could work an another project (like PXE-boot technology, or build a […]
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 […]