<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows 10 Archives - Wiredwolf Canada</title>
	<atom:link href="https://catastrophe.wiredwolf.com/category/microsoft-workstation/windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://catastrophe.wiredwolf.com/category/microsoft-workstation/windows-10/</link>
	<description></description>
	<lastBuildDate>Fri, 18 Oct 2024 23:45:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.6</generator>
	<item>
		<title>Windows Security &#8211; LAPS</title>
		<link>https://catastrophe.wiredwolf.com/windows-security-laps/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 03:03:29 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Microsoft Server]]></category>
		<category><![CDATA[Microsoft Workstation]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://catastrophe.wiredwolf.com/?p=22027</guid>

					<description><![CDATA[<p>It's actually been around for a while now - LAPS or Local Administrator Password Solution - but honestly, it's not something I've ever encountered in all the networks I've ever managed.  I was introduced to LAPS when I ran Ping Castle against my own environment, as a strongly recommended solution to implement. The concept is  [...]</p>
<p>The post <a href="https://catastrophe.wiredwolf.com/windows-security-laps/">Windows Security &#8211; LAPS</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s actually been around for a while now &#8211; LAPS or Local Administrator Password Solution &#8211; but honestly, it&#8217;s not something I&#8217;ve ever encountered in all the networks I&#8217;ve ever managed.&nbsp; I was introduced to LAPS when I ran Ping Castle against my own environment, as a strongly recommended solution to implement.</p>
<p>The concept is pretty simple &#8211; LAPS sets a Local Administrator password policy against all the computers (except domain controllers) in a domain environment.&nbsp; A typical policy:</p>
<ul>
<li>Password is reset every X number of days</li>
<li>Password meets complexity requirements</li>
<li>Password meets length requirements</li>
</ul>
<p>In my own environment I set a policy of 90 days and 24 completely randomized characters.</p>
<p>I found lots of resource online for getting started:</p>
<ul>
<li><a href="https://4sysops.com/archives/how-to-install-and-configure-microsoft-laps/">How to install and configure Microsoft LAPS – 4sysops</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/itops-talk-blog/step-by-step-guide-how-to-configure-microsoft-local/ba-p/2806185">How to Configure Microsoft Local Administrator Password Solution (LAPS)</a></li>
</ul>
<p>Both sites are great at detailing out the process.</p>
<p>The drawbacks I encountered:</p>
<ol>
<li>If deploying the MSI package via GPO you do have to reboot the system for the install to happen</li>
<li>It doesn&#8217;t work for Domain-Joined systems in Azure unless you&#8217;ve planned for this in advance</li>
</ol>
<p>When you deploy an Azure Windows VM, the &#8216;administrator&#8217; account is reserved by Azure, so you&#8217;re prompted to create your own.&nbsp; Out of the box configurations for LAPS utilizes the Administrator account, so unless you plan ahead and have a policy that resets the default Administrator to a different username, and incorporated the same username into your LAPS policy, your Azure Windows VMs will accept the policy but never return a password.</p>
<p>Truthfully I did cheat this last bit by just adding the Administrator username to the Azure VM and giving it a random password.&nbsp; LAPS then did grab that account and reset the password according to policy.&nbsp; This isn&#8217;t the right way to do it though, so I don&#8217;t recommend it.&nbsp; Best practice would be to set your own Local Administrator username and implement across your domain, and incorporate into your LAPS policy.</p>
<p>Oct 18, 2024 &#8211; update</p>
<p>I keep hitting my head against needing to validate LAPS passwords.&nbsp; Sometimes I don&#8217;t want the password, I want to know how many or which systems have a LAPS password:</p>
<blockquote><p>Get-ADComputer -LDAPFilter &#8220;(ms-mcs-AdmPwd=*)&#8221; | select-object name</p>
<p>(Get-ADComputer -LDAPFilter &#8220;(ms-mcs-AdmPwd=*)&#8221;).count</p></blockquote>
<p>Inversely to find out how many or which systems do not have a LAPS password:</p>
<blockquote><p>Get-ADComputer -LDAPFilter &#8220;(!(ms-mcs-AdmPwd=*))&#8221; | select-object name</p>
<p>(Get-ADComputer -LDAPFilter &#8220;(!(ms-mcs-AdmPwd=*))&#8221;).count</p></blockquote>
<p>The post <a href="https://catastrophe.wiredwolf.com/windows-security-laps/">Windows Security &#8211; LAPS</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Building a PC &#8211; finding the groove</title>
		<link>https://catastrophe.wiredwolf.com/building-workstations/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 08 Feb 2018 00:48:52 +0000</pubDate>
				<category><![CDATA[Microsoft Workstation]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://catastrophe.wiredwolf.com/?p=14455</guid>

					<description><![CDATA[<p>As an Managed Service Provider technician I don't usually build PC's (other than through a web form).  We order PC's that are either Tier 1 (like HP, Lenovo, etc.) that are already pre-built and pre-configured or we order PC's from a vendor who puts them together for us.  Typically all I have to do is  [...]</p>
<p>The post <a href="https://catastrophe.wiredwolf.com/building-workstations/">Building a PC &#8211; finding the groove</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As an Managed Service Provider technician I don&#8217;t usually build PC&#8217;s (other than through a web form).&nbsp; We order PC&#8217;s that are either Tier 1 (like HP, Lenovo, etc.) that are already pre-built and pre-configured or we order PC&#8217;s from a vendor who puts them together for us.&nbsp; Typically all I have to do is complete the pre-installed OS or in the case of more custom builds, I install the OS.&nbsp; I don&#8217;t usually have much to do with the hardware.</p>
<p>Recently I was asked to build a &#8220;Gamer level PC&#8221; for a family member.&nbsp; This turned out to be a bit of an eye-opener.&nbsp; If you don&#8217;t already know what you&#8217;re looking for the selection process can be exhausting and overwhelming.</p>
<p>However, there are a few basics that haven&#8217;t changed:&nbsp;&nbsp;</p>
<ol>
<li>What is the PC going to be used for?</li>
<li>What is your budget?</li>
<li>What are your basic requirements for audio and video?</li>
</ol>
<p>If the PC is just a standard office PC to run MS Office, a browser, and a small handful of typical office oriented applications, then you would build the PC with an eye on the processing power.&nbsp; There&#8217;s no need for overclocking, you&#8217;re probably only going to hook up 1 or 2 monitors, and you don&#8217;t need processing power to put a man on the moon, just work on a spreadsheet or PowerPoint presentation, and collect email.&nbsp;</p>
<p>If you are looking at it purely from the point of view of a budget, then you should be planning to spend $900 to get a good quality computer that will meet most demands and last a while.&nbsp; Less than that and you are looking at pre-built PC&#8217;s from London Drugs or Staples that are being blown out for cheap and will probably only last two or three years at most &#8211; with a warranty of 1 year max.</p>
<p>Selecting the processor falls into 3 categories:</p>
<ul>
<li>basic use &#8211; typically no more than 120 processes running at any given time &#8211; Intel i3-series processor is probably fine
<ul>
<li>I would avoid these on general principle &#8211; i3-Series processors are usually deficient of onboard cache memory (L1/L2). This has improved somewhat in the later generations of i3-series chips but they still tend to run out of gas too quickly when the system is even slightly pushed</li>
</ul>
</li>
<li>moderate use &#8211; user opens dozens of web pages, may run a couple small databases (MySQL seems popular), email is always open, and maybe some light graphics-capable rendering applications &#8211; like a web developer &#8211; Intel i5-series processor (quad core)
<ul>
<li>for Office PC&#8217;s this is the defacto standard &#8211; idles beautifully but also still performs well when you put your foot on the gas</li>
</ul>
</li>
<li>heavy lifting &#8211; same criteria as a moderate use profile but add in local server/services (MS SQL as an example) where you don&#8217;t want the background processes to kill the performance of the PC, 3D rendering (CAD) software, etc. &#8211; Intel i7-series processor (quad core)
<ul>
<li>this is freeway performance while pulling a loaded trailer &#8211; you step on the gas and rapidly accelerate despite the load you&#8217;re pulling</li>
</ul>
</li>
</ul>
<p>Most &#8220;Business Class&#8221; workstation grade motherboards will come with enough USB hookups, onboard display features, etc., to more than meet the demands of the end user.&nbsp;</p>
<p>We have started opting for &#8220;Tiny&#8221; systems, where everything is integrated, there are no floppy drives, no CD-DVD ROM drives, and even the HDD is an mSATA Solid State &#8216;drive&#8217; (looks like a memory stick). Solid State Drives tend to be small but the need for lots of storage on a workstation is usually counter-intuitive.&nbsp; On a business network you want the users to store the company data on the company servers, not the workstations.</p>
<p>For the home user I would still push for the business class products as they tend to have better support and much better warranty, and are capable of handling most things.&nbsp; Cheap is as cheap does &#8211; you get what you pay for.&nbsp; Going cheap, unless you are a very occasional PC user with almost no ambition or little interest and/or skill with the PC, will leave you frustrated with your PC in the long run.</p>
<p>Once you&#8217;ve worked out the processor, you match it to a motherboard:&nbsp;&nbsp;</p>
<ul>
<li>at least 4 USB ports but more is better with good mix between USB2 and USB3</li>
<li>minimum of 4 GB memory &#8211; recommend 8 for moderate use or better</li>
<li>1 GB memory allocation for video</li>
</ul>
<p>Gaming PC&#8217;s require a bit more thought.&nbsp; How many monitors am I hooking up?&nbsp; What is the resolution of those monitors?&nbsp; What is the size/space I&#8217;m putting in a tower?&nbsp; What peripherals will be hooked up?&nbsp; Headphone/headset? AC3 or 7.1 digital Dolby Surround Sound? Gaming controllers?&nbsp;&nbsp;</p>
<p>If the PC is used for gaming, or hosting virtual machines, the i7-series processor may still be sufficient but there is also the option to move into the i9-series where you have more cores than you know what to do with.&nbsp;&nbsp;</p>
<p>At this point it&#8217;s a given that you need a powerful processor.&nbsp; What you need to decide on is the motherboard.&nbsp; This is where the selection of equipment becomes mind-boggling.&nbsp; Every motherboard manufacturer makes probably 8 gamer boards for every entry level and business class motherboard.&nbsp; However, the actual differences between gamer boards appears to be more to do with the requirements or preferences of the end user &#8211; such as front USB support, the number of ports provided, the number of PCIE slots provided, etc.&nbsp; Side by Side comparisons between a lot of gamer boards doesn&#8217;t differentiate a lot with performance but rather with options.</p>
<p>At the time of writing this the 8th generation i-Series processors are out and they are pretty different from the previous generations.&nbsp; Because of this only current operating systems (such as Windows 10) will even run on these boards.&nbsp; This has to be a factor in your thinking &#8211; if the game or software you already have is legacy and isn&#8217;t already ported to the most current operating system &#8211; you may not want to go with the bleeding edge to get the best possible performance.</p>
<p>So for gamers, it&#8217;s less about the processor and more about the motherboard.&nbsp;&nbsp;</p>
<ul>
<li>Chipset &#8211; Z-series is preferred for gaming</li>
<li>Video &#8211; CPU and Video is closely intertwined so if you already have your favorite gamer video card you need to make sure it&#8217;s compatible &#8211; or if you are staying with onboard video it needs to match your monitor and gaming requirements</li>
<li>Audio &#8211; depends on the space (good luck with 7.1 Dolby Surround or AC3 using headphones)</li>
<li>Peripheral hookups &#8211; DisplayPort, HDMI, DVI, USB 2, 3, (and sub-versions), SATA, etc.</li>
</ul>
<p>The supplementary equipment potential is also staggering.&nbsp; Do I go with Intel Optane?&nbsp; Should I invest in Solid State Drives?&nbsp; What do I get if I need a lot of storage? If I overclock the system, don&#8217;t I need to also keep it running cool? Should I move to water-cooling systems?&nbsp;</p>
<p>Honestly, unless you are a nerdy dork and you like to constantly tweak your PC, a standard setup is usually good enough when it comes to cooling.&nbsp; Think about it &#8211; are you ripping the case off your X-Box Live so you can add water-cooling because you hacked the GS BIOS to overclock the processor?&nbsp; If the answer is no, then you probably don&#8217;t need to worry about it too much for your gamer PC either.&nbsp; Motherboards come with thermal controls and can alert you when you&#8217;re approaching temperature limits.&nbsp; There are lots of gamer cases available (and I recommend getting one) that will allow you to expand your cooling requirements as needed.&nbsp; I have always felt that overclocking a system is largely unnecessary.&nbsp; Of course, I&#8217;m not a gamer trying to squeeze every ounce of performance out of my PC, so perhaps I&#8217;m biased.&nbsp; I invest a lot in my PC, I don&#8217;t want to risk burning it out faster &#8211; I&#8217;d rather just pay more and get the performance I need without the risk.</p>
<p>Going SSD is just smart, at least for a system drive. They have no moving parts, generate very little heat, and are considerably faster than their mechanical counterparts.&nbsp; If the budget is a concern, which it would be if you need multiple TB&#8217;s of space, a 7200 RPM server class SATA drive will do the trick, but do add at least a small SSD for your swap/cache.&nbsp; This will give you a good boost in performance.</p>
<p>The PC I ended up building for my family member didn&#8217;t need to be bleeding edge.&nbsp; While the preference was for a gaming class system, it&#8217;s not going to be used for gaming.&nbsp; So I considered the hefty budget I was given ($5000) and decided these items were what I wanted to build a super-system that would last for at least the next 5 years and still be considered &#8216;fast&#8217;.</p>
<p style="padding-left: 30px;">ASUS Prime H270-PRO motherboard</p>
<p style="padding-left: 60px;">7th Generation i7 SkyLake 6700 processor &#8211; 3.4 GHz quad core<br />
16 GB Kingston DDR4 memory<br />
32 GB .M2 Optane</p>
<p style="padding-left: 30px;">ASUS 27&#8243; HD monitor</p>
<p style="padding-left: 30px;">Seagate 2TB Barracuda &#8220;Pro&#8221; SATA3 drive</p>
<p style="padding-left: 30px;">ASUS BluRay writer</p>
<p style="padding-left: 30px;">fractal design Define R5 case</p>
<p style="padding-left: 30px;">550 Watt &#8220;Gold&#8221; Thermaltake power supply with flat ribbon cables</p>
<p style="padding-left: 30px;">Windows 10 Pro x64 OEM</p>
<p>This ran about $2200.&nbsp; I would put this as a moderate to lower end gaming system.&nbsp; A reasonable budget for a gaming system doesn&#8217;t really exist &#8211; there are too many options &#8211; but I&#8217;d say a pretty good one would run you around $4000.</p>
<p>Since the end user knows nothing about Windows 10 and has to be dragged kicking and screaming to use a more current operating system, but support for older operating systems (I think she&#8217;s still using Windows XP) is pretty much completely gone, I elected to build a system that would be fast enough to run VMware Player, allowing me to migrate her old PC over to the virtual realm, without breaking a sweat.&nbsp; This option, I felt, gives the end user the best of both realms.&nbsp; The performance of the XP system, even in the Player, will be far better than the 12 year old PC she&#8217;s been using, and she&#8217;ll be exposed to the newer (and supported) Windows environment, allowing her to become acclimated to Windows 10 at her own pace while still comfortably and with familiarity using her &#8216;old&#8217; computer.</p>
<p>The time consuming part for me in selecting this particular board over others was price vs features.&nbsp; I didn&#8217;t find a board that was 8th Generation i-Series that would be backwards compatible with previous generations.&nbsp; Windows 10 Pro x64 allows for some ridiculous amount of memory (4 TB I think) but the motherboards are limited.&nbsp; This motherboard was limited to 64 GB.&nbsp; I couldn&#8217;t ever see the user needing more than 16 GB.&nbsp; The board is feature rich, not bleeding edge, and very reasonably under $200.</p>
<p>If this had been a PC for me and I had the same budget I may have spent a bit more by going to the 8th generation, getting a moderately faster CPU, adding another 16 GB of memory, going completely Solid State, and adding a 4K capable video card.&nbsp; Ballpark, add another $1000-$1500.&nbsp;&nbsp;</p>
<p>A friend has also recently asked for advice on rebuilding her current PC.&nbsp; A while ago she went to the store and requested &#8220;a monitor that she wouldn&#8217;t have to replace in 5 years&#8221;.&nbsp; What she ended up with was a 4K monitor that completely outclassed her system.&nbsp; Now it only runs at I think 24Hz (super choppy) and a lower than ideal resolution (or it would be even choppier).&nbsp; She&#8217;s asking me for help on how to bring her PC up to match the monitor so she can game properly.</p>
<p>In the end I recommended a 4K capable video card from newegg.com.&nbsp; The class of her PC (2nd generation i5-Series processor) is still in question, but despite the age of the system the Z-series chipset and bus speeds make it still a reasonably good computer.&nbsp; Perhaps not ideal for recently released games, but with the right video card she can probably squeeze at least a couple more years out of the PC.</p>
<p>The reason I bring this up is because along with all the changes in processors, everything else has changed as well.&nbsp; Buying the right video card also now depends on the processor you&#8217;re running and whether that processor will support the features of the video card.&nbsp; Integration between components is only increasing, so it&#8217;s now critical that you do your homework to find the&nbsp;<em>right</em> components for your system, or you could end up like my friend &#8211; with a high end monitor that causes the PC to tank because it&#8217;s not well supported.&nbsp; Whoever sold her that monitor should have been shot &#8211; a higher end 2K monitor would have done the job much better and caused a lot less stress for my friend who just wants it to work.</p>
<p>The post <a href="https://catastrophe.wiredwolf.com/building-workstations/">Building a PC &#8211; finding the groove</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 10 Upgrade Home to Pro</title>
		<link>https://catastrophe.wiredwolf.com/windows-10-upgrade-home-to-pro/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 07 Oct 2017 00:17:22 +0000</pubDate>
				<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://catastrophe.wiredwolf.com/?p=13919</guid>

					<description><![CDATA[<p>This was a puzzler that I came across today.  I have 3 notebooks on the bench that were supposed to have been ordered with Windows 10 Pro but came with Windows 10 Home Edition instead. There's no way to send the notebooks back after they've been opened and setup has been run.  The only solution  [...]</p>
<p>The post <a href="https://catastrophe.wiredwolf.com/windows-10-upgrade-home-to-pro/">Windows 10 Upgrade Home to Pro</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This was a puzzler that I came across today.&nbsp; I have 3 notebooks on the bench that were supposed to have been ordered with Windows 10 Pro but came with Windows 10 Home Edition instead.</p>
<p>There&#8217;s no way to send the notebooks back after they&#8217;ve been opened and setup has been run.&nbsp; The only solution &#8211; upgrade to Windows 10 Pro.&nbsp; And that&#8217;s where the fun begins.&nbsp;</p>
<p>First off, it&#8217;s extremely irritating that with the Digital Entitlement it&#8217;s IMPOSSIBLE to see what license has been assigned to a notebook visually.&nbsp; I had to run through the setups of all 3 notebooks, installing additional software and prepping for the client, before I even realized that I didn&#8217;t have a Professional operating system.&nbsp;</p>
<p>Once I realized it I informed the powers that be who then ordered 3 copies of Windows 10 Professional OEM. The cost for Windows 10 OEM is 2/3 what it is to purchase the upgrade.&nbsp; Since they were never supposed to be Home Edition in the first place, that&#8217;s just throwing money away, on top of the time now wasted setting up the wrong OS.</p>
<p>But that&#8217;s where the fun really begins.&nbsp; Armed with my 3 copies of Windows 10 OEM I re-ran the setup on each system, booting from the Windows 10 Pro media.&nbsp; Instead of wiping the partitions I just overwrote the Windows partition.&nbsp; I completed the install, answered all of Cortana&#8217;s questions, and when I got to a desktop &#8211; Windows 10 Home Edition.</p>
<p>WHAT??!?</p>
<p>Ok, I check the media &#8211; nope it&#8217;s right.&nbsp; Huh.&nbsp; What the hell?</p>
<p>I ran the setup again, this time wiping out all of the partitions.&nbsp; Fresh, clean install of Windows 10 Pro on a pristine drive.&nbsp; No system partition, no recovery partition, just like a new PC.&nbsp; Again, completed the setup, answered all of Cortana&#8217;s questions, and at the desktop&#8230; Windows 10 Home.</p>
<p>DOUBLE WHAT??</p>
<p>When I launched the setup again, the third time, I noticed that all of the partitions I thought were wiped were now back.&nbsp; How is that possible?</p>
<p>Well, with HP notebooks, and probably others, the Security features (Secure Boot) and such, pretty much tells the notebook to ignore anything you do, run through the process as though you are actually doing something effective, then defeat you in the end. Even after disabling all of that in the BIOS and issuing new Secure Boot keys, the setup remained exactly the same.&nbsp; Windows 10 Home is here to stay.</p>
<p>The solution I found that finally resolve this issue &#8211; use this Windows 10 Pro Upgrade Key to upgrade the OS to an non-activated Windows 10 Pro system:</p>
<p>VK7JG-NPHTM-C97JM-9MPGT-3V66T</p>
<p>After using this key, I was able to boot to Windows 10 Pro, and apply the keys we&#8217;d purchased.</p>
<p>I just want to say that while I understand and agree to some extent to defeat the efforts of the people who pirate software &#8211; the approaches taken to secure the licensing really only serve to frustrate the legitimate user.&nbsp; This does little to protect the end user and clearly that was never the intention.&nbsp; This is Microsoft &#8216;protecting their investment&#8217;.&nbsp; The pirates are still going to find ways to defeat the security.</p>
<p>Microsoft and others need to find better ways to protect themselves.&nbsp; Especially in the case of Microsoft where the licensing model changes multiple times on a yearly basis.&nbsp; How does it make any kind of sense that an upgrade license costs <em>more</em> than an OEM license?&nbsp; Presumably the OS being upgraded was OEM to begin with, so if the machine fails, the Upgrade License would fail with it.&nbsp; Running out and purchasing another system with the downgraded license a second time is not logical.</p>
<p>The post <a href="https://catastrophe.wiredwolf.com/windows-10-upgrade-home-to-pro/">Windows 10 Upgrade Home to Pro</a> appeared first on <a href="https://catastrophe.wiredwolf.com">Wiredwolf Canada</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
