KB5070960 introduces a security change: File Explorer automatically disables preview for files that are treated as coming from the Internet Zone (MotW or Internet Zone file shares). This is by design and affects network locations that Windows classifies as Internet Zone.
To restore preview pane functionality for files on a domain file server, the files or the share must no longer be treated as Internet Zone content. The supported ways to override this behavior are:
- Unblock individual downloaded files
For files that actually have Mark of the Web:- Right-click the file in File Explorer.
- Select Properties.
- On the General tab, select Unblock.
- Select OK. Note: The change might not take effect immediately but will be effective after the next sign-in.
- Treat the file server share as Local intranet or Trusted site
For files accessed over a share that is currently in the Internet Zone:- Open Internet Options (inetcpl.cpl) on the client.
- Go to the Security tab.
- Select Local intranet or Trusted sites.
- Select Sites and add the file share’s address (for example,
\\ServerNameor its FQDN) to that zone. After this, files from that share are no longer treated as Internet Zone, and File Explorer preview will work again.
Because the Internet Options UI is currently locked down by domain policy in this environment (grayed out, “Some settings are managed by your system administrator”), the effective fix is:
- Adjust the relevant domain Group Policy so that the file server’s UNC path or FQDN is added to Local intranet or Trusted sites for users, instead of leaving it in the Internet Zone. Once that policy is corrected and successfully applied (GPUpdate issue resolved), File Explorer will stop treating that share as Internet Zone and previews will be restored.
The GPUpdate failure and SYSVOL timeout indicate Group Policy is not applying correctly; until that is fixed, any registry-based or user-side changes that conflict with enforced zone mappings will not reliably override the security behavior.
Summary of required actions in this scenario:
- Fix Group Policy replication/permissions so that user policies apply successfully (resolve SYSVOL access timeout).
- In the domain GPO that manages Internet Explorer/Internet Options security zones, add the file server’s UNC/FQDN to Local intranet or Trusted sites and ensure it is not mapped to the Internet Zone.
- Allow that policy to apply to the affected users; after sign-out/sign-in, File Explorer preview should work again for files on that share.
References: