<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Windows on Junian Dev</title>
    <link>https://www.junian.dev/tags/windows/</link>
    <description>Recent content in Windows on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Install TradeNote on Windows</title>
      <link>https://www.junian.dev/dev/install-tradenote-on-windows/</link>
      <pubDate>Wed, 25 Feb 2026 04:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/install-tradenote-on-windows/</guid>
      <description>&lt;p&gt;Recently, I installed TradeNote on Windows for a client.&lt;/p&gt;
&lt;p&gt;TradeNote is an open-source trading journal that helps traders store, analyze, and review all their trades so they can become more consistent and profitable.&lt;/p&gt;
&lt;p&gt;Installation on Linux or other Unix-based operating systems is pretty straightforward.
However, on Windows, there are a few additional steps—especially if you&amp;rsquo;re not familiar with Unix-based environments.&lt;/p&gt;
&lt;p&gt;Here’s how I install TradeNote on Windows.&lt;/p&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Windows 10 version 2004 or higher (Build 19041+) or Windows 11&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://learn.microsoft.com/en-us/windows/wsl/install&#34; title=&#34;How to Install WSL2&#34;&gt;WSL 2 installed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.docker.com/&#34; title=&#34;Download Docker Desktop&#34;&gt;Docker Desktop installed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Make sure Docker Desktop is configured to use WSL 2 as its backend.
It is enabled by default, but better make sure of it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Check Disk Drive Allocation Unit Size on Windows</title>
      <link>https://www.junian.dev/tech/windows-check-allocation-unit-size/</link>
      <pubDate>Thu, 29 Jan 2026 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-check-allocation-unit-size/</guid>
      <description>&lt;!-- 
