this post was submitted on 23 Sep 2025
758 points (98.6% liked)
Microblog Memes
9290 readers
3416 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As someone who doesn't use microsoft stuff.. anyone here have an explanation? lol
For me, when I open an Excel file from our business partner, it will always open in protected view which limits the functions the document can do. I then have to tell it to open in regular view which closes the doc and reopens it, wasting my time.
But sometimes even doing that won't solve the problem. It will say I have to go into the doc's properties and mark it as "safe". That requires closing it yet again. Right clicking it in file explorer, and checking a box in the properties tab. Then I get to reopen it yet again.
And I have to do this nearly every single time. Fun stuff.
How can you know if a document is safe to open in this "regular view"?
Microsoft office documents not running in protected mode can run arbitrary code on your computer. Given VBA that arbitrary code can pretty much access anything any installed application can.
There's a load of Office malware written that can infect all the documents on your system with keyloggers and password scrapers.
It's a pain in the ass yeah, but it exists to mitigate a very real risk.
It doesn't mitigate anything when it pops every single time. Microsoft on its own has rendered scary messages useless with how often they use them.
Thamks :3.. I can see why that would be annoying lol
Microsoft managed to build a file format for spreadsheets, text documents and such, which can be used to run arbitrary code on the PC where it's opened (via VBA). In a move that no one could have predicted, this is used to distribute malware.
And their bandaid fix is this "Protected Mode", which is entered when you receive a document from another organization. In Protected Mode, it does not run VBA code until you exit it.
Unfortunately, their solution has conditioned users to basically always exit Protected Mode.
The annoying part is, they could check if the file even contains malicious code. But they don’t and instead default to protected mode, even for basic files.
It's probably spaghetti enough that just loading it to check would be exploitable.
So disable macros until enabled. But protected view won't even let you edit a text document.
Microsoft documents can contain macros (scripts). While there are legitimate uses for macros, bad actors can use them for malicious purposes.
Protected mode prevents the macros from running.