Windows 10: Cannot remove Provisions from Old laptop

Discus and support Cannot remove Provisions from Old laptop in Windows 10 Installation and Upgrade to solve the problem; Hello, I have this HP ProBook, I had accidentally installed a virus, so I factory reset the computer and now it is on a screen that says “welcome to... Discussion in 'Windows 10 Installation and Upgrade' started by LoganRogers2, Feb 10, 2025.

  1. Cannot remove Provisions from Old laptop


    Hello, I have this HP ProBook, I had accidentally installed a virus, so I factory reset the computer and now it is on a screen that says “welcome to *school* academy” and I can only log in with a school account linked to that school. I’ve tried doing the shift + reboot method, and it won’t let me in that area, I’ve tried rebooting and pressing f8, and I got to the factory reset screen, was able to factory reset it, but it still shows up. I don’t have access to another computer to create a boot thumb drive for a fresh install. Is that my only option? Will I have to find another computer to inst

    :)
     
    LoganRogers2, Feb 10, 2025
    #1

  2. old email addresses

    Thank you for updating me HA.111

    Here is the step to remove that old email address.

    Start typing an email address into the “To” field. As soon as you see the old email address being recommended as one of the potential candidates, use the down arrow key to scroll through the list of suggestions. Once you highlight the old email address, type the delete key. In many cases, this will actually remove the entry not only from the current list of suggestions but from future suggestions as well. You may even find that as you mouse over the drop-down list the highlighted item will have an “x” to explicitly allow you to delete it.

    Just do this step and your good to go.

    Continue to have an escellent day HA.111

    Best regards,

    Anthony C. De Jesus

    Independent Advisor
     
    Anthony1129, Feb 10, 2025
    #2
  3. Windows 10 Removing Provisioned Apps

    I am getting the first Windows 10 images ready for deployment for our community and having trouble removing these persistent buggers. When I run with a user as a member of the Administrators group, they are removed. Trouble is
    when a new user logs on, there are still apps there that I have tried to remove. Insider Hub, Twitter, Candy Crush, Xbox (only a tile), OneDrive, and Flipboard (only tile). For the tiles, is there a separate package to remove? I have been unpinning from
    start as a workaround. This will be a P.I.T.A to do this for all users. I haven't really looked into scripting that yet but do believe its possible. For the other Apps, what am I missing? I have ran the script as local admin and as domain admin. Same
    result.

    For my script, two files within the same directory. Batch file handles OneDrive.

    I know you can use:

    List specific app or similar apps:

    Get-AppxPackage -allusers "*SEARCH_TERM*"

    List specific app or similar apps and remove:

    Get-AppxPackage -allusers "*SEARCH_TERM*" | Remove-AppxPackage

    List specific provisioned app or similar provisioned apps:

    Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -like "*SEARCH_TERM*"}

    List specific provisioned app or similar provisioned apps and Remove:

    Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -like "*3dbuilder*"} | Remove-AppxProvisionedPackage -Online

    Remove all Provisioned Apps:

    Get-AppxProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online

    My Script:

    $path = Split-Path -parent $MyInvocation.MyCommand.Definition

    $bat_file = $path + '\win10_onedrive.bat'

    $apps = @("*messaging*", "*sway*", "*commsphone*", "*windowsphone*",

    "*xbox*", "*Zune*", "*OneNote*", "*Weather*", "*insider*",

    "*bingfinance*", "*bingnews*", "*bingsports*", "*bingweather*",

    "*solitaire*", "*officehub*", "*skypeapp*", "*getstarted*",

    "*3dbuilder*", "*flipboard*", "*fresh*", "*drawboard*", "*newyork*",

    "*twitter*", "*CandyCrushSodaSaga*", "*people*", "*bing*")

    # Provisioned Apps

    Get-AppxProvisionedPackage -online | Remove-AppxProvisionedPackage -online

    # Remove the Apps we want to remove

    foreach ($app in $apps) {

    Get-AppxPackage -allusers $app | Remove-AppxPackage

    }

    # OneDrive

    cmd.exe /c $bat_file

    # Batch File

    @Echo off

    cls

    set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe"

    set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe"

    echo Closing OneDrive process

    echo

    taskkill /f /im OneDrive.exe > NUL 2>&1

    ping 127.0.0.1 -n 5 > NUL 2>&1

    echo Uninstalling OneDrive

    echo

    if exist %x64% (

    %x64% /uninstall

    ) else (

    %x86% /uninstall

    )

    ping 127.0.0.1 -n 10 > NUL 2>&1

    echo Removing OneDrive leftovers

    echo

    rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1

    rd "C:\OneDriveTemp" /Q /S > NUL 2>&1

    rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1

    rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1

    echo Removing OneDrive from the Explorer Side Panel

    echo

    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1

    REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
     
    Thomas_Waite, Feb 10, 2025
    #3
  4. Cannot remove Provisions from Old laptop

    Laptop with broken screen How much?

    I would like suggestions and look in local stores. I dont wanna buy a laptop from someone online. Sorry. But could be a good idea if you asked him about the performance on older games. Gonna make a list ofall laptops people suggest me.

    Remove the screen for space purpose here its small desk and if the screen is opened it will hide my 22 inches lcd
     
    Eric_On_Web, Feb 10, 2025
    #4
