>컴퓨터 튜토리얼 >문제 해결 >Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Linda Hamilton
Linda Hamilton원래의
2025-03-14 14:44:59668검색

OneDrive is an online storage tool from Microsoft – it lets users to access their files across devices and from any location. Access to OneDrive is also very easy to initiate through the OneDrive app, the taskbar icon, and the web. The other common method with which one can interact with OneDrive is through File Explorer. Starting from the left navigation in File Explorer, OneDrive is an option by default that enables fast access to files stored in the cloud.

Once installed and configured with a Microsoft account, the OneDrive icon magically appears in File Explorer, effectively retrofitting your cloud storage into the Windows file manager. It's there for convenience – so you can access cloud files any time you want, like any other folder.

Not everyone wants that icon. Some users prefer having a neat File Explorer interface, while others might not even be using OneDrive at all. Others may have moved to other cloud solutions and will no longer require the OneDrive shortcut occupying space on the navigation pane.

Thankfully, for those in love with minimalistic interfaces, removing the OneDrive icon within File Explorer is possible. The user can take this action through system settings or even by tweaking Windows Registry. It's not a complex process but does have very specific steps in place to get the icon removed correctly without affecting the rest of the system.

Detailed instructions on how to remove the OneDrive icon can be found below. Make use of a reliable FortectMac Washing Machine X9 repair tool for optimizing operating system settings and managing these settings, which will automatically sort out your system-related issues.

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Method 1. Edit the Windows Registry

Changing the Registry helps people remove the OneDrive icon if they feel confident doing system changes.

  • Type regedit in Windows search and press Enter.
  • When the User Account Control shows up, click Yes.
  • Navigate to the following location:
    HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
  • Double-click on System.IsPinnedToNameSpaceTree located in the right pane.
  • Change the value from 1 to 0, then click OK.
  • Restart your PC to apply changes.

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Method 2. Unlink OneDrive from your account

OneDrive stops syncing your files after unlinking it from your Microsoft account. The icon goes away from File Explorer but the OneDrive app stays.

  • Right-click the OneDrive icon in the taskbar.
  • Select Settings.
  • Go to the Account tab.
  • Click Unlink this PC.
  • Confirm the unlinking process.

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Method 3. Use Group Policy Editor

For Windows Pro and Enterprise users, the Group Policy Editor allows you to disable OneDrive completely, removing it from File Explorer.

  • Type Group Policy in Windows search and press Enter.
  • Navigate to the following location:
    Computer Configuration > Administrative Templates > Windows Components > OneDrive.
  • Double-click Prevent the usage of OneDrive for file storage.
  • Select Enabled and click Apply, then OK.
  • Restart your computer to apply the changes.

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

Method 4. Uninstall OneDrive

Uninstalling OneDrive removes its integration with File Explorer, including the icon.

  • Right-click on Start and pick Apps & Features/Installed apps.
  • Find OneDrive in the list, select it, and click Uninstall, then follow the on-screen instructions.

Or, you can remove it through Command Prompt as follows:

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • User Account Control will ask whether you want to accept changes – click Yes.
  • Type in the following and press Enter to terminate any leftover OneDrive processes:
    taskkill /f /im OneDrive.exe
  • If you are using 64-bit Windows, use the following command and hit Enter:
    %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
  • If you are using 32-bit Windows, use the following command and hit Enter:
    %SystemRoot%\System32\OneDriveSetup.exe /uninstall
  • After that, restart your PC.

Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?

위 내용은 Windows에서 파일 탐색기에서 OneDrive 아이콘을 제거하는 방법은 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.