Pages:
Author

Topic: Stop Windows 10 Update - page 4. (Read 2220 times)

newbie
Activity: 44
Merit: 0
March 08, 2018, 03:05:37 PM
#11
Here what worked for me (So far, cuz you never knows with these bozos)

Task Scheduler
 -Goto Task Scheduler Library|Windows|UpdateOrchestrator.
 -Disable Combined Scan Download...
 -Disable Maintenance Install
 -Disable Reboot
 -Disable Resume On Boot
 -Disable Schedule Scan
 -Disable UpdateAssistant
 -Disable UpdateAssistantCalenddarRun
 -Disable UpdateAssistantWakeupRun
 -Goto Task Scheduler Library|Windows|WindowsUpdate
 -Disable Automatic App Update
 -Disable Scheduled Start

Run service cpl (start services.msc)
 -Goto "Windows Update" and press Stop, then set it manual or disable it

Goto Installed Applications
 -Uninstall Update Assistant

Reboot...
hero member
Activity: 1218
Merit: 534
February 04, 2018, 10:27:08 AM
#10
I tried everything. Editing the registry (regedit), changing the policies... Nothing helped.

I'm now using this one:
http://www.site2unblock.com/win-updates-disabler/

Updates stopped so far. Smiley
member
Activity: 154
Merit: 11
February 04, 2018, 08:38:39 AM
#9
any answer?

Run this script and say good bye to Auto Update  Smiley

Code:
@echo off

title Disable/Enable Windows 10 Automatic Updates
color 1f
:Begin UAC check and Auto-Elevate Permissions
:-------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo:
echo   Requesting Administrative Privileges...
echo   Press YES in UAC Prompt to Continue
echo:

    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
    pushd "%CD%"
    CD /D "%~dp0"
:--------------------------------------

:Check Windows Version
wmic os get version | find /i "10.">nul 2>nul
if %errorlevel% neq 0 GOTO :Not10

:Check the key:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate"|find /i "0x1">NUL 2>NUL
if %errorlevel% neq 0 GOTO :KEYOFF

:KEYON
echo ============================================================
echo Automatic Updates are currently disabled.
echo Would you like to re-enable them? (Y/N)
echo ============================================================
echo.
choice /c yn /n
If %ERRORLEVEL% NEQ 1 GOTO :QUIT

echo Attempting to shut down the Windows Update service if it's running
net stop wuauserv>NUL 2>NUL
echo.

Echo Changing Registry key
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /D 0 /T REG_DWORD /F>NUL 2>NUL
IF %ERRORLEVEL% NEQ 0 GOTO :ERROR
Echo.

Echo Automatic Updates have been enabled
Echo.
goto :QUIT


:KEYOFF
echo ============================================================
echo Automatic Updates are currently enabled.
echo Would you like to disable them? (Y/N)
echo ============================================================
echo.
choice /c yn /n
If %ERRORLEVEL% NEQ 1 GOTO :QUIT

echo Attempting to shut down the Windows Update service if it's running
net stop wuauserv>NUL 2>NUL
echo.

Echo Changing Registry key
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /D 1 /T REG_DWORD /F>NUL 2>NUL
IF %ERRORLEVEL% NEQ 0 GOTO :ERROR
Echo.

Echo Automatic Updates have been disabled
Echo.
goto :QUIT


:QUIT
echo ============================================================
echo Press any key to exit...
echo ============================================================
pause>NUL
goto :EOF

:ERROR
echo ============================================================
echo The script ran into an unexpected error setting reg key.
echo Press any key to exit...
echo ============================================================
pause>NUL
goto :EOF

:Not10
echo ============================================================
echo This script is only designed for Windows 10...
echo Press any key to exit...
echo ============================================================
pause>NUL
goto :EOF

Copy this code to notepad -> save as *.cmd -> run. Good luck man Smiley
sr. member
Activity: 728
Merit: 263
February 04, 2018, 08:15:45 AM
#8
any answer?
member
Activity: 317
Merit: 12
February 04, 2018, 08:07:03 AM
#7
there's a tool i use. 'destroy windows 10'. works well for blocking/disabling stuff. But don't know their reputation.
legendary
Activity: 2492
Merit: 1429
Payment Gateway Allows Recurring Payments
February 04, 2018, 07:47:08 AM
#6
I'm running Windows 10 v1709 with the latest updates on 3 rigs. Claymore and other miners are working fine. It may be Windows is updating your graphics driver. I disable drivers updates in Windows Update.

gpedit ==> Computer Configuration ==> Administrative Templates ==> Windows Components ==> Windows Update and set 'Do not include drivers with Windows Update' to enabled.

Or it is also possible by the following path:

Tap/Click the Start Button and search for system -> When System Properties opens up click/tap on Advanced system settings. -> Click/Tap on the Hardware tab (#1) and then click/tap Device Installation Settings -> Click/Tap on No, let me choose what to do to expand your other options. -> set "Never install driver software from windows update"
hero member
Activity: 1036
Merit: 606
February 04, 2018, 07:32:34 AM
#5
I'm running Windows 10 v1709 with the latest updates on 3 rigs. Claymore and other miners are working fine. It may be Windows is updating your graphics driver. I disable drivers updates in Windows Update.

gpedit ==> Computer Configuration ==> Administrative Templates ==> Windows Components ==> Windows Update and set 'Do not include drivers with Windows Update' to enabled.
sr. member
Activity: 462
Merit: 258
Small Time Miner, Rig Builder, Crypto Trader
February 04, 2018, 07:25:16 AM
#4
Stop Windows Update #DoubleCheck

In RUN type “services.msc“, the services page will be open

Search for “Windows Update“

Click “Stop” if status is “Live” or “Checking/Running“

Select “Disabled” on “Startup type“

Apply & Restart

Do it again and make sure that it is disabled

Also if you want you can disable more services..
sr. member
Activity: 462
Merit: 258
Small Time Miner, Rig Builder, Crypto Trader
February 04, 2018, 07:09:42 AM
#3
yeah there are ways, just gotta find them Tongue

recently ive been messing with the MSMG toolkit which can slim down the bloat stuff within a windows ISO, remove/add features, disable stuff, disable Cortana, disable updates etc, another good program to look at is win reducer ex100 x64bit, does some of the same things to a windows ISO but has a GUI instead of command line type txt.

I know this wont help ya now but for future it could be very helpful
sr. member
Activity: 1008
Merit: 297
Grow with community
February 04, 2018, 07:06:55 AM
#2
my windows 10 is updating itself. and claymore mining isnt working in new version. everytime it is updating i retruned back.

i am closing all updates. i tried to stop services.msc, gpedit.msc. but everytime it finds a way and is starting own by own. i couldnt stop to update it.

is there any way to hardstop it?

or
is there anyway to mining with new version

anyone has with this trouble?

try suggestions on these threads, though Gpedit should be able to do the job.

https://bitcointalksearch.org/topic/windows-10-updates-2282693

some useful information also here

http://1stminingrig.com/best-windows-setup-configuration-tweaks-for-mining/
sr. member
Activity: 728
Merit: 263
February 04, 2018, 04:36:37 AM
#1
my windows 10 is updating itself. and claymore mining isnt working in new version. everytime it is updating i retruned back.

i am closing all updates. i tried to stop services.msc, gpedit.msc. but everytime it finds a way and is starting own by own. i couldnt stop to update it.

is there any way to hardstop it?

or
is there anyway to mining with new version

anyone has with this trouble?
Pages:
Jump to: