Я удалил запись https://+:443/ с помощью следующей команды:
netsh http delete urlacl https://+:443/
, но теперь, когда я хочу воссоздать ее, с помощью этой команды:
netsh http add urlacl url=http://+:443/ user="tout le monde"
У меня есть следующая ошибка:
Url reservation add failed, Error: 183
Cannot create a file when that file already exists.
Все же запись не существует:
netsh http show urlacl url=http://+:443/
Réservations d'URL :
--------------------
C:\
Нужна помощь, потому что я действительно застрял с ней.