Skip to content

Commit 0b41102

Browse files
authored
fix: unpin network from explorer
1 parent 6cbd1a3 commit 0b41102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/playbook/Executables/AtlasDesktop/6. Advanced Configuration/Services/Network Discovery/Disable Network Discovery Services.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reg add "HKLM\SOFTWARE\AtlasOS\Services\%settingName%" /v path /t REG_SZ /d "%sc
2323
if not "%~1"=="/silent" call "%windir%\AtlasModules\Scripts\serviceWarning.cmd" %*
2424

2525
:: Unpin 'Network' from Explorer sidebar
26-
reg import "%windir%\AtlasDesktop\3. General Configuration\File Sharing\Network Navigation Pane\Disable Network Navigation Pane (default).reg" > nul
26+
call "%windir%\AtlasDesktop\3. General Configuration\File Sharing\Network Navigation Pane\Disable Network Navigation Pane (default).cmd" > nul
2727

2828
call setSvc.cmd fdPHost 4
2929
call setSvc.cmd FDResPub 4
@@ -33,4 +33,4 @@ if "%~1"=="/silent" exit /b
3333

3434
echo Finished, please reboot your device for changes to apply.
3535
pause
36-
exit /b
36+
exit /b

0 commit comments

Comments
 (0)