<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116912/cannot-install-nrf-sdk</link><description>I have been trying without success to install either the v2.7.0 or v2.8.0 SDK onto my Windows 10 System. Every time/method I&amp;#39;ve used results in an error equivalent to 
 
 [west]: PermissionError: [WinError 5] Access is denied: &amp;#39;c:\\ncs\\v2.8.0\\.west</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Mar 2025 15:05:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116912/cannot-install-nrf-sdk" /><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/526786?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 15:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e24d175-32b0-41de-ad36-77a3a8edb335</guid><dc:creator>Rick Cai</dc:creator><description>&lt;p&gt;It looks there is no conclusion in this thread.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I met this same problem today when I ran &amp;quot;west init -m &lt;a href="https://github.com/nrfconnect/ncs-example-application"&gt;github.com/.../ncs-example-application&lt;/a&gt; --mr main my-workspace&amp;quot; in &amp;quot;ncs&amp;quot; folder.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then I realize that the problem is &amp;quot;ncs&amp;quot; folder. &amp;quot;ncs&amp;quot; folder is created by &amp;quot;&lt;span&gt;nRF Connect&lt;/span&gt;&amp;quot; of VS Code extension.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I guess it added some flags to protect access privilege of &amp;quot;ncs&amp;quot; directory when VS code is open.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So I switch another folder &amp;quot;test&amp;quot;, there is no problem at all.&lt;/p&gt;
