- Powered by
- WordPress
-
Fixing PowerShell on Windows PE for ARM64
In past blog posts, I noted that the ADK for Windows 10 started adding ARM64 builds of Windows PE, but they were missing some key things: no HTA support, and busted .NET Framework/PowerShell support. While the HTA support is likely to never be addressed (given that it’s based on Internet Explorer, which is mostly dead),…
-
The overhead of Edge on Windows 11 (and 10)
I noticed while looking at the WebView2 processes on Windows 11 that there was also a set of Edge processes running from the moment I logged in: I understand why that happens — it’s a performance optimization, so that when you do actually launch Edge it’s ready to go (at the expense of some extra…
-
Geeking Out: Network booting
When we started working on Tanium Provision, one of the things we needed to build was a mechanism to do network booting. It’s fine to boot from a USB key (and necessary in some scenarios, something to discuss later), but powering on a machine and pressing a couple of keys is much easier. So, we…
-
Windows 11: When 4GB is not 4GB
Funny story: I was trying to test out some Windows 11 upgrade scenarios and had configured a VM with 4GB of RAM since that’s the minimum required to support Windows 11. With that configuration, Microsoft’s Hardware Compatibility script (or a Tanium equivalent of that added as a sensor, which I showed in today’s Go-Tanium Endpoint…
-
Upgrading to Windows 11 with Tanium
I’ve always known that Tanium supported doing in-place upgrades to later versions of Windows, but since I had been focused primarily on Tanium provision for bare metal imaging, I had never actually gone through full process myself. Since I’m going to be talking about it on https://twitch.tv/GoTanium tomorrow (Tuesday, January 25th, exact time TBD —…
-
You can bypass the Windows 11 hardware requirement check, but it’s not a good idea
2022-07-25: See https://oofhours.com/2022/07/25/bypassing-windows-11-hardware-requirements-revisited/ for more up to date information. 2021-01-25: Edited to reflect that settings that worked on Insider Preview builds no longer work with the released Windows 11 RTM builds. Microsoft implemented some new hardware requirements for Windows 11, and a future Windows 11 release will likely enforce those same restrictions in virtual machines.…
-
What’s new in Windows 11, part 2
Part 1 was rather lengthy, covering the UI changes in Windows 11. We’ll start off part 2 by looking at the changes to the Windows apps. Yes, these are also UI changes. In some cases, these changes add functionality, but in many cases it’s just a new coat of paint. Maybe this post won’t be…
-
How does UEFI boot from a CD?
In a past post about UEFI, I talked about the boot process: The UEFI firmware looks for a FAT32 disk volume that contains a specific file, e.g. EFI\BOOT\bootx64.efi, and it loads that file; that boot loader takes care of loading the rest of the operating system. And if you want to boot a UEFI device…
-
Yes, Windows as a Subscription
I’m sure all of you remember when Windows as a Service was introduced with Windows 10. Most people thought this was really “Windows as a Subscription” and that Microsoft was somehow going to charge everyone for the right to continue using Windows. But in reality, that was introduced many years earlier, in the enterprise space…
-
Trying out Proxmox VE, an open-source virtualization platform
I had a specific need (more on that later) that could be satisfied with solutions such as QEMU (an open-source machine emulator that can do all sorts of interesting things) and KVM (an open-source hypervisor). But using these directly isn’t much fun due to the complexity of the tools, so there are a collection of…
-
Changes to Windows 10 as a service
With today’s release of Windows 10 21H2 (a fairly boring release overall as there aren’t really any significant new features — thankfully it can easily be deployed to Windows 10 2004 and above as an enablement package), Microsoft announced that there is no longer a “Semi-Annual Channel.” That’s because Windows 10 (like Windows 11) will…
-
Need to manage a diverse set of platforms? Try Tanium.
I spent a good portion of my career focused on managing and deploying Windows devices. Since most organizations have a lot of these, it made sense for most orgs to have teams dedicated to care and feeding of only these Windows devices. But there’s a lot of additional diversity in organizations today — and generally…
-
How many types of Windows updates are there?
One of the biggest changes in Windows 10 was the move to cumulative updates. With this change, a lot of the nightmares that IT pros had with Windows XP disappeared. But even with the original Windows 10 releases, there wasn’t just a single cumulative update, and since then it seems the update types continue to…
-
Add a TPM to a VMware Fusion VM
As I noted in a previous blog post, Windows will now enforce the TPM 2.0 requirement for virtual machines with the latest Insider builds. Fortunately, VMware has documented how to do this with an existing VMWare Fusion 12 virtual machine. First, you need to shut down your existing Windows VM (which may already be running…
-
Windows 11: Some answers, some questions
Windows 11 is now officially available, as expected. (While it’s not yet October 5th in all of the world, it was made available when it became the 5th somewhere in the world.) Since it was initially announced, we’ve heard answers to many of the questions that it generated, but there are still some to be…
-
Windows 11 hardware requirements change again
I walked through all of the Windows 11 hardware requirements in my previous post, and I thought that was the last we’d have to look at that for a while. But I was wrong — there’s been another change. At least it’s not for this Windows 11 release, but it will likely be in next…
