我试图执行:
echo reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DisableOSUpgrade /t REG_DWORD /d 1 /f >nul 2>&1 >%path%
在输出文件中,我得到所有execpt >nul 2>&1
。
我怎样逃避> carracter?我尝试用^或\但没有任何作用。如果我在没有>%path%的情况下引用整个回声,我会在输出中得到所有内容,但也引用它。