Releases: Gaoyifei1011/WindowsToolbox
Windows 工具箱 3.2.1118.0
Windows 工具箱 3.2.1118.0
更新内容
- 更新了下拉框的外观样式
- 升级 Windows 应用 SDK 到 1.6.241106002 版本
- 移除了不需要的通知区域图标
==============================================
Update contents
- Updated the appearance of the drop-down box
- Upgrade the Windows SDK to 1.6.241106002 version
- Removed the unwanted notification area icon
注意事项
(1) 这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
(2) 安装步骤
① 使用应用安装程序安装应用
- 下载最新的文件
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾) - 开启开发人员模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做 UWP 开发的用户来说,开发人员模式是没有必要的
- 安装
Dependencies
文件夹下的适用于您的设备的所有依赖包 - 安装
*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户 - 打开
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
② 使用应用安装脚本安装应用
- 下载并解压最新的压缩包
WindowsToolsPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾) - 进入目录,右击
Install.ps1
,选择“使用PowerShell运行” - 应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ 安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
==============================================
Matters needing attention
(1) This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
(2) Installation procedure
① Use the application installer to install the application
- Download the latest file
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(ending with the msixbundle extension). - Open Developer mode, 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 the Dependencies 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 - Open the
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
② Use the application installation script to install applications
- Download and extract the latest package
WindowsToolsPackage_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 be encountered 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), which does not allow any scripts to run.
AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can run the script without changing the execution policy using the following command (administrator permissions required)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ Install reference link
Windows 工具箱 3.1.1003.0
Windows 工具箱 3.1.1003.0
更新内容
- 使用 Windows 11 默认的壁纸作为摸鱼页面的默认壁纸
- 升级 Windows 应用 SDK 到 1.6.240923002 版本
==============================================
Update contents
- Add support for the custom Windows right-click menu
- Upgrade the Windows SDK to 1.6.240923002 version
注意事项
(1) 这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
(2) 安装步骤
① 使用应用安装程序安装应用
- 下载最新的文件
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾) - 开启开发人员模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做 UWP 开发的用户来说,开发人员模式是没有必要的
- 安装
Dependencies
文件夹下的适用于您的设备的所有依赖包 - 安装
*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户 - 打开
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
② 使用应用安装脚本安装应用
- 下载并解压最新的压缩包
WindowsToolsPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾) - 进入目录,右击
Install.ps1
,选择“使用PowerShell运行” - 应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ 安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
==============================================
Matters needing attention
(1) This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
(2) Installation procedure
① Use the application installer to install the application
- Download the latest file
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(ending with the msixbundle extension). - Open Developer mode, 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 the Dependencies 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 - Open the
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
② Use the application installation script to install applications
- Download and extract the latest package
WindowsToolsPackage_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 be encountered 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), which does not allow any scripts to run.
AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can run the script without changing the execution policy using the following command (administrator permissions required)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ Install reference link
Windows 工具箱 3.0.905.0
Windows 工具箱 3.0.905.0
更新内容
- 添加自定义 Windows 右键菜单支持
- 修复固定应用到任务栏失效的问题
- 更新应用文件夹选取框
- 升级 Windows 应用 SDK 到 1.6.240829007 版本
- 升级 Mile.Xaml 到 2.3.1064 版本
==============================================
Update contents
- Add support for the custom Windows right-click menu
- Fix fixed application to taskbar failure issue
- Update the Application folder selection dialog
- Upgrade the Windows SDK to 1.6.240829007 version
- Upgrade Mile.Xaml to 2.3.1064 version
注意事项
(1) 这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
(2) 安装步骤
① 使用应用安装程序安装应用
- 下载最新的文件
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾) - 开启开发人员模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做 UWP 开发的用户来说,开发人员模式是没有必要的
- 安装
Dependencies
文件夹下的适用于您的设备的所有依赖包 - 安装
*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户 - 打开
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
② 使用应用安装脚本安装应用
- 下载并解压最新的压缩包
WindowsToolsPackage_x.x.xxx.0.zip
(以 zip 扩展名结尾) - 进入目录,右击
Install.ps1
,选择“使用PowerShell运行” - 应用安装脚本将会引导您完成此过程的剩余部分
- 安装过程中可能遇到的问题
在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ 安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP
==============================================
Matters needing attention
(1) This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
(2) Installation procedure
① Use the application installer to install the application
- Download the latest file
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(ending with the msixbundle extension). - Open Developer mode, 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 the Dependencies 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 - Open the
WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
file and click Install
② Use the application installation script to install applications
- Download and extract the latest package
WindowsToolsPackage_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 be encountered 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), which does not allow any scripts to run.
AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can run the script without changing the execution policy using the following command (administrator permissions required)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
③ Install reference link
Windows 工具箱 2.8.804.0
Windows 工具箱 2.8.804.0
更新内容
1.修复 Windows 10 不能使用的问题 (#1)
Update Content
- The problem of repair Windows cannot use 10 (#1)
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.7.710.0
Windows 工具箱 2.7.710.0
更新内容
1.更新 Microsoft.WindowsAppSDK 版本到 1.5.240627000(1.5.5) 版本
2.添加文件解锁功能,解决文件被占用时无法操作的问题
3.更新了包资源索引提取的内部实现逻辑,现已支持选择包资源索引文件内部文件语言选择
4.修复了工具提示内容不能完全显示的 bug
5.修复 Windows 10 不能使用的问题 (#1)
6.修复了其他的已知问题
Update Content
1.Update the Microsoft.WindowsAppSDK version to 1.5.240627000 (1.5.5)
2. Add the file unlock function to solve the problem that files cannot be operated when they are occupied
3. Updated the internal implementation logic of package resource index extraction, and now supports the selection of package resource index file internal file language selection
4. Fixed the bug that the tooltip content could not be displayed completely
5. The problem of repair Windows cannot use 10 (#1)
6. Other known issues were fixed
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.6.627.0
Windows 工具箱 2.6.627.0
更新内容
1.新增加网络回环管理功能
2.升级 Mile.Xaml 版本到 2.2.1017
3.修复了搜索下载管理页面内容时,出现大量空白的问题
Update Content
- Added the network loopback management function
- Update Mile.Xaml to 2.2.1017
- Fixed an issue where a large amount of white space appeared when searching for download management page content
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.5.612.0
Windows 工具箱 2.5.612.0
更新内容
1.更新了添加下载任务对话框,更符合 WinUI 设计样式
2.修复了传递优化和后台智能传输服务下载任务显示异常的问题
3.升级 Windows App SDK 版本到 1.5.240607001
Update Content
- Updated the Add Download task dialog box, more in line with WinUI design style
- Fixed abnormal display of delivery optimization and background intelligent transfer service download tasks
- Upgrade the Windows App SDK to 1.5.240607001
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.4.503.0
Windows 工具箱 2.4.503.0
更新内容
1.添加下载文件功能(基于系统内置的传递优化,参考链接:https://learn.microsoft.com/zh-cn/windows/deployment/do/waas-delivery-optimization )
2.升级 Windows 应用 SDK 版本到 1.5.240428000(1.5.3) 版本
3.更新应用图标(感谢 https://github.com/MicaApps )
4.升级最低版本到22621(传递优化所需的最低版本为22621)
5.更新检查应用更新提示
6.添加应用退出方式设置
7.修复了一些bug
Update Content
- Add the download files function (built-in relay based on system optimization, refer to the link: https://learn.microsoft.com/zh-cn/windows/deployment/do/waas-delivery-optimization).
- Upgrade the Windows Application SDK to 1.5.240428000 (1.5.3)
- Update the application icon (thanks to https://github.com/MicaApps)
- Upgrade the minimum version to 22621 (the minimum version required to deliver optimization is 22621)
- Update Check the application update prompt
- Add the application exit mode
- Fixed some bugs
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.3.413.0
Windows 工具箱 2.3.413.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240404000(1.5.2) 版本
2.升级 Mile.Xaml 版本到 2.2.944 版本
3.添加二维码条形码创建识别页面(摸鱼)
4.更新了应用系统背景色设置,最低可以在 Windows 10 19041 上使用背景色,不再限制在 Windows 11 22621 版本中设置
Update Content
- Upgrade the Windows App SDK to 1.5.240404000 (1.5.2)
- Upgrade Mile.Xaml to 2.2.944
- Add QR code barcode to create identification page (touch fish)
- Updated the background color setting of the application system, the background color can be used on Windows 10 19041 at least, and is no longer limited to the setting of Windows 11 22621 version
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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
Windows 工具箱 2.2.326.0
Windows 工具箱 2.1.305.0
更新内容
1.升级 Windows 应用 SDK 版本到 1.5.240311000(1.5.1) 版本
2.添加模拟更新页面(摸鱼)
3.更新了扩展控件样式
Update Content
- Upgrade the Windows SDK to 1.5.240311000 (1.5.1)
- Add simulation update page (Touch fish)
- Updated the expander control style
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
(以 msixbundle 扩展名结尾)
②开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies
文件夹下的适用于您的设备的所有依赖包
④安装*.cer
证书到本地计算机
→受信任的根证书颁发机构
。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开WindowsToolsPackage_x.x.xxx.0_x86_x64_arm64.msixbundle
文件,单击安装
(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包WindowsToolsPackage_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 fileWindowsToolsPackage_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
⑤ OpenWindowsToolsPackage_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 WindowsToolsPackage_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