diff --git a/Qt5/test3_list/mainwindow.ui b/Qt5/test3_list/mainwindow.ui index 421ed16..a3f8a7c 100644 --- a/Qt5/test3_list/mainwindow.ui +++ b/Qt5/test3_list/mainwindow.ui @@ -6,8 +6,8 @@ 0 0 - 800 - 600 + 640 + 360 @@ -18,14 +18,14 @@ 9 - -1 - 791 - 431 + 9 + 621 + 291 - + @@ -35,8 +35,8 @@ 0 0 - 800 - 30 + 640 + 23 diff --git a/tools/hyper-v.cmd b/tools/hyper-v.cmd new file mode 100644 index 0000000..17083dd --- /dev/null +++ b/tools/hyper-v.cmd @@ -0,0 +1,6 @@ +pushd "%~dp0" +dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt +for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" +del hyper-v.txt +Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL +pause \ No newline at end of file