Close Menu
Altcoinvest
    What's Hot

    Morning Minute: The Coldcard Bitcoin Hack Nears $114 Million in Potential Losses

    August 3, 2026

    How Fake World Assets Became Crypto’s Latest Craze

    August 3, 2026

    Strategy Sells 1,638 Bitcoin, Funds Dividends and Buybacks

    August 3, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$63,171.000.20%
    • ethereumEthereum(ETH)$1,851.94-0.10%
    • tetherTether(USDT)$1.000.00%
    • binancecoinBNB(BNB)$586.441.00%
    • usd-coinUSDC(USDC)$1.000.00%
    • rippleXRP(XRP)$1.07-0.20%
    • solanaSolana(SOL)$73.130.30%
    • tronTRON(TRX)$0.3270310.20%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.065.90%
    • whitebitWhiteBIT Coin(WBT)$54.80-0.10%
    Altcoinvest
    Home»Exchange»How to Remove OneDrive Photos App
    How to Remove OneDrive Photos App
    Exchange

    How to Remove OneDrive Photos App

    August 3, 2026
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Microsoft is quietly rolling out the OneDrive Photos app to Windows. Many organizations aren’t waiting for it to show up unexpectedly to users, or they simply never want it to appear at all. In this article, you will learn how to remove the OneDrive Photos app.

    OneDrive Photos App

    Microsoft is rolling out a standalone OneDrive Photos app (OneDrive.App.exe) into Windows. For a lot of managed environments, it’s unwanted overhead.

    This means another background process, another sync target, another app showing up in the Start Menu that the IT support team has to explain to the users.

    This is what the OneDrive Photos app looks like when you start it.

    Remove OneDrive Photos AppRemove OneDrive Photos App

    Let’s see how to remove the OneDrive Photos app in the next step.

    Remove OneDrive Photos PowerShell script

    The Remove-OneDrivePhotos.ps1 PowerShell script checks user and machine-wide shortcut locations and removes the OneDrive Photos Start Menu and Desktop shortcuts.

    Note: Keep in mind that this script removes the OneDrive Photos app shortcuts, but a OneDrive app update will bring them back. If you want the removal to stick, deploy this as an Intune Proactive Remediation, so it reapplies automatically.

    <#
        .SYNOPSIS
        Removes OneDrive Photos Start Menu and Desktop shortcuts.
    
        .DESCRIPTION
        - Deletes the OneDrive Photos shortcut from the common Start Menu location.
        - Deletes the OneDrive Photos shortcut from the Public Desktop location.
        - Deletes the OneDrive Photos shortcut from each user's Start Menu folder.
        - Does not uninstall OneDrive or remove any application binaries.
        - Exits 0 after completion.
    
        .LINK
        
    How to Remove OneDrive Photos App
    .NOTES Written by: ALI TAJRAN Website: www.alitajran.com LinkedIn: linkedin.com/in/alitajran CHANGELOG V1.00, 08/03/2026 - Initial version #> $LogPath = Join-Path $env:ProgramData "OneDrivePhotosRemediation.log" $ShortcutName = "OneDrive Photos.lnk" # Check common machine-wide shortcut locations $ShortcutPaths = @( Join-Path $env:ProgramData "Microsoft\Windows\Start Menu\Programs\$ShortcutName" Join-Path $env:PUBLIC "Desktop\$ShortcutName" ) # Check user profiles for user-specific Start Menu shortcuts Get-ChildItem -Path "$env:SystemDrive\Users" -Directory -ErrorAction SilentlyContinue | ForEach-Object { $ShortcutPaths += Join-Path $_.FullName "AppData\Roaming\Microsoft\Windows\Start Menu\Programs\$ShortcutName" } Add-Content -Path $LogPath -Value "----- $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') -----" Add-Content -Path $LogPath -Value "Starting OneDrive Photos shortcut cleanup." $RemovedCount = 0 foreach ($ShortcutPath in $ShortcutPaths) { if (Test-Path -LiteralPath $ShortcutPath) { try { Remove-Item -LiteralPath $ShortcutPath -Force Add-Content -Path $LogPath -Value "Removed: $ShortcutPath" Write-Output "Removed: $ShortcutPath" $RemovedCount++ } catch { Add-Content -Path $LogPath -Value "Failed removing $ShortcutPath - $($_.Exception.Message)" Write-Output "Failed: $ShortcutPath" } } } Add-Content -Path $LogPath -Value "Cleanup completed. Shortcuts removed: $RemovedCount" Add-Content -Path $LogPath -Value "" Write-Output "OneDrive Photos shortcut remediation completed. Removed: $RemovedCount" exit 0

    That’s it!

    Read more: Export OneDrive Usage Report in Microsoft 365 »

    Conclusion

    You learned how to remove the OneDrive Photos app. The OneDrive Photos app runs as a separate executable (OneDrive.App.exe) from the main OneDrive app (OneDrive.exe).

    While you can remove the OneDrive Photos app executable, it’s not advisable. The recommended way is to remove the shortcut links. The good news is you can remove the shortcuts without affecting OneDrive file sync, which stays fully available to your users.

    Did you enjoy this article? You may also like How to Download All User OneDrive Files. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    Exchange Server 2016 & 2019 to Microsoft 365 migration guide

    July 14, 2026

    Microsoft 365 for IT Pros (2027 Edition)

    July 1, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Tweets by InfoAltcoinvest

    Top Posts

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    Exchange Server 2016 & 2019 to Microsoft 365 migration guide

    July 14, 2026

    Toss Bank’s Solana Deal: Strong Crypto News, But IPO Timing Raises Questions

    June 22, 2026

    Nomura tightens risk controls at Laser Digital after crypto losses hit profits

    February 2, 2026

    What if Ethereum Goes to Zero? [The Terrifying Truth]

    January 25, 2026

    NEAR Governance Vote To Scrap Gas Rebates Puts Developer Incentives Under Review

    July 14, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    Morning Minute: The Coldcard Bitcoin Hack Nears $114 Million in Potential Losses

    August 3, 2026

    How Fake World Assets Became Crypto’s Latest Craze

    August 3, 2026

    Strategy Sells 1,638 Bitcoin, Funds Dividends and Buybacks

    August 3, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.