所以只能通过powershell管理员执行命令Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}了它会在所有应用列表那里产生图标但是磁贴还是空的,这要看你的需要了:在所有应用列表一个个找并通过右键选择固定到开始屏幕 3 (1)可能需要...
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"} 这个命令的作用是获取所有用户的appx包,并对每个包执行Add-AppxPackage命令以重新注册它们,同时禁用开发模式。 在PowerShell中执行修正后的命令: 在执行这个命令之前,需要确保你以...
Set default printer for all users - domain pc Set default program for all users Set pdf reader by default to all users instead of Microsoft Edge Set printer default all users in Windows 10 Set the default location in Windows 10's Weather App for all users Set Time Automatically Option Gra...
在窗口里输入:get-appxpackage -name Microsoft.SunriseBaseGame -AllUsers 回车 之后在出现的字母中...
Hi, I am trying to install an universal app appx file using add-appxPackage in powershell forAll users, am not successful. has anyone done this using powershell so that single add-appxpackage command can avail an universal app to evry user??
在窗口里输入:get-appxpackage -name Microsoft.SunriseBaseGame -AllUsers 回车 之后在出现的字母中找到PackageFullName:巴拉巴拉巴拉巴拉 然后在窗口里输入:remove-appxpackage -package 巴拉巴拉巴拉巴拉 -AllUsers 回车 问题得到圆满解决吼吼吼吼。 注意,巴拉巴拉巴拉巴拉 是指要替换的内容,别真把这汉字输进去哦作者...
办法也是有的,用管理员权限打开 PowerShell,复制黏贴如下命令并回车即可: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 这条命令会将 Windows 10 所有内置的默认应用都重新安装回来。如果看到错误提示,不必理会,重启系统即可。
Add-AppxPackage [-Path] <String> [-DependencyPath <String[]>] [-RequiredContentGroupOnly] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-ForceUpdateFromAnyVersion] [-RetainFilesOnFailure] [-InstallAllResources] [-Update] [-WhatIf] [-Confirm] [<CommonParameters>]Power...
Add-AppxPackage[-Path] <String> [-DependencyPath <String[]>] [-RequiredContentGroupOnly] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-ForceUpdateFromAnyVersion] [-RetainFilesOnFailure] [-InstallAllResources] [-Update] [-WhatIf] [-Confirm] [<CommonParameters>] ...
Get-AppxPackage -AllUsers Microsoft.Windows.ContentDeliveryManager | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Solucionador de Problemas de Aplicaciones de Windows Store: Ejecuta el solucionador de problemas de aplicaciones de Windows S...