Can’t Access Network Share – Jan 2019 – Windows 7 / Server 2008R2 / SBS2011

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

Adobe Acrobat Reader DC update fails – a newer version is already installed

C:\ProgramData\Adobe\Setup\{***}\

Run AcroRead

Once installed check for updates from within Adobe Reader again.

Source: Adobe Forums

Internet explorer won’t save passwords after domain migration

Regedit:

Delete key
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2
or
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\

Reboot

Source: Conetrix

Remove hiberfil.sys on unbootable PC via cmd prompt using recovery media

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

Internet Explorer There is a problem with this website’s security certificate Continue option missing

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

Forcefully clear print queue

Stop Print Spooler service.

Delete contents of:
C:\WINDOWS\System32\spool\PRINTERS

Start Print Spooler service.

Source: Online Tech Tips