<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel>
<title>Know Zone Lab</title>
<link>https://techknowzone.com/</link>
<atom:link href="https://techknowzone.com/rss.xml" rel="self" type="application/rss+xml"/>
<description>Small tech tasks, fully explained.</description>
<language>en</language>
<lastBuildDate>Tue, 08 Sep 2026 09:00:00 GMT</lastBuildDate>
<item><title>Find the Largest Files in PowerShell Without Deleting</title><link>https://techknowzone.com/find-largest-files-powershell/</link><guid isPermaLink="true">https://techknowzone.com/find-largest-files-powershell/</guid><pubDate>Tue, 08 Sep 2026 09:00:00 GMT</pubDate><description>Find the largest files in PowerShell by listing files in a chosen folder, sorting their numeric Length property in descending order, and selecting the…</description></item>
<item><title>How to Extract a ZIP in PowerShell Without Overwrites</title><link>https://techknowzone.com/extract-zip-powershell-safely/</link><guid isPermaLink="true">https://techknowzone.com/extract-zip-powershell-safely/</guid><pubDate>Sun, 19 Jul 2026 09:00:00 GMT</pubDate><description>To extract a ZIP in PowerShell without overwriting existing files, first choose a new destination folder, then run `Expand-Archive -LiteralPath…</description></item>
<item><title>How to Verify a SHA-256 Checksum in PowerShell</title><link>https://techknowzone.com/verify-sha256-checksum-powershell/</link><guid isPermaLink="true">https://techknowzone.com/verify-sha256-checksum-powershell/</guid><pubDate>Sun, 19 Jul 2026 09:00:00 GMT</pubDate><description>To verify a SHA-256 checksum in PowerShell, run `Get-FileHash -LiteralPath &#39;C:\Downloads\release.iso&#39; -Algorithm SHA256`, replacing the example path with…</description></item>
</channel></rss>
