Hi,
in the C:\Windows\inf folder exists a defltbase.inf file which contains the default local security policies of Windows.
Continue reading Windows: Restore the default Windows local policy security settings
Hi,
in the C:\Windows\inf folder exists a defltbase.inf file which contains the default local security policies of Windows.
Continue reading Windows: Restore the default Windows local policy security settings
Hi,
the situation:
Windows does not install any update and says “You’re up to date”.
I tried the following commands to investigate:
A WMI Query for all installed hotfixes return that no instance is available
D:\> wmic qfe no instances available
Continue reading Windows: Windows Update does not install any updates. You’re up to date
Hi,
for some reasons, for example firmware updatse of IoT devices you need a readonly/anonymous FTP server and you don’t wont install and configure a whole ftp solution for this.
The python module twisted offers such a simple server. The ftp server must started with root privileges because it uses a port <1024. I always create a virtual python environment (ftp-venv) for such things.
Continue reading FTP: Setup a simple (read only) FTP server without install everything
Hi,
to add a static route to a Windows machine use the route command.
Continue reading Windows: Add a static/persistent route
Hi,
a custom had the problem that he couldn’t install the latest Windows update (windows10.0-kb5004760-x64_b1789ff430beaa785e620ea39fa7a6e1254e555d.msu, Errorcode: 0x80242017) due to an outdated servicing stack.
Continue reading Windows: Could not install updates due to an outdated servicing stack