Windows10Debloater icon indicating copy to clipboard operation
Windows10Debloater copied to clipboard

"Disable-ScheduledTask : Acces Denied"

Open WoodyPampa opened this issue 5 years ago • 6 comments

Hi and first of all, Thanks for your time and this amazing job you did, really, thanks!

I am not sur because i am not a developper at all, i know some little things but all of this is far from my knowledge. So, maybe there isn't issue, i read an other post that wasn't exactly the same but it seems that with "acces denied" error is because there is nothing to remove... I think...

But i am not sure and so i am there to know if there is a real issue or not ? image

If anybody can confirm or help me and tell me if there is something bad or not, thanks!

WoodyPampa avatar Dec 31 '20 01:12 WoodyPampa

Same issue!

MuntazirMTR avatar Jan 03 '21 10:01 MuntazirMTR

This is because Powershell is not running as admin. Open PowerShell as admin through Windows search, right-click the debloating script, click "Edit", and then ctrl + a copy the entire code and paste it in the admin PowerShell window. No more errors after this.

OG-VELI avatar Jan 04 '21 16:01 OG-VELI

Doesn't give an error but also doesn't delete anything

MuntazirMTR avatar Jan 05 '21 09:01 MuntazirMTR

Disable-ScheduledTask does not delete any scheduled task. All it does is simply disable it. @MuntazirMTR

Sycnex avatar Mar 13 '21 05:03 Sycnex

Hello WoodyPampa and MuntazirMTR,

Did you try this ?

  1. Put the folder Windows10Debloater-master in C:\Windows\system32 repository (not on the desktop)
  2. Execute Windows Power Shell as an admin
  3. Write : "PS C:\Windows\system32> Set-ExecutionPolicy Unrestricted -Force" and press Entry
  4. Write : "PS C:\Windows\system32> Windows10Debloater-master\Windows10DebloaterGUI.ps1" and press Entry

Hello2145 avatar Sep 11 '21 12:09 Hello2145

FYI, this worked fine for me!

ahoier avatar Jun 08 '22 17:06 ahoier