How to remove one drive from Quick access in windows 11

Chandrasekaran Kanagaraj 1 Reputation point
2021-10-29T04:10:48.613+00:00

Hi All,

There is a issue when I click one drive icon from quick access

144837-screenshot-2021-10-29-093649.png

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,130 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,341 Reputation points
    2021-10-29T11:34:17.457+00:00

    Hello @ChandrasekaranKanagaraj-5801,

    if you don’t want or don’t use OneDrive on your Windows 11 computer, you can simply disable or uninstall it by executing some simple commands. This will completely remove it from Windows.

    To disable OneDrive on Windows 11, first, you need to know whether you’re running the 32 or 64-bit version of Windows 11.
    After knowing that, go to the Start and search for “Command Prompt” then select the app and right-click to Run as administrator.
    Next, run the commands below to disable and uninstall OneDrive.
    For 64-bit version of Windows, run this commands:
    taskkill /f /im OneDrive.exe %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
    For 32-bit version of Windows, run the commands below:
    taskkill /f /im OneDrive.exe %SystemRoot%\System32\OneDriveSetup.exe /uninstall
    That’s it! This will now disable OneDrive from your computer and uninstall it.


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. stone 0 Reputation points
    2023-09-18T17:18:24.8366667+00:00

    Taskkill/f/im

    0 comments No comments