# replace_path_var **Repository Path**: SuperWindcloud/replace_path_var ## Basic Information - **Project Name**: replace_path_var - **Description**: Powershell脚本, 用于自动将环境变量path的路径替换为自定义的环境变量 path=> %var% - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-16 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # replace_path_var #### 介绍 Powershell脚本, 用于自动将环境变量path的路径替换为自定义的环境变量 path=> %var% ## 运行脚本 下载脚本然后在当前目录运行 ` powershell -ExecutionPolicy Bypass -File .\replaceEnvPath.ps1 ` # 添加检测path, 清除无效的路径 ` powershell -ExecutionPolicy Bypass -File .\checkValidPath.ps1 `