Skip to content

Releases: Gaoyifei1011/WindowsToolbox

Windows 工具箱 2.5.612.0

12 Jun 02:24
Compare
Choose a tag to compare

Windows 工具箱 2.5.612.0

更新内容

1.更新了添加下载任务对话框,更符合 WinUI 设计样式
2.修复了传递优化和后台智能传输服务下载任务显示异常的问题
3.升级 Windows App SDK 版本到 1.5.240607001

Update Content

  1. Updated the Add Download task dialog box, more in line with WinUI design style
  2. Fixed abnormal display of delivery optimization and background intelligent transfer service download tasks
  3. 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

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file WindowsToolsPackage_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 the Dependencies folder
    ④ Install .cer certificates to local computertrusted 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 WindowsToolsPackage_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

03 May 14:39
Compare
Choose a tag to compare

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

  1. 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).
  2. Upgrade the Windows Application SDK to 1.5.240428000 (1.5.3)
  3. Update the application icon (thanks to https://github.com/MicaApps)
  4. Upgrade the minimum version to 22621 (the minimum version required to deliver optimization is 22621)
  5. Update Check the application update prompt
  6. Add the application exit mode
  7. 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

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file WindowsToolsPackage_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 the Dependencies folder
    ④ Install .cer certificates to local computertrusted 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 WindowsToolsPackage_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

13 Apr 15:11
Compare
Choose a tag to compare

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

  1. Upgrade the Windows App SDK to 1.5.240404000 (1.5.2)
  2. Upgrade Mile.Xaml to 2.2.944
  3. Add QR code barcode to create identification page (touch fish)
  4. 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

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file WindowsToolsPackage_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 the Dependencies folder
    ④ Install .cer certificates to local computertrusted 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 WindowsToolsPackage_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

26 Mar 08:25
Compare
Choose a tag to compare

Windows 工具箱 2.1.305.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.5.240311000(1.5.1) 版本
2.添加模拟更新页面(摸鱼)
3.更新了扩展控件样式

Update Content

  1. Upgrade the Windows SDK to 1.5.240311000 (1.5.1)
  2. Add simulation update page (Touch fish)
  3. 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

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file WindowsToolsPackage_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 the Dependencies folder
    ④ Install .cer certificates to local computertrusted 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 WindowsToolsPackage_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.1.305.0

05 Mar 13:46
Compare
Choose a tag to compare

Windows 工具箱 2.1.305.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.5.240227000(1.5.0) 版本
2.修复了应用在初次启动时闪现窗口的问题
3.修复了提权模式下无法进行拖放文件的问题

Update Content

  1. Upgrade the Windows App SDK to 1.5.240227000 (1.5.0)
  2. Fixed an issue where the app flashed when it was first launched
  3. Fixed an issue where you could not drag and drop files in elevated mode

注意事项

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

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file WindowsToolsPackage_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 the Dependencies folder
    ④ Install .cer certificates to local computertrusted 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 WindowsToolsPackage_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.0.223.0 元宵版本

23 Feb 15:32
Compare
Choose a tag to compare

Windows 工具箱 2.0.223.0

文件重命名工具里面的所有工具全部都已经整合到 Windows 工具箱
All the tools in the FileRenamer tool have been integrated into the Windows toolbox

更新内容

1.新增加批量删除已签名文件证书功能
2.新增加批量提取文件内嵌的图标
3.新增加提取包资源索引文件(.Pri)的内容
4.新增加 Windows 系统评估工具
5.升级 Mile.Xaml 版本到 2.2.830.0
6.升级 Windows 应用 SDK 版本到 1.4.240211001(1.4.5)

Update Content

  1. Added the function of batch deleting certificates of signed files
  2. Add the ICONS embedded in batch extraction files
  3. Add the contents of the extract Package Resource index file (.pri)
  4. Added the Windows system evaluation tool
  5. Upgrade Mile.Xaml to 2.2.830.0
  6. Upgrade the Windows App SDK version to 1.4.240211001 (1.4.5)

注意事项

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"

文件重命名工具 1.4.1117.0

17 Nov 13:45
Compare
Choose a tag to compare

文件重命名工具 1.4.1117.0

更新内容

1.更新 Windows 应用 SDK 版本到1.4.3(1.4.231115000)
2.更新 Microsoft.UI.Xaml 版本到2.8.6
3.应用界面微调,更符合 Windows 11 美观
4.修复了一些已知问题

Update Content
1.Update Windows App SDK version to 1.4.3(1.4.231115000)
2.Update Microsoft.UI.Xaml version to 2.8.6
3. The app interface is fine-tuned to better match the aesthetics of Windows 11
4. Fixed some known issues


未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

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"

文件重命名工具 1.3.1011.0

11 Oct 13:12
Compare
Choose a tag to compare

文件重命名工具 1.3.1011.0

新功能

1.更新 Windows 应用 SDK 版本到1.4.2(1.4.231008000)
2.重新自定义了标题栏区域(使用 Windows 应用 SDK,仅限打包应用)
3.移除了Newtonsoft.Json,进一步压缩应用体积大小
4.修复了键盘按键时的问题,Enter 键预览修改后的内容,Ctrl + Enter 组合键修改内容
5.修复了一些已知bug

New features
1.Update Windows App SDK version to 1.4.2(1.4.231008000)
2. Recustomized the title bar area (using Windows App SDK, packaged apps only)
3. Removed Newtonsoft.json to further compress the application volume
4. Fixed the problem when keyboard keys, Enter key preview modified content, Ctrl + Enter key combination to modify content
5. Fixed some known bugs


未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.

文件重命名工具 1.2.1002.0

02 Oct 13:07
Compare
Choose a tag to compare

文件重命名工具 1.2.1002.0

新功能

1.添加了桌面右键菜单支持(仅限打包应用)
2.修复了一些其他bug

New features

  1. Added desktop right-click menu support (packaged apps only)
  2. Fixed some other bugs

未来计划

该项目由于功能单一,且大部分功能已全部实现,未来可能会整合到工具箱应用中(暂未有详细的规划)

Future plans

Due to the single function of the project and the fact that most of the functions have been fully implemented, it may be integrated into the toolbox application in the future (There is no detailed planning yet)

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.

文件重命名工具 1.1.905.0

05 Sep 01:51
Compare
Choose a tag to compare

文件重命名工具 1.1.905.0

新功能

1.添加了固定到任务栏支持
2.修复了未打包应用不能直接调试运行的问题
3.添加了文件签名

New features

  1. Added pinned to taskbar support
  2. The debugging and running of repair not packaged applications can't directly
  3. Add the signature file

注意事项

这个版本将提供三个文件
一是msixbundle安装包,可以直接使用应用安装程序快速安装。
二是一个压缩包,该压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
三是一个压缩包,名称带有unpackaged标识,表示该程序是未打包程序,解压后即可运行。

Notes
This release will provide three files
One is the msixbundle installation package, which can be quickly installed directly using the application installer.
The second is a compressed package, which is a complete installation package containing the dependent framework library. After downloading, you need to decompress it. You can quickly install it by running the install.ps1 file using powershell.
The third is a compressed package with the name of unpackaged, which means that the program is unpackaged and can be run after being decompressed.