comando clearenv
Última atualização em
Oclearenv
comando limpa as variáveis de ambiente específicas UltraDefrag definidas pelo setenv :
C:\Program Files\UltraDefrag>set UD_EX_FILTER
UD_EX_FILTER=*system volume information*;*temp*;*tmp*;*recycle*;*dllcache*;*ServicePackFiles*;*Windows.old*;*.log;*\Windows\servicing\*
C:\Program Files\UltraDefrag>clearenv
C:\Program Files\UltraDefrag>set UD_EX_FILTER
Environment variable UD_EX_FILTER not defined
UD_EX_FILTER=*system volume information*;*temp*;*tmp*;*recycle*;*dllcache*;*ServicePackFiles*;*Windows.old*;*.log;*\Windows\servicing\*
C:\Program Files\UltraDefrag>clearenv
C:\Program Files\UltraDefrag>set UD_EX_FILTER
Environment variable UD_EX_FILTER not defined
Observe que, como oclearenv
comando é um script em lote, você deve usar ocall
comando do sistema para chamá-lo a partir de seus scripts em lote:
1 | call "%UD_INSTALL_DIR%\clearenv.cmd" |