winpe support + windows webdav stuff

This commit is contained in:
ed
2022-10-19 00:06:48 +02:00
parent f0e98d6e0d
commit 046b494b53
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
@echo off
rem removes the 47.6 MiB filesize limit when downloading from webdav
at > nul
net session >nul 2>&1
if %errorlevel% neq 0 (
echo you must run this as admin
pause