A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Macros in PowerPoint files downloaded from Google Drive are being blocked because Office treats them as coming from the Internet and applies Mark of the Web (ZoneId=3). Even if macro settings in PowerPoint are relaxed, files with this mark are still blocked by default.
Try these steps on a file that should be trusted:
- Remove “Mark of the Web” from the downloaded file
- Close PowerPoint.
- In File Explorer, right‑click the downloaded .pptm/.pptx file.
- Select Properties.
- On the General tab, if there is a Security section with an Unblock checkbox, select Unblock.
- Click Apply and OK.
- Reopen the file in PowerPoint and test the macros.
- If there is no “Unblock” checkbox
For some locations (for example, certain network shares), the Unblock option may not appear or may have no effect if the location is treated as Internet zone. In that case, move the file to a local folder (like Documents or Desktop) and check Properties again for the Unblock checkbox. If still needed, an admin can also remove the ZoneId using the PowerShell
Unblock-Filecmdlet, which is equivalent to using the Unblock checkbox. - Use trusted locations/zones for centrally stored files
If files are opened directly from a shared location (for example, a network share or a web location used by the school), macros will be blocked unless that location is in Trusted sites or Local intranet zone. An administrator can:
- Open Control Panel > Internet Options > Security.
- Add the file server, share FQDN, or IP address to Trusted sites or Local intranet.
- Optionally use Group Policy “Site to Zone Assignment List” to push these settings to all devices.
- Check organization macro policies
If a school or organization manages the device, Group Policy may enforce:
- Block macros from running in Office files from the Internet (recommended baseline), or
- VBA Macro Notification Settings that disable macros or only allow signed macros.
- Enable VBA Macro Notification Settings.
- Set to Disable all except digitally signed macros and require macros to be signed by a trusted publisher.
- Files from cloud storage (including Google Drive) When files are downloaded via a browser, the Windows Internet security zone configuration determines whether Mark of the Web is applied. If the browser treats the source as Internet zone, the file gets ZoneId=3 and macros are blocked until the mark is removed (step 1) or the location is treated as Trusted/Local intranet by policy.
If, after unblocking the file, macros are still blocked, the most likely cause is an organization‑level macro policy that only an admin can change.
References: