Skip to content Skip to sidebar Skip to footer
Showing posts with the label Registry

Setting Windows System Path In Registry Via Python Winreg

I've written a program to add directories to the PATH variable via the registry, either the HKC… Read more Setting Windows System Path In Registry Via Python Winreg

To Check Installed Software Using A Program

We need to create a program ..actually we were asked to create a software licensing compliance tool… Read more To Check Installed Software Using A Program

How To Set Proxy In Windows With Python?

How can I get the current Windows' browser proxy setting, as well as set them to a value? I kno… Read more How To Set Proxy In Windows With Python?