Releases: Gaoyifei1011/GetStoreApp
获取商店应用 4.0.601.0
获取商店应用 4.0.601.0
更新内容
1.更新下载管理页面,并整合下载中和未完成部分
2.移除 Mile.Aria2 下载服务,新增系统内置的传递优化和后台智能传输服务
3.带回 Store.rg 获取商店应用方式,并添加可以切换查询应用链接方式设置选项
4.更新了 WinGet 任务管理窗口样式
5.更新了网页浏览器图标
6.更新应用扩展器控件样式
7.更新了文件信息窗口样式
8.移除设置实验性选项
9.更新了应用的列表控件,提升应用整体性能
10.更新 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.11261 版本
11.修复了管理员模式不能选择文件夹的bug
12.升级 .NET SDK 到 9.0.0 版本(预览版)
13.更新了历史记录和下载记录存储方式
14.修复了应用更新页面错误代码显示异常的问题
15.修复了其他已知问题
Update contents
- Update the download management page, and integrate the downloaded and unfinished parts
- Remove the Mile.Aria2 download service and add built-in transmission optimization and background intelligent transmission services
- Bring back store. rg to obtain the Store application mode, and add the option to switch the query application link mode
- Updated WinGet Task management window style
- Updated the web browser icon
- Update the style of the application extender control
- Updated the file information window style
- Remove the Settings Experimental option
- Updated the application list control to improve the overall application performance
- Update the Microsoft.WindowsPackageManager.ComInterop version to 1.7.11261 version
- Fixed a bug where the folder could not be selected in administrator mode
- Upgrade.NET SDK to version 9.0.0 (preview)
- Updated how history and download history are stored
- Fixed an issue where application update page error code was displayed abnormally
- Other known issues were fixed
注意事项
1.下载记录部分已经重构,应用更新后下载记录会清空,如果本地留存大量的下载记录,更新前请注意查看。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾)
②进入目录,右击Install.ps1
,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
Notes
- The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
- This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
- Installation Procedure
(1) Install the application using the application installer
① Download the latest fileGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(end with the msixbundle extension)
② Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
③Install all Dependencies that apply to your device in theDependencies
folder
④ Install.cer
certificates tolocal computer
→trusted root Certification Authority
. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
⑤ OpenGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip
(end with zip extension)
②Go to the directory, right click Install.ps1
and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process
- Problems that may occur during installation
When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP
后续版本的计划更新
1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持
Updates are planned for subsequent releases
- Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
- Add application update and WinGet Application update widget support
获取商店应用 3.10.503.0
获取商店应用 3.10.503.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240428000(1.5.3)
2.升级 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.11132
Update contents
- Update the Windows App SDK version to 1.5.240428000 (1.5.3)
- Update the Microsoft.WindowsPackageManager.ComInterop version to 1.7.11132 version
注意事项
1.下载功能模块目前存在一些问题,正在重构中。如果您在使用过程中遇到问题,请直接点击打开链接,使用浏览器下载。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾)
②进入目录,右击Install.ps1
,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
Notes
- There are some problems with the download function module and it is being reconstructed. If you encounter problems during use, please click on the link to open and download using your browser.
- This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
- Installation Procedure
(1) Install the application using the application installer
① Download the latest fileGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(end with the msixbundle extension)
② Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
③Install all Dependencies that apply to your device in theDependencies
folder
④ Install.cer
certificates tolocal computer
→trusted root Certification Authority
. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
⑤ OpenGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip
(end with zip extension)
②Go to the directory, right click Install.ps1
and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process
- Problems that may occur during installation
When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP
4.0 版本的计划更新(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
1.带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包(已完成)
2.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
3.重新构建网页浏览部分
4.重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化替代 Aria2 下载
Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
- Bring back the Store.rg API to parse Store applications and provide multiple channels to parse store application installation packages(Completed)
- Add Native AOT support to reduce binary distribution and improve application speed
- Rebuild the web browsing section
- Rebuild the download management module, integrate the display of downloading page and uncompleted download page, and replace Aria2 download with the delivery optimization that comes with Windows 11 22621+
获取商店应用 3.9.413.0
获取商店应用 3.9.413.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240404000(1.5.2)
2.升级 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.11003
3.升级 .NET 版本到 8.0.4
4.修复了一些问题
Update contents
- Update the Windows App SDK version to 1.5.240404000 (1.5.2)
- Update the Microsoft.WindowsPackageManager.ComInterop version to 1.7.11003 version
- Update the .NET version to 8.0.4 version
- Fixed some issues
注意事项
1.下载功能模块目前存在一些问题,正在重构中。如果您在使用过程中遇到问题,请直接点击打开链接,使用浏览器下载。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾)
②进入目录,右击Install.ps1
,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
Notes
- There are some problems with the download function module and it is being reconstructed. If you encounter problems during use, please click on the link to open and download using your browser.
- This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
- Installation Procedure
(1) Install the application using the application installer
① Download the latest fileGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(end with the msixbundle extension)
② Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
③Install all Dependencies that apply to your device in theDependencies
folder
④ Install.cer
certificates tolocal computer
→trusted root Certification Authority
. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
⑤ OpenGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip
(end with zip extension)
②Go to the directory, right click Install.ps1
and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process
- Problems that may occur during installation
When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP
4.0 版本的计划更新(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
1.带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
2.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
3.使用原生 c++ 方式重新构建网页浏览部分
4.重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化替代 Aria2 下载
Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
- Bring back the Store.rg API to parse Store applications and provide multiple channels to parse store application installation packages
- Add Native AOT support to reduce binary distribution and improve application speed
- Rebuild the web browsing section using native c++
- Rebuild the download management module, integrate the display of downloading page and uncompleted download page, and replace Aria2 download with the delivery optimization that comes with Windows 11 22621+
获取商店应用 3.8.313.0
获取商店应用 3.8.313.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240311000(1.5.1)
2.升级 Microsoft.Windows.SDK.Contracts 版本到 10.0.22621.3233
3.升级 .NET 版本到 8.0.3
4.修复了一些问题
Update contents
- Update the Windows SDK version to 1.5.240311000 (1.5.1)
- Update the Microsoft.Windows.SDK.Contracts version to 10.0.22621.3233 version
- Update the .NET version to 8.0.3 version
- Fixed some issues
注意事项
1.下载功能模块目前存在一些问题,正在重构中。如果您在使用过程中遇到问题,请直接点击打开链接,使用浏览器下载。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾)
②进入目录,右击Install.ps1
,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
Notes
- There are some problems with the download function module and it is being reconstructed. If you encounter problems during use, please click on the link to open and download using your browser.
- This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
- Installation Procedure
(1) Install the application using the application installer
① Download the latest fileGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(end with the msixbundle extension)
② Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
③Install all Dependencies that apply to your device in theDependencies
folder
④ Install.cer
certificates tolocal computer
→trusted root Certification Authority
. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
⑤ OpenGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip
(end with zip extension)
②Go to the directory, right click Install.ps1
and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process
- Problems that may occur during installation
When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP
获取商店应用 3.7.301.0
获取商店应用 3.7.301.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240227000(1.5.0)
2.升级 Microsoft.Windows.SDK.Contracts 版本到 10.0.22621.3233
3.修复了一些问题
Update contents
- Upgrade the Windows SDK version to 1.5.240227000 (1.5.0)
- Upgrade the Microsoft.Windows.SDK.Contracts version to 10.0.22621.3233 version
- Fixed some issues
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾)
②进入目录,右击Install.ps1
,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
Notes
- This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
- Installation Procedure
(1) Install the application using the application installer
① Download the latest fileGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(end with the msixbundle extension)
② Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
③Install all Dependencies that apply to your device in theDependencies
folder
④ Install.cer
certificates tolocal computer
→trusted root Certification Authority
. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
⑤ OpenGetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip
(end with zip extension)
②Go to the directory, right click Install.ps1
and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process
- Problems that may occur during installation
When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP
获取商店应用 3.6.223.0 元宵版本
获取商店应用 3.6.223.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.4.240211001(1.4.5)
2.升级 .NET 版本到 8.0.2
3.添加了导航项固定到开始屏幕可以快速启动的右键菜单
4.修复了从 Microsoft Store 获取非打包应用返回空数据的问题
5.修复了 Windows 10 固定任务栏失败的问题
6.修复了控制台程序部分字符串显示不正确的问题
7.修复了其他问题
Update contents
- Upgrade the Windows App SDK version to 1.4.240211001 (1.4.5)
- Upgrade the.NET version to 8.0.2
- Add a shortcut menu that fixes navigation items to the start screen for quick launch
- Fixed an issue where empty data was returned from unpackaged apps obtained from the Microsoft Store
- Fixed Windows 10 pin to taskbar failure
- Fixed an issue where some strings in the console program were displayed incorrectly
- Other issues fixed
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
获取商店应用 3.5.209.0 春节版本
获取商店应用 3.5.209.0
更新内容
1.升级 Windows SDK 版本到 10.0.22621.33
2.升级Microsoft.Windows.CsWinRT版本到 2.0.7
3.修复了当创建多个下载任务时,打开下载页面会导致应用异常退出的问题
4.修复了一些其他问题
Update contents
- Upgrade the Windows SDK version to 10.0.22621.33
- To upgrade Microsoft. Windows. The CsWinRT version to 2.0.7
- Fixed an issue that when multiple download tasks were created, the application would exit abnormally when the download page was opened
- Fixed some other issues
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
祝大家新的一年里身体健康,万事如意,心想事成
龙年大吉
Sincerely 怡飞
获取商店应用 3.4.127.0
获取商店应用 3.4.127.0
更新内容
1.修复了任务栏窗口右键菜单不能弹出的问题
2.修复了窗口最大化可以意外拖动窗口边缘修改窗口大小的问题
3.修复了点击应用复制按钮(复制内容到剪贴板)导致应用异常退出的问题
Update contents
- Fixed an issue where the right click menu in the taskbar window could not pop up
- Fixed an issue where the window maximizer could accidentally drag the window edge to modify the window size
- Fixed an issue where clicking the app Copy button (copy content to clipboard) caused the app to exit abnormally
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
获取商店应用 3.3.110.0
获取商店应用 3.3.110.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.4.231219000
2.升级 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.10091-preview
3.升级 .NET 版本到 8.0.1
4.修复了WinGet 程序包页面的布局问题
5.修复了微软商店页面的历史纪录存储问题
6.修复了其他问题
Update contents
- Upgrade the Windows SDK to 1.4.231219000
- The upgrade Microsoft.WindowsPackageManager.Com Interop version to 1.7.10091-preview
- Upgrade the.NET version to 8.0.1
- Fixed the WinGet package manager page layout issue
- Fixed history storage issue on Microsoft Store page
- Other issues fixed
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"
获取商店应用 3.2.101.0 新年版本
获取商店应用 3.2.101.0
更新内容
1.修复了 Windows 10 系统下的一些遗留 bug (#10)
2.旧的应用包签名证书已过期,已更新应用包的签名证书
Update contents
- Repair the Windows 10 system under some legacy bug (#10)
- The old application package signing certificate has expired. The application package signing certificate has been updated. Procedure
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"