powershell,tipy,správa,windows
Otestuj existenci daneho kliče v registru a pokud neexistuje tak ho vytvoř.
if (Test-Path 'HKCU:\Software\testovaci') { "Registry key HKCU:\Software\testovaci already exists." } else { md HKCU:\Software\testovaci}
Žádné komentáře:
Okomentovat