Questions tagged [protected-mode]
14 questions
12
votes
2 answers
Why is printing disabled in protected view in Microsoft Office?
Microsoft Office has a Protected View feature which is supposed to reduce the risks of opening documents/files from the internet that may be unsafe. However, why is printing disabled as well? Is it because if the printer is a network printer malware…
TheRyan722
- 305
7
votes
5 answers
Protecting a cell, but allowing the drop down list to work
I want to protect a cell that I have a drop down list in, but I still want the drop down list to work.
When I try to protect it, the user is not able to use the drop down list to select other items or macros.
I get this error message
"The cell or…
johnnnieyy
- 71
6
votes
4 answers
How to disable Protected Mode in Internet Explorer 9?
I need to disable Protected Mode for the Local Intranet in Internet Explorer 9. So I go into Wrench/Internet Options/Security Tab/click on Local Intranet.
The Enable Protected Mode checkbox is grayed out and is checked. On the bottom it states…
AngryHacker
- 19,327
5
votes
1 answer
Swaping, Paging, Segmentation, and Virtual memory on x86 PM architecture
Well, this may seem a common or already asked question but after searching various books, online tutorials and even here on SU, I am still puzzled at how these four beasts work together on a x86 protected mode system.
What is the correct terminology…
jacks
- 181
4
votes
2 answers
Edit spreadsheet object in Word document with protection
I am trying to create a template in Word to be used on a SharePoint site. Using Word 2003, is there a way to enable protection on a document that has an Excel Spreadsheet (97-2003) object on it but allow the spreadsheet object to be edited?
When I…
Devin Burke
- 105
3
votes
2 answers
IE9 freezes with Protected Mode enabled
After a disk failure and a new build of Win7, IE9 locks up on most web pages including Bing. Running it as Admin works, and turning off Protected Mode also works. Neither of these was necessary prior to the rebuild and examination of colleagues'…
Peter Wone
- 149
2
votes
2 answers
Memory management (segmentation and paging) in 80286 and 80386: How does it work?
I found lots of Web sites and books explaining how memory management worked on the 8086 and later x86 CPUs in Real Mode. I understand, I think, how two 16 bit values, segment address and offset are combined to get a linear 20 bit physical address…
Andrew J. Brehm
- 5,342
2
votes
0 answers
How to start a service as Protected Process Light (PPL)?
I'm making a service. I use .NET Framework.
I want to start the service as a protected process light. I want to make it so unprotected processes can't inject DLLs, terminate, suspend, resume, or any kind of control to my process. I created a DWORD…
Wolf20482
- 179
1
vote
0 answers
Microsoft Word protected view displays wrong formatting
Why when opening a document in Microsoft Word's Protected view are the formattings wrong? Namely i have a text box that is out of place when viewed in protected mode.
I'm starting to think I posted this on the wrong site...
mathgenius
- 209
1
vote
2 answers
How do I automatically hide the Protected View infobar in Adobe Reader?
I've configured Adobe Reader XI to use Protected Mode for all files in Preferences -> Security (Enhanced), but this pops up a yellow "Protected View" infobar every time I open a PDF, even if I'm opening the same PDF again. The infobar…
Ivan
- 1,137
1
vote
2 answers
Why does BIOS enable protected mode?
I was doing mit6.828 labs, and I'm quite curious about why BIOS would enable protected mode and then disable it (as bootloader should start in real mode)?
slow_mohammud
- 11
- 1
1
vote
1 answer
Excel 2013: Exit Protected View (not disable)?
I found lots on the internet about how to disable protected view. I don't want to disable it. I want it to still apply by default. But the the current file that is opened in Protected View, I want to exit Protected View. Is there any way to do …
user2153235
- 1,543
0
votes
1 answer
Why doesn't disabling IE's 'Protected Mode' enable the dragging-and-dropping of addresses from the IE address bar into Notepad
IE's Protected Mode prevents one dragging the address from the IE address bar into other applications (for example Notepad). There's an informative article on MSDN about Allowing Drag and Drop Operations in your Application. If I uncheck Enable…
dumbledad
- 1,116
0
votes
1 answer
How to disable Protected Mode in Internet Explorer 7?
The server has some options disabled and I need to enable it on 1 PC via 3rd party software or registry hack. How can I verify that it's disabled?
I am an IT Administrator so I can't disable the policy for all users
Cocoa Dev
- 185