&lt;p&gt;Hope this can help you guys in the future.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:169px;max-width:601px;" alt=" " height="169" src="https://devzone.nordicsemi.com/resized-image/__size/1202x338/__key/communityserver-discussions-components-files/4/pastedimage1741705205779v1.png" width="601" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:477px;max-width:650px;" alt=" " height="477" src="https://devzone.nordicsemi.com/resized-image/__size/1300x954/__key/communityserver-discussions-components-files/4/pastedimage1741705479808v2.png" width="650" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513933?ContentTypeID=1</link><pubDate>Sun, 08 Dec 2024 20:07:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31be17c6-837a-435f-8262-da3f852b2918</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Nice to see that you found a fix in some way and thanks for updating. I will report infernally, and see if anyone has a expiation here but not sure if I will find a answer.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513888?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 16:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:556eb08a-8660-4c90-8315-9c2a43c95079</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;[UPDATE 2024-12-06]&lt;/p&gt;
&lt;p&gt;This morning I started digging into what exactly was being tried and failing so I looked at the &amp;quot;project.py, line 339&amp;quot; and changed the debug print above it at line 326 from &amp;quot;level=Verbosity.DBG_EXTREME&amp;quot; to &amp;quot;level=Verbosity.DBG&amp;quot; so I could see what it was moving and where.&lt;/p&gt;
&lt;p&gt;Presumably that didn&amp;#39;t have any significant impact (since I never see the print in the output) but when I tried again to install SDK v2.7.0 and v2.8.0 they both succeeded without issue!&lt;/p&gt;
&lt;p&gt;I wish I had an explanation for why it worked this time but not the twenty other times I tried in the past few days, but at least I can move forward.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513866?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 14:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b83367d5-f00b-4fe0-a01d-01f4a126b1e9</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;We see similar issues when Widows defender blocks installs. So windows is blocking the python here for some reason, can be a write\read permission issue for python here that you have already tried to bypass.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You will not be able to go around this step manually as running this manual is just running the same command by hand so you will get the same error, or that is what I suspect from seeing the other steps you have done here.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Check with IT if you can disable windows security for this install to test.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can try to run on a different computer, ask to borrow from IT just to test if it is yours only, sometimes windows can behave strange.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513828?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 13:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40360f5d-6968-4a14-829a-a9a441761d38</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;Thanks Jonathan.&amp;nbsp; Unfortunately this is a work computer that is managed by the IT department and getting permission for turning off security features is unlikely at best.&amp;nbsp; Is there any way to get more information about what the install script is trying to do - especially during the part that&amp;#39;s failing - and find another way to accomplish it manually?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513727?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 00:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bd5ca0a-6eda-48e1-aa6b-d8cc9aa5bbaa</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Thanks:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Chance antivirus or any other 3rd party software is in place that blocks this?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;This issue can be related to antivirus or widows defender in some cases, so try to disable any antivirus or defender SW and try again.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513653?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 14:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62b47b05-d12e-4ef3-84c6-9e71737de269</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;# nRFConnect System Report - 2024-12-05T14-08-56.604Z&lt;br /&gt;&lt;br /&gt;- System:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dell Inc. XPS 8940&lt;br /&gt;- BIOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dell Inc. DELL&amp;nbsp;&amp;nbsp; - 1072009&lt;br /&gt;- CPU:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 x Intel Gen Intel&amp;reg; Core&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;i9-11900K 3.5 GHz 16 cores (8 physical)&lt;br /&gt;- Memory:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31.2 GB free of 63.7 GB total&lt;br /&gt;- Filesystem: C: (NTFS) 1.9 TB 24.1% used&lt;br /&gt;&lt;br /&gt;- OS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft Windows 10 Enterprise (10.0.19045) Windows x64&lt;br /&gt;&lt;br /&gt;- Versions&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - kernel: 10.0.19045&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - git: 2.37.1.windows.1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - node: 20.18.0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - python: 3.11.3&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - python3: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - nrfutil-nrfutil-toolchain-manager: 0.15.0&lt;br /&gt;- Connected devices:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513526?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 23:34:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c997505-b0e1-4fe3-b3d7-fb5d46a63fd5</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you share a system report and share with us?&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733355234371v1.png" alt=" " /&gt;&lt;br /&gt;In the about section of the toolchain manager.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513288?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 17:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dee89ed8-b442-417e-8c5b-ae3c93dabf6e</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;Out of desperation I tried manually installing the SDK following the guide at &lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/install_ncs.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/install_ncs.html&lt;/a&gt; and ran into the same error.&lt;/p&gt;
&lt;p&gt;How is a folder/file that is created by the running process not accessible to that same process???&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;(v2.6.2) C:\ncs&amp;gt; west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v2.8.0 v2.8.0&lt;/em&gt;&lt;br /&gt;&lt;em&gt;=== Initializing in C:\ncs\v2.8.0&lt;/em&gt;&lt;br /&gt;&lt;em&gt;--- Cloning manifest repository from &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt;, rev. v2.8.0&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Cloning into &amp;#39;C:\ncs\v2.8.0\.west\manifest-tmp&amp;#39;...&lt;/em&gt;&lt;br /&gt;&lt;em&gt;remote: Enumerating objects: 278551, done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;remote: Counting objects: 100% (1482/1482), done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;remote: Compressing objects: 100% (969/969), done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;remote: Total 278551 (delta 797), reused 783 (delta 479), pack-reused 277069 (from 1)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Receiving objects: 100% (278551/278551), 163.94 MiB | 3.72 MiB/s, done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Resolving deltas: 100% (208066/208066), done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Note: switching to &amp;#39;a2386bfc84016fa571f997ac871b25bd67ca481a&amp;#39;.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;You are in &amp;#39;detached HEAD&amp;#39; state. You can look around, make experimental&lt;/em&gt;&lt;br /&gt;&lt;em&gt;changes and commit them, and you can discard any commits you make in this&lt;/em&gt;&lt;br /&gt;&lt;em&gt;state without impacting any branches by switching back to a branch.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;If you want to create a new branch to retain commits you create, you may&lt;/em&gt;&lt;br /&gt;&lt;em&gt;do so (now or later) by using -c with the switch command. Example:&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; git switch -c &amp;lt;new-branch-name&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Or undo this operation with:&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; git switch -&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Turn off this advice by setting config variable advice.detachedHead to false&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Updating files: 100% (11871/11871), done.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Traceback (most recent call last):&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 825, in move&lt;/em&gt;&lt;br /&gt;&lt;em&gt;PermissionError: [WinError 5] Access is denied: &amp;#39;C:\\ncs\\v2.8.0\\.west\\manifest-tmp&amp;#39; -&amp;gt; &amp;#39;C:\\ncs\\v2.8.0\\nrf&amp;#39;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;During handling of the above exception, another exception occurred:&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Traceback (most recent call last):&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;runpy.py&amp;quot;, line 197, in _run_module_as_main&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;runpy.py&amp;quot;, line 87, in _run_code&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Scripts\west.exe\__main__.py&amp;quot;, line 7, in &amp;lt;module&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 1085, in main&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.run(argv or sys.argv[1:])&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 244, in run&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_command(argv, early_args)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 503, in run_command&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_builtin(args, unknown)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 611, in run_builtin&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cmd.run(args, unknown, self.topdir,&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\commands.py&amp;quot;, line 194, in run&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.do_run(args, unknown)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 224, in do_run&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; topdir = self.bootstrap(args)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;C:\ncs\toolchains\cf2149caf2\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 339, in bootstrap&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; shutil.move(os.fspath(tempdir), os.fspath(manifest_abspath))&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 843, in move&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 759, in rmtree&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 624, in _rmtree_unsafe&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 624, in _rmtree_unsafe&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 624, in _rmtree_unsafe&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 629, in _rmtree_unsafe&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; File &amp;quot;shutil.py&amp;quot;, line 627, in _rmtree_unsafe&lt;/em&gt;&lt;br /&gt;&lt;em&gt;PermissionError: [WinError 5] Access is denied: &amp;#39;C:\\ncs\\v2.8.0\\.west\\manifest-tmp\\.git\\objects\\pack\\pack-5b49292d22e3afbb5af7f020a1d2eb9775c3425d.idx&amp;#39;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513216?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 13:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1010a10-8eb0-43ae-9f0e-2f2298900283</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;Unfortunately I have already gone down the account permissions route and it has not made any difference.&amp;nbsp; I have tried running as both regular and administrator user.&amp;nbsp; I have gone into the folder permissions and set them to compete access to all users.&amp;nbsp; I&amp;#39;m still seeing the exact same issue.&lt;/p&gt;
&lt;p&gt;Also worth mentioning, I tried changing the install location from the default &amp;quot;C:\ncs&amp;quot; to a completely different drive (D:\ncs) and it still gave me a permissions error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot install nRF SDK</title><link>https://devzone.nordicsemi.com/thread/513081?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 22:53:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d14df222-54c9-4f17-bd13-3253b28631f8</guid><dc:creator>Dazai</dc:creator><description>&lt;p&gt;In my experience, &amp;quot;Access is denied&amp;quot; is caused either by:&lt;/p&gt;
&lt;p&gt;1. User account not having permissions to modify the folder/file, or&lt;/p&gt;
&lt;p&gt;2. The folder/file is open in another application which is preventing it from being accessed.&lt;/p&gt;
&lt;p&gt;For #2, simply close any applications that might be using folder/files (including Git clients, if applicable) and try again.&lt;/p&gt;
&lt;p&gt;For #1: If you installed the nRF Command Line Tools / SDK with administrator permissions, you may be able to uninstall it and reinstall without using administrator permissions so your normal user account can modify the install folders.&lt;/p&gt;
&lt;p&gt;If that&amp;#39;s not possible, you may be able to fix it by changing the folder permissions in Windows.&amp;nbsp;&amp;nbsp;&lt;strong&gt;DISCLAIMER:&amp;nbsp;changing folder permissions can cause problems, so proceed at your own risk.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I recommend using Windows Explorer to check the permissions on the C:\ncs and C:\ncs\v2.8.0 folders (my guess is it&amp;#39;s one of those two) and verify your user account has permission to modify them.&amp;nbsp; Right click the folder, Properties, Security tab, click either on &amp;quot;Authenticated Users&amp;quot; or your user account if it&amp;#39;s there, and see if &amp;quot;Allow&amp;quot; is checked next to &amp;quot;Modify,&amp;quot; &amp;quot;Read,&amp;quot; &amp;quot;Write&amp;quot;. If not, click the &amp;quot;Edit...&amp;quot; button to change permissions, and check the box next to &amp;quot;Full control&amp;quot; in the &amp;quot;Allow&amp;quot; column.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733179371181v1.png" /&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733179395164v2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>