Add notes to downloads section
This commit is contained in:
@@ -7,9 +7,9 @@ Disables the "Unsupported Hardware" message in Windows Update, and allows you to
|
|||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
[**Latest stable build**](https://github.com/zeffy/wufuc/releases/latest)
|
**[Latest stable build](https://github.com/zeffy/wufuc/releases/latest) - Most people will want this version.**
|
||||||
|
|
||||||
[Unstable builds](https://ci.appveyor.com/project/zeffy/wufuc)
|
[Unstable builds](https://ci.appveyor.com/project/zeffy/wufuc) - Most likely contains bugs; do not report issues with these builds.
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
||||||
|
@@ -34,7 +34,7 @@ if /I "%1"=="/UNATTENDED" set "UNATTENDED=1"
|
|||||||
if /I "%1"=="/NORESTART" set "NORESTART=1"
|
if /I "%1"=="/NORESTART" set "NORESTART=1"
|
||||||
shift /1
|
shift /1
|
||||||
goto :loop_args
|
goto :loop_args
|
||||||
|
|
||||||
:check_requirements
|
:check_requirements
|
||||||
echo Checking system requirements...
|
echo Checking system requirements...
|
||||||
|
|
||||||
@@ -107,14 +107,14 @@ if "%UNINSTALL%"=="1" goto :confirm_uninstall
|
|||||||
:confirm_install
|
:confirm_install
|
||||||
if "%UNATTENDED%"=="1" goto :install
|
if "%UNATTENDED%"=="1" goto :install
|
||||||
echo.
|
echo.
|
||||||
echo wufuc disables the "Unsupported Hardware" message in Windows Update,
|
echo wufuc disables the "Unsupported Hardware" message in Windows Update,
|
||||||
echo and allows you to continue installing updates on Windows 7 and 8.1
|
echo and allows you to continue installing updates on Windows 7 and 8.1
|
||||||
echo systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors.
|
echo systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors.
|
||||||
echo.
|
echo.
|
||||||
echo Please be absolutely sure you really need wufuc before proceeding.
|
echo Please be absolutely sure you really need wufuc before proceeding.
|
||||||
echo.
|
echo.
|
||||||
for /f "tokens=*" %%i in ('wmic /output:stdout datafile where "name='%wufuc_dll_fullpath:\=\\%'" get Version /value ^| find "="') do set "%%i"
|
for /f "tokens=*" %%i in ('wmic /output:stdout datafile where "name='%wufuc_dll_fullpath:\=\\%'" get Version /value ^| find "="') do set "%%i"
|
||||||
set /p CONTINUE_INSTALL=Enter 'Y' if you want to install wufuc %Version%:
|
set /p CONTINUE_INSTALL=Enter 'Y' if you want to install wufuc %Version%:
|
||||||
if /I "%CONTINUE_INSTALL%"=="Y" goto :install
|
if /I "%CONTINUE_INSTALL%"=="Y" goto :install
|
||||||
goto :cancel
|
goto :cancel
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ goto :confirm_restart
|
|||||||
:confirm_uninstall
|
:confirm_uninstall
|
||||||
if "%UNATTENDED%"=="1" goto :uninstall_stub
|
if "%UNATTENDED%"=="1" goto :uninstall_stub
|
||||||
echo.
|
echo.
|
||||||
set /p CONTINUE_UNINSTALL=Enter 'Y' if you want to uninstall wufuc:
|
set /p CONTINUE_UNINSTALL=Enter 'Y' if you want to uninstall wufuc:
|
||||||
if /I "%CONTINUE_UNINSTALL%"=="Y" goto :uninstall_stub
|
if /I "%CONTINUE_UNINSTALL%"=="Y" goto :uninstall_stub
|
||||||
goto :cancel
|
goto :cancel
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@ goto :confirm_restart
|
|||||||
if "%NORESTART%"=="1" goto :die
|
if "%NORESTART%"=="1" goto :die
|
||||||
if "%UNATTENDED%"=="1" goto :restart
|
if "%UNATTENDED%"=="1" goto :restart
|
||||||
echo.
|
echo.
|
||||||
set /p CONTINUE_RESTART=Enter 'Y' if you would like to restart now:
|
set /p CONTINUE_RESTART=Enter 'Y' if you would like to restart now:
|
||||||
if /I "%CONTINUE_RESTART%"=="Y" goto :restart
|
if /I "%CONTINUE_RESTART%"=="Y" goto :restart
|
||||||
goto :die
|
goto :die
|
||||||
:restart
|
:restart
|
||||||
|
Reference in New Issue
Block a user