Category Archives : Uncategorized

Latest NTP Time Server Setup

Help for when root shows as Local CMOS

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org” /syncfromflags:manual /reliable:yes /update
w32tm /resync /rediscover /nowait
w32tm /config /reliable:yes

Disable the SMB signing requirement

https://techcommunity.microsoft.com/t5/storage-at-microsoft/smb-signing-and-guest-authentication/ba-p/3846679

Single Independent PC:
Set-SmbClientConfiguration -RequireSecuritySignature $false


Domain-based group policy (on IT-managed fleets):

Locate the security policy applying this setting to your Windows devices (you can use GPRESULT /H on a client to generate a resultant set of policy report to show which group policy is requiring SMB signing.
In GPMC.MSC, change the 
Computer Configuration > Policies > Windows Settings > Security Settings> Local Policies > Security Options.
Set Microsoft network client: Digitally sign communications (always) to Disabled.
Apply the updated policy to Windows devices needing guest access over SMB.

Adobe – Winget

winget install –id=Adobe.Acrobat.Reader.64-bit -e

winget install –id=Adobe.Acrobat.Reader.32-bit -e

« Previous PageNext Page »
Back to Top