Jump to content

Block the processus which recreate appxStage folders


Ecarion

Recommended Posts

Inside the folder Temp, you will see probably plenty (about 60) folder with a name beginning by appxStage.

If I remove them, Windows 10 will recreate them (probably at each startup, I guess) and I'm wonder if there is a tool (or command line or via regedit) to disable it ?

Link to comment
Share on other sites


  • Replies 4
  • Views 786
  • Created
  • Last Reply
On 4/19/2017 at 1:03 AM, Ecarion said:

Inside the folder Temp, you will see probably plenty (about 60) folder with a name beginning by appxStage.

If I remove them, Windows 10 will recreate them (probably at each startup, I guess) and I'm wonder if there is a tool (or command line or via regedit) to disable it ?

 

This is because of metro apps included in windows10

Better remove those apps from your PC

How to remove metro apps completely using Poweshell / CMD?

Spoiler

http://winaero.com/blog/uninstall-apps-windows-10/

 

 

or better install windows 10 LTSB version  :)

Link to comment
Share on other sites


In fact, it's already the case (LTSB Edition 2016 Version 1607). No, apparently, it isn't a mistake because I had check it (via the command winver and Dism /Online /Get-CurrentEdition).

From my point of view, no PowerShell isn't a perfect solution... and I won't recommand it. Basically, sometimes it won't work fine (as you can see with this little example) and in this case, it's even worst... Apparently, it's impossible because dism can't find them.

 

##
## The command : 'dir %localappdata%\Packages'.
##
04/04/2017  <DIR>	.
04/04/2017  <DIR>	..
04/04/2017  <DIR>	ActiveSync
04/04/2017  <DIR>	Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.AccountsControl_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.BioEnrollment_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.LockApp_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.Apprep.ChxApp_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.Cortana_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.ParentalControls_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.SecondaryTileExperience_cw5n1h2txyewy
04/04/2017  <DIR>	Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy
04/04/2017  <DIR>	windows.immersivecontrolpanel_cw5n1h2txyewy
04/04/2017  <DIR>	Windows.PrintDialog_cw5n1h2txyewy
04/04/2017  <DIR>	windows_ie_ac_001
##
## The PowerShell command : 'Get-AppxPackage | Select Name, PackageFullName, Version'.
##
Name                                      PackageFullName                                                                      Version
----                                      ---------------                                                                      -------
Microsoft.BioEnrollment                   Microsoft.BioEnrollment_10.0.14393.0_neutral__cw5n1h2txyewy                          10.0.14393.0
Microsoft.AAD.BrokerPlugin                Microsoft.AAD.BrokerPlugin_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy              1000.14393.0.0
windows.immersivecontrolpanel             windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewy                  6.2.0.0
Microsoft.LockApp                         Microsoft.LockApp_10.0.14393.0_neutral__cw5n1h2txyewy                                10.0.14393.0
Microsoft.Windows.Apprep.ChxApp           Microsoft.Windows.Apprep.ChxApp_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy         1000.14393.0.0
Microsoft.Windows.AssignedAccessLockApp   Microsoft.Windows.AssignedAccessLockApp_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy 1000.14393.0.0
Microsoft.Windows.SecondaryTileExperience Microsoft.Windows.SecondaryTileExperience_10.0.0.0_neutral__cw5n1h2txyewy            10.0.0.0
Windows.PrintDialog                       Windows.PrintDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy                            6.2.0.0
Microsoft.Windows.ParentalControls        Microsoft.Windows.ParentalControls_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy      1000.14393.0.0
Microsoft.Windows.ShellExperienceHost     Microsoft.Windows.ShellExperienceHost_10.0.14393.1066_neutral_neutral_cw5n1h2txyewy  10.0.14393.1066
Microsoft.Windows.Cortana                 Microsoft.Windows.Cortana_1.7.0.14393_neutral_neutral_cw5n1h2txyewy                  1.7.0.14393
Microsoft.AccountsControl                 Microsoft.AccountsControl_10.0.14393.1066_neutral__cw5n1h2txyewy                     10.0.14393.1066
Microsoft.Windows.CloudExperienceHost     Microsoft.Windows.CloudExperienceHost_10.0.14393.1066_neutral_neutral_cw5n1h2txyewy  10.0.14393.1066
##
## Nothing (none .appx ou .appxbundle), it's my result via the command : 'Dism /Online /Get-ProvisionedAppxPackages'.
## Usually, this command works perfectly fine but only with another .iso (not the LTSB). Le volume dans le lecteur C s'appelle AsusLaptop
##
## The command : 'dir %SystemRoot%\SystemApps' (or dir C:\Windows\SystemApps)
##
04/04/2017	<DIR>	.
04/04/2017	<DIR>	..
04/04/2017	<DIR>	Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.AccountsControl_cw5n1h2txyewy
05/04/2017	<DIR>	Microsoft.BioEnrollment_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.LockApp_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.Windows.Cortana_cw5n1h2txyewy
04/04/2017	<DIR>	Microsoft.Windows.SecondaryTileExperience_cw5n1h2txyewy
04/04/2017	<DIR>	ParentalControls_cw5n1h2txyewy
04/04/2017	<DIR>	ShellExperienceHost_cw5n1h2txyewy

 

Link to comment
Share on other sites


even i don't use online removal method it create problems.

Remove packages offline then install windows. Personally using this method and i have no appxStage folders Inside the folder Temp, updates are working flawlessly

Follow zavana guide

Dism - Remove Windows Packages: Telemetry, Diagtrack, Windows Defender..etc

 

you can't remove all packages from %localappdata%\Packages'

If you remove then you may face problems e.g if you remove shellexpriencehost package then right click on TASKBAR won't work,wifi also create problems, calendar will stopped working

biroenrollment,cortana,parental packages are save to remove

List of packages which are safe to remove from RS1

Packages removed on my EnterpriseS LTSB 2016

 

Quote

## Nothing (none .appx or .appxbundle), it's my result via the command : 'Dism /Online /Get-ProvisionedAppxPackages'. ## Usually, this command works perfectly fine but only with another .iso (not the LTSB).

it is because above mentioned packages are not simple appxpackages like skype,getoffice,candycrush etc these packages are features of OS.

My english is not good enough, can't write/elaborate more thing in simple manner

Link to comment
Share on other sites


  • 2 weeks later...

First of all, pardon @NokiAlpha but there's a confusion (or mistake). A long time ago, indeed I had follow the guide but no, I haven't remove them online (no one).

In fact, on the moment, I had just run the command to check it.

I didn't have any idea about these appxStage folders and yes, it's seem to be related to the ProvisionedAppxPackages (or the W10 .appx or .appxbundle).

 

None problem, I understand because for me too, it isn't my native language...

I was confused by dism because it didn't clean my Temp folder... Inside I had discover a few dism folders (about 5 and a lot more appxStage folders (nearly 650)).

My plan was to install the latest W10 (version 1703 which isn't a LTSB) and sometimes, it doesn't run very well... I had met plenty of mistakes (with HyperV packages, etc)... And apparently, each time the appxStage folders was recreate because I didn't save the changes or restart from the beginning (with an original .iso).

So I believe, for the moment I had maybe discover the origin; it's seem to be dism.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...