&gt; *Not in the mood for reading? Watch the [video](#video) instead.* 
--&gt;
&lt;p&gt;I was working on a task to ensure that the NTFS drives installed on several Windows PCs all use the same allocation unit size.
I needed a reliable way to check this information.&lt;/p&gt;
&lt;p&gt;As it turns out, it’s quite simple.&lt;/p&gt;
&lt;p&gt;First, open the Terminal app as an &lt;strong&gt;administrator&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Then, run the following command:&lt;/p&gt;

&lt;figure class=&#34;highlight&#34;&gt;
    &lt;button class=&#34;btn-clipboard chroma&#34; title=&#34;Copy to clipboard&#34;&gt;&lt;i class=&#34;fa icon-clipboard&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; class=&#34;feather feather-copy&#34;&gt;&lt;rect x=&#34;9&#34; y=&#34;9&#34; width=&#34;13&#34; height=&#34;13&#34; rx=&#34;2&#34; ry=&#34;2&#34;/&gt;&lt;path d=&#34;M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1&#34;/&gt;&lt;/svg&gt;&lt;/i&gt;&lt;span class=&#34;msg-clipboard&#34;&gt;&lt;/span&gt;&lt;/button&gt;
    &lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;fsutil fsinfo ntfsinfo &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;Drive_Letter:&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
    
&lt;/figure&gt;&lt;p&gt;Replace &lt;code&gt;{Drive_Letter:}&lt;/code&gt; with the letter of the drive you want to inspect.
For example, to check the &lt;code&gt;C:&lt;/code&gt; drive:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disabling (or Enabling) Reserved Storage on Windows 11</title>
      <link>https://www.junian.dev/tech/windows-reserved-storage-disable-enable/</link>
      <pubDate>Mon, 08 Dec 2025 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-reserved-storage-disable-enable/</guid>
      <description>&lt;p&gt;Have you ever taken a look at your storage space and realized that Windows eats up your storage with Reserved Storage?&lt;/p&gt;
&lt;p&gt;So, what is Reserved Storage anyway? Here&amp;rsquo;s the information I got from the Microsoft Community Hub:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;To help you facilitate a “hands free” Windows 10 update experience for your users, Microsoft introduced a feature called reserved storage with Windows 10, version 1903. Enabled by default on newly manufactured Windows 10 PCs and clean installations of Windows 10, reserved storage is designed to increase the likelihood that Windows 10 feature updates can be successfully downloaded and installed without the user having to free up disk space.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disable or Enable Hibernation on Windows</title>
      <link>https://www.junian.dev/tech/windows-disable-or-enable-hibernate/</link>
      <pubDate>Sat, 06 Dec 2025 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-disable-or-enable-hibernate/</guid>
      <description>&lt;p&gt;My main machine is a MacBook Air, but sometimes I need to run Windows-only apps for my work. So, I have a Windows 11 Virtual Machine installed on my Mac using Parallels Desktop.&lt;/p&gt;
&lt;p&gt;The thing is, my MacBook Air storage is only 256GB. The Windows 11 VM eats up some of this limited storage.&lt;/p&gt;
&lt;p&gt;So, I tried to find a way to reduce the VM disk size. One thing I found was the Hibernation file. It occupies roughly 1GB, but in my experience, it can grow bigger depending on your allocated RAM.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visual Studio Professional Downloads - 2026, 2022, 2019, 2017, 2015</title>
      <link>https://www.junian.dev/dev/visual-studio-professional-download-links/</link>
      <pubDate>Fri, 21 Nov 2025 10:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/visual-studio-professional-download-links/</guid>
      <description>&lt;p&gt;When working with older .NET Framework projects, you may encounter issues when using the latest version of Visual Studio.&lt;/p&gt;
&lt;p&gt;Fortunately, this can be easily resolved by installing an older version of Visual Studio.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re a small business or part of a team, you likely already have a Visual Studio Professional license.
That may lead you to wonder: where can you download older versions of Visual Studio Professional?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;If you&amp;rsquo;re a solo developer, open-source contributor, or hobbyist, you can use the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-community-download-links/&#34;&gt;Visual Studio Community edition&lt;/a&gt; for free.&lt;/em&gt;
&lt;em&gt;If you&amp;rsquo;re working in an enterprise environment, you’ll need the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-enterprise-download-links/&#34;&gt;Visual Studio Enterprise edition&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visual Studio Enterprise Downloads - 2026, 2022, 2019, 2017, 2015</title>
      <link>https://www.junian.dev/dev/visual-studio-enterprise-download-links/</link>
      <pubDate>Fri, 21 Nov 2025 09:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/visual-studio-enterprise-download-links/</guid>
      <description>&lt;p&gt;It’s sometimes frustrating to open old or legacy .NET Framework projects with the latest version of Visual Studio.&lt;/p&gt;
&lt;p&gt;Fortunately, this can be easily solved by installing an older version of Visual Studio.&lt;/p&gt;
&lt;p&gt;Due to company policy or other requirements, you may need the Visual Studio Enterprise edition.
That often leads to the question: where can you download older versions of Visual Studio Enterprise?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;If you&amp;rsquo;re a small business, you may want to get the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-professional-download-links/&#34;&gt;Visual Studio Professional edition&lt;/a&gt;.&lt;/em&gt;
&lt;em&gt;If you&amp;rsquo;re a solo developer, open-source contributor, or hobbyist, you can use the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-community-download-links/&#34;&gt;Visual Studio Community edition&lt;/a&gt; for free.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visual Studio Community Downloads - 2026, 2022, 2019, 2017, 2015, 2013</title>
      <link>https://www.junian.dev/dev/visual-studio-community-download-links/</link>
      <pubDate>Wed, 12 Nov 2025 04:37:55 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/visual-studio-community-download-links/</guid>
      <description>&lt;p&gt;It’s sometimes frustrating to open old or legacy .NET Framework projects with the latest version of Visual Studio.&lt;/p&gt;
&lt;p&gt;Fortunately, this can be easily solved by installing an older version of Visual Studio.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;If you&amp;rsquo;re a small business, you may want to get the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-professional-download-links/&#34;&gt;Visual Studio Professional edition&lt;/a&gt;.&lt;/em&gt;
&lt;em&gt;If you&amp;rsquo;re working in an enterprise environment, you’ll need the &lt;a href=&#34;https://www.junian.dev/dev/visual-studio-enterprise-download-links/&#34;&gt;Visual Studio Enterprise edition&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;While older Professional or Enterprise versions of Visual Studio are usually available on Microsoft’s website, the Community edition is not as easy to find.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL Server Management Studio - All Versions Download</title>
      <link>https://www.junian.dev/dev/sql-server-management-studio-all-versions-download/</link>
      <pubDate>Wed, 12 Nov 2025 01:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/sql-server-management-studio-all-versions-download/</guid>
      <description>&lt;p&gt;If you’re a software engineer or database administrator working with Microsoft SQL Server, you’re probably familiar with &lt;strong&gt;SQL Server Management Studio&lt;/strong&gt;, commonly known as &lt;strong&gt;SSMS&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In this post, I’ve compiled a list of all available SSMS versions that you can download directly from Microsoft’s servers.
You may need a specific version for compatibility or testing purposes, and that’s perfectly reasonable.&lt;/p&gt;
&lt;h2 id=&#34;manual-installation&#34;&gt;Manual Installation&lt;/h2&gt;
&lt;p&gt;Download and install the version you need using the links below.
All downloads are hosted by Microsoft, using domains such as &lt;code&gt;aka.ms&lt;/code&gt; and &lt;code&gt;go.microsoft.com&lt;/code&gt;, which are managed by Microsoft.
I don’t host these files myself or use third-party servers, so the downloads are safe.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Always Show Filename Extensions in Windows Explorer</title>
      <link>https://www.junian.dev/tech/windows-explorer-show-file-extension/</link>
      <pubDate>Fri, 31 Oct 2025 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-explorer-show-file-extension/</guid>
      <description>&lt;p&gt;Some people say you don’t really need to install a third-party antivirus on Windows, and honestly, I agree.
All you need is Windows Defender, common sense, and the habit of always displaying file extensions in Windows Explorer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Not in the mood for reading? Watch the &lt;a href=&#34;https://www.junian.dev/tech/windows-explorer-show-file-extension/#video&#34;&gt;video&lt;/a&gt; instead.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I always recommend that Windows users, regardless of skill level, enable file extensions in Windows Explorer.&lt;/p&gt;
&lt;p&gt;The reason is simple: malware can easily pretend to be something it’s not.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Activate Windows Developer Mode</title>
      <link>https://www.junian.dev/tech/windows-developer-mode/</link>
      <pubDate>Wed, 29 Oct 2025 12:00:44 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-developer-mode/</guid>
      <description>&lt;p&gt;In this post, I’ll show you how to turn on &lt;strong&gt;Developer Mode&lt;/strong&gt; in Windows.
If you want access to more advanced features, I recommend enabling it.
Even if you’re not a developer, you’ll still benefit from it, especially if you’re a power user.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Not in the mood for reading? Watch the &lt;a href=&#34;https://www.junian.dev/tech/windows-developer-mode/#video&#34;&gt;video&lt;/a&gt; instead.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To enable Developer Mode on Windows, follow these steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open &lt;strong&gt;Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;System&lt;/strong&gt; in the sidebar.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Advanced&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
    &lt;img src=&#34;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYx0JzILCgEHp03vf9Te7a0C1N2JbNDvj41bNujNyjhCjaKDfjDxN8El8I-Tb5BllJKYuOsFwFvnR_mn8C20n8GIsUu3pOrRDNTuwiPOOB-No5KIysRbhWnHrl5bQjd0gfMVHRioylxl2ajbu0oOvsdCqWlSuXKbcJHUQeVkcni8aHy5KdkbEQFe22s-Q/s1600/windows-settings-advanced.png&#34; alt=&#34;Settings -&amp;gt; System -&amp;gt; Advanced&#34;loading=&#34;lazy&#34;
    &gt;&lt;figcaption&gt;Settings -&amp;gt; System -&amp;gt; Advanced&lt;/figcaption&gt;&lt;/figure&gt;&lt;ul&gt;
&lt;li&gt;Scroll down in the &lt;strong&gt;System &amp;gt; Advanced&lt;/strong&gt; section until you find &lt;strong&gt;For developers&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Turn on or check the &lt;strong&gt;Developer Mode&lt;/strong&gt; option.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
    &lt;img src=&#34;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYJ5cyPt6om9A7FRz6olT8q8gjM4mxE6E3Pkj6mRJHElkWWwYvYkHenXoSIQICAfgurQN8lU9ccybFYHdlCOy7rDBkJGPJAG72F2qHo-Ki5nGD5Xqo3TyFZRukn3b6d64IgF58a4aeTqqavzt4VUGhAR77C_BWO5byek0JU_j1GxRJJobrf5odTsg-xXM/s1600/windows-settings-advanced-developer-mode.png&#34; alt=&#34;Enable Developer Mode&#34;loading=&#34;lazy&#34;
    &gt;&lt;figcaption&gt;Enable Developer Mode&lt;/figcaption&gt;&lt;/figure&gt;&lt;p&gt;That’s it! You’ve now enabled Developer Mode and unlocked more advanced capabilities on Windows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scoop Package Manager for Windows</title>
      <link>https://www.junian.dev/tech/windows-scoop-package-manager/</link>
      <pubDate>Tue, 28 Oct 2025 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-scoop-package-manager/</guid>
      <description>&lt;p&gt;I’ve always wanted a package manager like &lt;a href=&#34;https://brew.sh/&#34;&gt;Homebrew&lt;/a&gt; for Windows.
Sure, Windows now has &lt;code&gt;winget&lt;/code&gt;, but it doesn’t feel quite like Homebrew.
&lt;code&gt;winget&lt;/code&gt; behaves more like an app installer for the &lt;strong&gt;Program Files&lt;/strong&gt; directory.
It’s not portable, and some command-line apps aren’t even available there.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Not in the mood for reading? Watch the &lt;a href=&#34;https://www.junian.dev/tech/windows-scoop-package-manager/#video&#34;&gt;video&lt;/a&gt; instead.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Then I found out about &lt;strong&gt;Scoop&lt;/strong&gt;.
In my opinion, it’s the closest thing to Homebrew for Windows.
If you’ve used &lt;code&gt;brew&lt;/code&gt; before, you’ll find Scoop very easy to pick up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Fix &#39;File Access Denied&#39; Issue on Windows</title>
      <link>https://www.junian.dev/tech/windows-fix-file-access-denied/</link>
      <pubDate>Thu, 21 Nov 2024 14:04:14 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-fix-file-access-denied/</guid>
      <description>&lt;p&gt;Have you ever tried to delete or move a file in Windows File Explorer, only to encounter an error message like this?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;File Access Denied&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You need permission to perform this action.&lt;/p&gt;
&lt;p&gt;You require permission from PC-NAME\username to make changes to this file.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;
    &lt;img src=&#34;https://i.ytimg.com/vi/AHntqlpzYoc/maxresdefault.jpg&#34; alt=&#34;Windows File Explorer File Access Denied&#34; title=&#34;Windows File Explorer File Access Denied&#34;loading=&#34;lazy&#34;
    &gt;&lt;figcaption&gt;Windows File Explorer File Access Denied&lt;/figcaption&gt;&lt;/figure&gt;&lt;p&gt;You&amp;rsquo;re not alone, and here&amp;rsquo;s how to resolve it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right-click the file and select &lt;strong&gt;Properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Navigate to the &lt;strong&gt;Security&lt;/strong&gt; tab and click the &lt;strong&gt;Advanced&lt;/strong&gt; button.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Change&lt;/strong&gt; button next to the &lt;strong&gt;Owner&lt;/strong&gt; field.&lt;/li&gt;
&lt;li&gt;Enter your username, click &lt;strong&gt;Check Names&lt;/strong&gt; to verify it, then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Permissions&lt;/strong&gt; tab, click &lt;strong&gt;Add&lt;/strong&gt; to assign full control permission.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Select a principal&lt;/strong&gt;; a new dialog box will appear.&lt;/li&gt;
&lt;li&gt;Enter your username again, click &lt;strong&gt;Check Names&lt;/strong&gt; to verify, then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Back in the &lt;strong&gt;Permission Entry&lt;/strong&gt; dialog, check the &lt;strong&gt;Full control&lt;/strong&gt; permission.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; on all dialogs to apply the changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once you complete these steps, you should be able to modify, delete, or move the file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Run Brave Browser without CORS Restriction</title>
      <link>https://www.junian.dev/dev/brave-disable-cors/</link>
      <pubDate>Mon, 18 Nov 2024 06:26:16 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/brave-disable-cors/</guid>
      <description>&lt;p&gt;As a web developer, you likely need to test your REST API locally. When using a browser like Brave Browser, you might encounter issues such as the following message.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Access to fetch at &amp;lsquo;http://localhost:8080/api&amp;rsquo; from origin &amp;lsquo;http://localhost:8000&amp;rsquo; has been blocked by CORS policy: No &amp;lsquo;Access-Control-Allow-Origin&amp;rsquo; header is present on the requested resource. If an opaque response serves your needs, set the request&amp;rsquo;s mode to &amp;rsquo;no-cors&amp;rsquo; to fetch the resource with CORS disabled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Run Microsoft Edge without CORS Restriction</title>
      <link>https://www.junian.dev/dev/microsoft-edge-disable-cors/</link>
      <pubDate>Fri, 25 Oct 2024 12:59:57 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/microsoft-edge-disable-cors/</guid>
      <description>&lt;p&gt;As a web developer, you likely need to test your REST API locally. When using a browser like Microsoft Edge, you might encounter issues such as the following message.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Access to fetch at &amp;lsquo;http://localhost:8000/api&amp;rsquo; from origin &amp;lsquo;http://localhost:3000&amp;rsquo; has been blocked by CORS policy: No &amp;lsquo;Access-Control-Allow-Origin&amp;rsquo; header is present on the requested resource. If an opaque response serves your needs, set the request&amp;rsquo;s mode to &amp;rsquo;no-cors&amp;rsquo; to fetch the resource with CORS disabled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Run Google Chrome without CORS Restriction</title>
      <link>https://www.junian.dev/dev/google-chrome-disable-cors/</link>
      <pubDate>Mon, 07 Oct 2024 10:02:06 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/google-chrome-disable-cors/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re a Web developer you probably have a task to test your REST API locally.
When you&amp;rsquo;re using a browser like Google Chrome, you may experience some issues like the following message.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Access to fetch at &amp;lsquo;http://localhost:8080/api&amp;rsquo; from origin &amp;lsquo;http://localhost:8000&amp;rsquo; has been blocked by CORS policy: No &amp;lsquo;Access-Control-Allow-Origin&amp;rsquo; header is present on the requested resource. If an opaque response serves your needs, set the request&amp;rsquo;s mode to &amp;rsquo;no-cors&amp;rsquo; to fetch the resource with CORS disabled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac Owner using PC: How to Use the &#39;open&#39; Command in Windows</title>
      <link>https://www.junian.dev/tech/windows-open-command-like-macos/</link>
      <pubDate>Mon, 29 Apr 2024 16:04:57 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-open-command-like-macos/</guid>
      <description>&lt;p&gt;As a macOS user, one question that always bothers me is what is the Windows equivalent of the &lt;code&gt;open&lt;/code&gt; command used in macOS.&lt;/p&gt;
&lt;p&gt;When I&amp;rsquo;m using the macOS Terminal, I usually open a file using a default program by using the &lt;code&gt;open&lt;/code&gt; command like this:&lt;/p&gt;

&lt;figure class=&#34;highlight&#34;&gt;
    &lt;button class=&#34;btn-clipboard chroma&#34; title=&#34;Copy to clipboard&#34;&gt;&lt;i class=&#34;fa icon-clipboard&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; class=&#34;feather feather-copy&#34;&gt;&lt;rect x=&#34;9&#34; y=&#34;9&#34; width=&#34;13&#34; height=&#34;13&#34; rx=&#34;2&#34; ry=&#34;2&#34;/&gt;&lt;path d=&#34;M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1&#34;/&gt;&lt;/svg&gt;&lt;/i&gt;&lt;span class=&#34;msg-clipboard&#34;&gt;&lt;/span&gt;&lt;/button&gt;
    &lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;open filename.txt&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
    
&lt;/figure&gt;&lt;p&gt;How about on Windows?&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Install AdGuard Home on Windows</title>
      <link>https://www.junian.dev/tech/windows-install-adguard-home/</link>
      <pubDate>Thu, 21 Mar 2024 14:47:48 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/windows-install-adguard-home/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re like me, you know the internet is a vast ocean of information, entertainment, and endless possibilities.&lt;/p&gt;
&lt;p&gt;But it&amp;rsquo;s not without its annoyances like trackers and malwares that can infringe on your privacy and slow down your browsing experience.&lt;/p&gt;
&lt;p&gt;Even worse, if you live in certain countries, there’s also a chance that your ISP is actively blocking your favorite websites.&lt;/p&gt;
&lt;p&gt;That’s where AdGuard Home comes in. It’s network-wide software that blocks trackers, malwares, and other unwanted content directly from your home network.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
