Windows

Tailscale Silent install via WinGet

10th September 2025

“C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.26.430.0_x64__8wekyb3d8bbwe\winget.exe” install -e –id Tailscale.Tailscale –accept-package-agreements –accept-source-agreements –silent “C:\Program Files\Tailscale\tailscale.exe” up

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Microsoft, Master of Security

16th July 2025

Source: CyberSecurityNewshttps://search.app/1VUF2

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows migration made easy(er)

14th July 2025

These PowerShell scripts make it easy to migrate Windows installs https://share.google/PvTwbvgJ8UQWGRl5f

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Hyper-V time is off

26th June 2025

I didn’t realize Hyper-V hosts force their time onto the Guests Client has guests that are domain controllers. Normally i set time sync on the DC and it sync’s time…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows Maintenance Tool fixes common problems

13th June 2025

https://github.com/ios12checker/Windows-Maintenance-Tool/releases/tag/Latest

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows AD can’t delete a DHCP

9th June 2025

Symptoms: when deleting a DHCP address, the address disappears when deleted, but comes back when refresh is clicked. My environment had 2 replicating DHCP servers but unsure if that’s important….

๐Ÿ“Œ
0๐Ÿ’ฌ read more

RDWeb Gateway Vulnerability

19th May 2025

The article does NOT list a fix for Windows 2012 so upgrade immediately or use a service like FreeMyIp to implement DNS allow list. Windows Remote Desktop Gateway UAF Vulnerability…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows Directory large WinSxs

13th May 2025

Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore this will ask you to reboot if it cleans up some backups Dism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase The above will remove all previous versions of updates…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Print Server 2024

6th November 2024

How to build a secure and reliable print server separate print server and file server? File + Print services is well known to be insecure. there is an argument for…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Group Policy check for UAC

4th April 2024

Group Policy that checks for UAC may NOT pop up a dialog asking if the user want to proceed, it may give the error “a referral was returned from the…

๐Ÿ“Œ
0๐Ÿ’ฌ read more