Thema:

Cannot remove Provisions from Old laptop

Loading...
  1. Cannot remove Provisions from Old laptop - Similar Threads - Cannot remove Provisions

  2. Cannot remove Provisions from Old laptop

    in Windows 10 Gaming
    Cannot remove Provisions from Old laptop: Hello, I have this HP ProBook, I had accidentally installed a virus, so I factory reset the computer and now it is on a screen that says “welcome to *school* academy” and I can only log in with a school account linked to that school. I’ve tried doing the shift + reboot...
  3. Cannot remove Provisions from Old laptop

    in Windows 10 Software and Apps
    Cannot remove Provisions from Old laptop: Hello, I have this HP ProBook, I had accidentally installed a virus, so I factory reset the computer and now it is on a screen that says “welcome to *school* academy” and I can only log in with a school account linked to that school. I’ve tried doing the shift + reboot...
  4. Remove organisation from old school-laptop

    in Windows 10 Gaming
    Remove organisation from old school-laptop: Hello!Last semester i graduated from my school, and therefore own my old school-laptop which i paid for during my time at the school. I recently wiped the laptop because i want a fresh start on it and would like to separate it from the school-account and the organisation it...
  5. Remove a provisioning package

    in Windows 10 Gaming
    Remove a provisioning package: Hello Please i need your help on this issue.We are trying to remove a provisioning package and obtaining full admin provision on a computer PC.I want to remove a user's computer from the device Intune management. To give the user full access so she can install and download...
  6. Remove a provisioning package

    in Windows 10 Software and Apps
    Remove a provisioning package: Hello Please i need your help on this issue.We are trying to remove a provisioning package and obtaining full admin provision on a computer PC.I want to remove a user's computer from the device Intune management. To give the user full access so she can install and download...
  7. Cannot remove account from old computer

    in Windows 10 Gaming
    Cannot remove account from old computer: I am having trouble deleting my account from my old laptop.The laptop has been removed from my Microsoft profile/account.I've tried to follow the "account deletion" process but don't see the "Remove" option.The log in on the computer is flagged as a local adminsitrator, how...
  8. Cannot remove account from old computer

    in Windows 10 Software and Apps
    Cannot remove account from old computer: I am having trouble deleting my account from my old laptop.The laptop has been removed from my Microsoft profile/account.I've tried to follow the "account deletion" process but don't see the "Remove" option.The log in on the computer is flagged as a local adminsitrator, how...
  9. Cannot remove account from old computer

    in AntiVirus, Firewalls and System Security
    Cannot remove account from old computer: I am having trouble deleting my account from my old laptop.The laptop has been removed from my Microsoft profile/account.I've tried to follow the "account deletion" process but don't see the "Remove" option.The log in on the computer is flagged as a local adminsitrator, how...
  10. removing account from my old laptop

    in AntiVirus, Firewalls and System Security
    removing account from my old laptop: Hi removing account from my old laptop will it remove my account and data on my new laptop and data ? PLEASE I NEED HELP https://answers.microsoft.com/en-us/windows/forum/all/removing-account-from-my-old-laptop/df64f0c0-e841-4c4d-93cb-83bbc0ee78ee