On PC hosting the shares:
Elevated Command Prompt:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
Caused by windows updates KB4480970 and KB4480960
Source: Computer World
On PC hosting the shares:
Elevated Command Prompt:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
Caused by windows updates KB4480970 and KB4480960
Source: Computer World
C:\ProgramData\Adobe\Setup\{***}\
Run AcroRead
Once installed check for updates from within Adobe Reader again.
Source: Adobe Forums
CMD Prompt
diskpart
list disk
select disk n
list partition
select partition n
delete partition override
Regedit:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun set to 145 in decimal
Reboot
Source: Microsoft
Regedit:
Delete key
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2
or
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\
Reboot
Source: Conetrix
Boot PC using recovery cd.
Shift + F10 to open cmd prompt.
Navigate to boot drive.
icacls hiberfil.sys /grant everyone:f
attrib -h -s hiberfil.sys
del hiberfil.sys
Source: Superuser
C:\Windows\Logs\CBS
Delete all .log files
C:\Windows\Temp
Delete all cab_ files
Reboot PC.
Source: Microsoft Community
RSA length less that 1024 bits is blocked for security reasons.
Admin Command Prompt:
certutil -setreg chain\minRSAPubKeyBitLength 512
Change back after:
certutil -delreg chain\MinRsaPubKeyBitLength
Source: Oracle48
Stop Print Spooler service.
Delete contents of:
C:\WINDOWS\System32\spool\PRINTERS
Start Print Spooler service.
Source: Online Tech Tips