Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

After a number of decimal places, nobody gives a damn.


computers / alt.comp.os.windows-10 / Re: manually rigger M$ Updates?

SubjectAuthor
* manually rigger M$ Updates?T
+* Re: manually rigger M$ Updates?T
|+* Re: manually rigger M$ Updates?Paul
||`- Re: manually rigger M$ Updates?T
|`* Re: manually rigger M$ Updates?Bill Bradshaw
| `- Re: manually rigger M$ Updates?T
`* Re: manually rigger M$ Updates?Zaidy036
 `- Re: manually rigger M$ Updates?T

1
manually rigger M$ Updates?

<sq3r8m$r9c$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56667&group=alt.comp.os.windows-10#56667

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10
Subject: manually rigger M$ Updates?
Date: Thu, 23 Dec 2021 23:01:41 -0800
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <sq3r8m$r9c$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 24 Dec 2021 07:01:42 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="0ea29eaeaf4fe49df9567c3a6058299b";
logging-data="27948"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LaIbrMA+DJbM39hC7WJ8ZcCacs+Z7ufQ="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.0
Cancel-Lock: sha1:DNcz0M57a8hBBpGPKPdCkIAVhdc=
Content-Language: en-DE
 by: T - Fri, 24 Dec 2021 07:01 UTC

Hi All,

After disabling the M$ UpdateService, is there a way
for me to set a task to make the stinker run the
updates at the time that is best for the customer?

I have a customer that needs them done at 03:00. The
forced reboot in the night is killing them. They
want it to go off not after 17:00 but after 03:00.
That way the downtime of not having their programs
off line (they require a password to start up)
will be minimized.

-T

Re: manually rigger M$ Updates?

<sq4c10$lpj$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56673&group=alt.comp.os.windows-10#56673

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 03:47:43 -0800
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <sq4c10$lpj$1@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Fri, 24 Dec 2021 11:47:44 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="0ea29eaeaf4fe49df9567c3a6058299b";
logging-data="22323"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18pHXiraCj38CsFxUPqqYmzR+ok8QMroIQ="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.0
Cancel-Lock: sha1:utZ7yTHhB+AWQYg6d0VoP43L9Og=
In-Reply-To: <sq3r8m$r9c$1@dont-email.me>
Content-Language: en-DE
 by: T - Fri, 24 Dec 2021 11:47 UTC

On 12/23/21 23:01, T wrote:
> Hi All,
>
> After disabling the M$ UpdateService, is there a way
> for me to set a task to make the stinker run the
> updates at the time that is best for the customer?
>
> I have a customer that needs them done at 03:00.  The
> forced reboot in the night is killing them.  They
> want it to go off not after 17:00 but after 03:00.
> That way the downtime of not having their programs
> off line (they require a password to start up)
> will be minimized.
>
> -T
>

This is what I have so far. It has to be run
from an administrator's cmd shell, which I will
configure in Task Scheduler under General
Security Options.

<MsUpdateAndReboot.bat>
rem echo off
rem run a forced M$ Update and rebboot
rem References:
rem https://www.itechtics.com/run-windows-update-cmd/
rem
https://stackoverflow.com/questions/2768125/start-a-disabled-windows-service
rem
https://www.tenforums.com/tutorials/4499-start-stop-disable-services-windows-10-a.html
rem
https://bobr.pw/en/it/windows/wuauclt-exe-keys-command-line-parameters
rem
https://superuser.com/questions/690287/command-prompt-in-administrator-mode-doesnt-see-mapped-drives
rem net use K: \\rn6\CDs
sc.exe config wuauserv start= demand
net start wuauserv
wuauclt /detectnow /updatenow
net stop wuauserv
sc.exe config wuauserv start= disabled
rem shutdown /r /f /t 00
</MsUpdateAndReboot.bat>

Problem: I can not tell if
wuauclt /detectnow /updatenow
is actually doing anything. I have tried this scirpt in
both W10 and W11, Unfortunately both W10 and W11
are up to date

Re: manually rigger M$ Updates?

<sq4i1p$qbp$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56679&group=alt.comp.os.windows-10#56679

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@needed.invalid (Paul)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 08:29:47 -0500
Organization: A noiseless patient Spider
Lines: 64
Message-ID: <sq4i1p$qbp$1@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me> <sq4c10$lpj$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 24 Dec 2021 13:30:34 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="656b2be1c8e0f20c190d5c6062b20251";
logging-data="27001"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19VG7ltmkR6+QWYwPnU6VIk6DvJGqR2FA4="
User-Agent: Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock: sha1:IB8q9w6BukQbirpkD0FvTV+2wEg=
In-Reply-To: <sq4c10$lpj$1@dont-email.me>
Content-Language: en-US
 by: Paul - Fri, 24 Dec 2021 13:29 UTC

On 12/24/2021 6:47 AM, T wrote:
> On 12/23/21 23:01, T wrote:
>> Hi All,
>>
>> After disabling the M$ UpdateService, is there a way
>> for me to set a task to make the stinker run the
>> updates at the time that is best for the customer?
>>
>> I have a customer that needs them done at 03:00.  The
>> forced reboot in the night is killing them.  They
>> want it to go off not after 17:00 but after 03:00.
>> That way the downtime of not having their programs
>> off line (they require a password to start up)
>> will be minimized.
>>
>> -T
>>
>
>
> This is what I have so far.  It has to be run
> from an administrator's cmd shell, which I will
> configure in Task Scheduler under General
> Security Options.
>
>
> <MsUpdateAndReboot.bat>
> rem echo off
>
> rem run a forced M$ Update and rebboot
>
> rem References:
> rem    https://www.itechtics.com/run-windows-update-cmd/
> rem https://stackoverflow.com/questions/2768125/start-a-disabled-windows-service
> rem https://www.tenforums.com/tutorials/4499-start-stop-disable-services-windows-10-a.html
> rem https://bobr.pw/en/it/windows/wuauclt-exe-keys-command-line-parameters
> rem https://superuser.com/questions/690287/command-prompt-in-administrator-mode-doesnt-see-mapped-drives
> rem       net use K: \\rn6\CDs
>
> sc.exe config wuauserv start= demand
> net start wuauserv
> wuauclt /detectnow /updatenow
> net stop wuauserv
> sc.exe config wuauserv start= disabled
> rem shutdown /r /f /t 00
> </MsUpdateAndReboot.bat>
>
>
> Problem: I can not tell if
>      wuauclt /detectnow /updatenow
> is actually doing anything.  I have tried this scirpt in
> both W10 and W11,  Unfortunately both W10 and W11
> are up to date

If I were you, I'd single step that script
up to that point and manually give the command.

It's quite possible your syntax is for a previous version.

I just can't see Microsoft offering options like
that in the year 2021.

Paul

Re: manually rigger M$ Updates?

<sq4v68$ddd$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56691&group=alt.comp.os.windows-10#56691

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: Zaidy...@air.isp.spam (Zaidy036)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 12:14:48 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <sq4v68$ddd$1@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 24 Dec 2021 17:14:49 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f78713c47962b4f1f5e49b3ae425ebd4";
logging-data="13741"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+3T/u9qsI1kTkAs9N6elHfp125XNRemCo="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Cancel-Lock: sha1:9rrhygSApKsCxdg5patDTKr+zy4=
In-Reply-To: <sq3r8m$r9c$1@dont-email.me>
Content-Language: en-US
 by: Zaidy036 - Fri, 24 Dec 2021 17:14 UTC

On 12/24/2021 2:01 AM, T wrote:
> Hi All,
>
> After disabling the M$ UpdateService, is there a way
> for me to set a task to make the stinker run the
> updates at the time that is best for the customer?
>
> I have a customer that needs them done at 03:00.  The
> forced reboot in the night is killing them.  They
> want it to go off not after 17:00 but after 03:00.
> That way the downtime of not having their programs
> off line (they require a password to start up)
> will be minimized.
>
> -T
>

Run by batch including PTFBpro <https://www.ptfbpro.com/> which can
trigger on window opening with specific contents like "Boot Required".

Re: manually rigger M$ Updates?

<j2meg0Fc9ljU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56695&group=alt.comp.os.windows-10#56695

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: brads...@gci.net (Bill Bradshaw)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 08:31:41 -0900
Lines: 63
Message-ID: <j2meg0Fc9ljU1@mid.individual.net>
References: <sq3r8m$r9c$1@dont-email.me> <sq4c10$lpj$1@dont-email.me>
X-Trace: individual.net XLfhBcm1VbEJKX1vYAKNWQe0alaE5PvIpeW7W26VA+TLxjMEk=
Cancel-Lock: sha1:DnUpMH11DO12QRYQjIts+mU9LtA=
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5931
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
 by: Bill Bradshaw - Fri, 24 Dec 2021 17:31 UTC

T wrote:
> On 12/23/21 23:01, T wrote:
>> Hi All,
>>
>> After disabling the M$ UpdateService, is there a way
>> for me to set a task to make the stinker run the
>> updates at the time that is best for the customer?
>>
>> I have a customer that needs them done at 03:00. The
>> forced reboot in the night is killing them. They
>> want it to go off not after 17:00 but after 03:00.
>> That way the downtime of not having their programs
>> off line (they require a password to start up)
>> will be minimized.
>>
>> -T
>>
>
>
> This is what I have so far. It has to be run
> from an administrator's cmd shell, which I will
> configure in Task Scheduler under General
> Security Options.
>
>
> <MsUpdateAndReboot.bat>
> rem echo off
>
> rem run a forced M$ Update and rebboot
>
> rem References:
> rem https://www.itechtics.com/run-windows-update-cmd/
> rem
> https://stackoverflow.com/questions/2768125/start-a-disabled-windows-service
> rem
> https://www.tenforums.com/tutorials/4499-start-stop-disable-services-windows-10-a.html
> rem
> https://bobr.pw/en/it/windows/wuauclt-exe-keys-command-line-parameters
> rem
> https://superuser.com/questions/690287/command-prompt-in-administrator-mode-doesnt-see-mapped-drives
> rem net use K: \\rn6\CDs
>
> sc.exe config wuauserv start= demand
> net start wuauserv
> wuauclt /detectnow /updatenow
> net stop wuauserv
> sc.exe config wuauserv start= disabled
> rem shutdown /r /f /t 00
> </MsUpdateAndReboot.bat>
>
>
> Problem: I can not tell if
> wuauclt /detectnow /updatenow
> is actually doing anything. I have tried this scirpt in
> both W10 and W11, Unfortunately both W10 and W11
> are up to date

How about running a program such as NetWorx that measures internet usage and
see if after you run your bat it records any network activity.

<Bill>

Re: manually rigger M$ Updates?

<sq5q7s$4vo$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56701&group=alt.comp.os.windows-10#56701

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 16:56:28 -0800
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <sq5q7s$4vo$1@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me> <sq4c10$lpj$1@dont-email.me>
<sq4i1p$qbp$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Sat, 25 Dec 2021 00:56:29 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="1ce6f7f19813ac92d2ae63744ebf9429";
logging-data="5112"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1891C8jPS5CG8Ctr5H2njVbrlJAG8BAJlI="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.0
Cancel-Lock: sha1:zaM77tc5MbTGOq/gGjod038rJo8=
In-Reply-To: <sq4i1p$qbp$1@dont-email.me>
Content-Language: en-DE
 by: T - Sat, 25 Dec 2021 00:56 UTC

On 12/24/21 05:29, Paul wrote:
> On 12/24/2021 6:47 AM, T wrote:
>> On 12/23/21 23:01, T wrote:
>>> Hi All,
>>>
>>> After disabling the M$ UpdateService, is there a way
>>> for me to set a task to make the stinker run the
>>> updates at the time that is best for the customer?
>>>
>>> I have a customer that needs them done at 03:00.  The
>>> forced reboot in the night is killing them.  They
>>> want it to go off not after 17:00 but after 03:00.
>>> That way the downtime of not having their programs
>>> off line (they require a password to start up)
>>> will be minimized.
>>>
>>> -T
>>>
>>
>>
>> This is what I have so far.  It has to be run
>> from an administrator's cmd shell, which I will
>> configure in Task Scheduler under General
>> Security Options.
>>
>>
>> <MsUpdateAndReboot.bat>
>> rem echo off
>>
>> rem run a forced M$ Update and rebboot
>>
>> rem References:
>> rem    https://www.itechtics.com/run-windows-update-cmd/
>> rem
>> https://stackoverflow.com/questions/2768125/start-a-disabled-windows-service
>>
>> rem
>> https://www.tenforums.com/tutorials/4499-start-stop-disable-services-windows-10-a.html
>>
>> rem
>> https://bobr.pw/en/it/windows/wuauclt-exe-keys-command-line-parameters
>> rem
>> https://superuser.com/questions/690287/command-prompt-in-administrator-mode-doesnt-see-mapped-drives
>>
>> rem       net use K: \\rn6\CDs
>>
>> sc.exe config wuauserv start= demand
>> net start wuauserv
>> wuauclt /detectnow /updatenow
>> net stop wuauserv
>> sc.exe config wuauserv start= disabled
>> rem shutdown /r /f /t 00
>> </MsUpdateAndReboot.bat>
>>
>>
>> Problem: I can not tell if
>>       wuauclt /detectnow /updatenow
>> is actually doing anything.  I have tried this scirpt in
>> both W10 and W11,  Unfortunately both W10 and W11
>> are up to date
>
> If I were you, I'd single step that script
> up to that point and manually give the command.
>
> It's quite possible your syntax is for a previous version.
>
> I just can't see Microsoft offering options like
> that in the year 2021.
>
>    Paul
>
>
I did the commands one at a time manually.
wuauclt is an odd duck. You an put anything on
the command line and it dust returns. No error,
no nothing. /ldfiowdm, /?, --help, still nothing.

Re: manually rigger M$ Updates?

<sq5q9q$4vo$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56702&group=alt.comp.os.windows-10#56702

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 16:57:30 -0800
Organization: A noiseless patient Spider
Lines: 69
Message-ID: <sq5q9q$4vo$2@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me> <sq4c10$lpj$1@dont-email.me>
<j2meg0Fc9ljU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 25 Dec 2021 00:57:31 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="1ce6f7f19813ac92d2ae63744ebf9429";
logging-data="5112"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19VYYoLFauDEkpeaj9pKFJX0jW5e7D0kJ8="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.0
Cancel-Lock: sha1:aeMHDCvnruSveKO/FvmHS/XhjNk=
In-Reply-To: <j2meg0Fc9ljU1@mid.individual.net>
Content-Language: en-DE
 by: T - Sat, 25 Dec 2021 00:57 UTC

On 12/24/21 09:31, Bill Bradshaw wrote:
> T wrote:
>> On 12/23/21 23:01, T wrote:
>>> Hi All,
>>>
>>> After disabling the M$ UpdateService, is there a way
>>> for me to set a task to make the stinker run the
>>> updates at the time that is best for the customer?
>>>
>>> I have a customer that needs them done at 03:00. The
>>> forced reboot in the night is killing them. They
>>> want it to go off not after 17:00 but after 03:00.
>>> That way the downtime of not having their programs
>>> off line (they require a password to start up)
>>> will be minimized.
>>>
>>> -T
>>>
>>
>>
>> This is what I have so far. It has to be run
>> from an administrator's cmd shell, which I will
>> configure in Task Scheduler under General
>> Security Options.
>>
>>
>> <MsUpdateAndReboot.bat>
>> rem echo off
>>
>> rem run a forced M$ Update and rebboot
>>
>> rem References:
>> rem https://www.itechtics.com/run-windows-update-cmd/
>> rem
>> https://stackoverflow.com/questions/2768125/start-a-disabled-windows-service
>> rem
>> https://www.tenforums.com/tutorials/4499-start-stop-disable-services-windows-10-a.html
>> rem
>> https://bobr.pw/en/it/windows/wuauclt-exe-keys-command-line-parameters
>> rem
>> https://superuser.com/questions/690287/command-prompt-in-administrator-mode-doesnt-see-mapped-drives
>> rem net use K: \\rn6\CDs
>>
>> sc.exe config wuauserv start= demand
>> net start wuauserv
>> wuauclt /detectnow /updatenow
>> net stop wuauserv
>> sc.exe config wuauserv start= disabled
>> rem shutdown /r /f /t 00
>> </MsUpdateAndReboot.bat>
>>
>>
>> Problem: I can not tell if
>> wuauclt /detectnow /updatenow
>> is actually doing anything. I have tried this scirpt in
>> both W10 and W11, Unfortunately both W10 and W11
>> are up to date
>
> How about running a program such as NetWorx that measures internet usage and
> see if after you run your bat it records any network activity.
>
> <Bill>
>
>

That sound like it is promising. And useful for other
things too!

:-)

Re: manually rigger M$ Updates?

<sq5qbt$4vo$3@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=56703&group=alt.comp.os.windows-10#56703

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10
Subject: Re: manually rigger M$ Updates?
Date: Fri, 24 Dec 2021 16:58:37 -0800
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <sq5qbt$4vo$3@dont-email.me>
References: <sq3r8m$r9c$1@dont-email.me> <sq4v68$ddd$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Sat, 25 Dec 2021 00:58:37 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="1ce6f7f19813ac92d2ae63744ebf9429";
logging-data="5112"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19lQtbaWiIqQAK/B1dzuMof+jY+siYHR+Q="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.0
Cancel-Lock: sha1:vhNtBvaEmBSzhL0BjnoY9INRw+0=
In-Reply-To: <sq4v68$ddd$1@dont-email.me>
Content-Language: en-DE
 by: T - Sat, 25 Dec 2021 00:58 UTC

On 12/24/21 09:14, Zaidy036 wrote:
> On 12/24/2021 2:01 AM, T wrote:
>> Hi All,
>>
>> After disabling the M$ UpdateService, is there a way
>> for me to set a task to make the stinker run the
>> updates at the time that is best for the customer?
>>
>> I have a customer that needs them done at 03:00.  The
>> forced reboot in the night is killing them.  They
>> want it to go off not after 17:00 but after 03:00.
>> That way the downtime of not having their programs
>> off line (they require a password to start up)
>> will be minimized.
>>
>> -T
>>
>
> Run by batch including PTFBpro <https://www.ptfbpro.com/> which can
> trigger on window opening with specific contents like "Boot Required".
That sounds like i has a lot of uses! Thank you!

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor