You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
|
|
echo ===========================================
|
|
echo [ Description ]
|
|
echo 등록된 환경변수(사용자변수)를 삭제합니다.
|
|
echo [ Use ]
|
|
echo environment-delete.bat [변수]
|
|
echo ===========================================
|
|
|
|
reg delete HKCU\Environment /v %1 |