Quantcast
Channel: We know IE!
Viewing all 110 articles
Browse latest View live

Can I add the same website address to both local and trusted site zones?

$
0
0

Great question and the answer is No. You can have one URL(Same Exact) per Zone and if the Site already exist on another Zone, lets say you had it in the intranet zone and now wants to add it to the trusted site zone a warning should come up.

Here is a sample scenario you can test:

Add the https://domain.com site to the Local Intranet zone in IE.

Screenshot:

Now, try adding the same https://domain.com site to the Trusted Site Zone. A warning will come up.

The site you specified already exist in the local intranet zone. Would you like to move it to the Trusted site zone?

What if I used the Site To Zone Assignment List GPO to push this, what will happened? Same answer, No.

A warning will appear:

The name "http://domain.com" has already been specified. Make sure that you specify a unique value.


This blog has been provided by the Browser Support Team!


How to reset IE11 to default configuration via a script?

$
0
0

Here are some options to reset IE to default settings via a script or command line.


This is a command that will get the Default settings.

From Elevated command prompt type: (User interaction is needed to complete. The option to delete user personal setting will come up).

rundll32.exe inetcpl.cpl ResetIEtoDefaults

There is a PowerShell Script that will perform the same the above command line option. Visit the TechNet article here:

Reset all Internet Explorer setting to default using PowerShell.


VBScript Sample below. This will execute silently:

'IE Reset Automation
Set objAP = CreateObject("wscript.shell")
objAP.Run "rundll32.exe inetcpl.cpl ResetIEtoDefaults"
wscript.sleep 1000

objAP.AppActivate "Reset Internet Explorer Settings"
objAP.SendKeys "%r", True

wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"
wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"
wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"

This blog has been provided by the Browser Support Team!</h4

Is there a way to manage the About:Flags page in MS Edge?

$
0
0

Yes, there is a group policy you can use to help you manage the about:flags page in Microsoft Edge.
The Policy is available in both Computer and User Configuration administrative templates.

GPO Details:

Policy name: Prevent access to the about:flags page in Microsoft Edge
Category Path: User or Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge\
Supported On: Microsoft Edge on Windows 10, Version 1607 or later
Registry Key: HKCU\Software\Policies\Microsoft\MicrosoftEdge\Main
Value: PreventAccessToAboutFlagsInMicrosoftEdge
Admx file: MicrosoftEdge.admx

Explanation:

This policy settings lets you decide whether employees can access the about:flags page, which is used to change developer settings and to enable experimental features.

If you enable this policy setting, employees can´t access the about:flags page.
If you disable or don´t configure this setting, employees can access the about:flags page.

Detailed values:
Enabled Value: decimal: 1
Disabled Value: decimal: 0


REF:

This blog has been provided by the Browser Support Team!

How do I set the home page in Edge?

$
0
0

Here are a few ways you can configure MS Edge Start page.

MANUALY:

  • In Microsoft Edge, select More ... > Settings, and then scroll down to select View advanced settings.
  • Turn on Show the home button, select A specific page, type the URL of the home page you want, then select Save
  • Optional: To change what you see when you first open Microsoft Edge, select More ... > Settings, and then select the option you want under Open Microsoft Edge with.

Here is a good article on how you would setup a homepage in Microsoft Edge Change your home page


USING GROUP POLICY:

In order to allow users edit the start page, both of these policies will have to be configured.

Policy name: Configure Home pages

This policy setting lets you configure one or more Home pages. for domain-joined devices. Your employees won't be able to change this after you set it.

If you enable this setting, you can configure one or more Home pages. If this setting is enabled, you must also include URLs to the pages, separating multiple pages by using angle brackets in this format:

If you disable or don't configure this setting, your default Home page is the webpage specified in App settings.

Detailed values:

Id: HomePagesPrompt

ValueName: ProvisionedHomePages


Policy name: Disable lockdown of Start pages

This policy setting lets you disable the lock down of Start pages, letting users modify the Start pages when the "Configure Start pages" setting is in effect.

Note: This setting only applies when you´re using the "Configure Start pages" setting.

Important: This setting can only be used with domain-joined or MDM-enrolled devices. For more info, see the Microsoft browser extension policy (aka.ms/browserpolicy).

If you enable this setting, you can't lock down any Start pages that are configured using the "Configure Start pages" setting, which means that users can modify them.

If you disable or don't configure this setting, users can't change any Start pages configured using the "Configure Start pages" setting. The Start pages will remain locked down.

Detailed values: 

  • Enabled Value: decimal: 1
  • Disabled Value: decimal: 0

The Registry policy key may look like this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\MicrosoftEdge\Internet Settings]

"DisableLockdownOfStartPages"=dword:00000001

"ProvisionedHomePages"="<http://www.website.com>"


This blog has been provided by the Browser Support Team!

How to enable Blob-Downloads in IE through in Trusted Sites

$
0
0

This post covers the File Download IE setting, IE Zone settings and Saving files locally using Blob and msSaveBlob.

In case you want to limit the users to download files in the Internet zone, you can disable the "File Download" option in the Internet security zone.

By that, users are only able to download files from Local Intranet or from pages that are located in the Trusted Sites.

But there is a special case where the download will fail, although the originating site had been configured to Trusted Sites.

These cases had one common pattern: they were using a blob-download as described in the following article:

So taking the Example 1 from the above article, I added http://samples.msdn.microsoft.com to the Trusted Sites, but received the information that the file couldn't be downloaded:

But in case I add "blob" to the Trusted Sites in addition, the Blob-download starts working as the security context of the blob-Object is now explicitly set:

 

So taking back the content of the script which was used in the samples , here is the relevant part where the relationship to "Blob" gets exposed:

-- snip --

var blobObject = new Blob(["I scream. You scream. We all scream for ice cream."]);

window.navigator.msSaveBlob(blobObject, 'msSaveBlob_testFile.txt'); // The user only has the option of clicking

-- snip --

 

Note: In addition, Blob-Downloads from pages which are located in the Internet zone will still fail, as the file download is still disabled in that zone.


This blog has been provided by Heiko Mayer from our Browsers Support Team!

Troubleshoot Browser scenarios using Problem Step Recorder (PSR.EXE)

$
0
0

Hi there! In this blog post, we are sharing the PSR windows build-in tools you can use to help record scenarios that are not always easy to explain over the phone.

The Problem Steps Recorder (PSR.exe), was first shipped in Windows 7 (and above). This tool enables the collection of the actions performed by a user while using Windows. The Captured steps will include screenshots that are extremely helpful. The default location of PSR is under %windir%\system32\psr.exe and can be run from the CMD or RUN window.

The main benefit of using this tool is the amount of time saved while troubleshooting a windows scenario you been asked to assist with. As you can see, the PSR tool is very cool easy to use utility and highly used by Microsoft support while troubleshooting with end users.

Here is how you can start PSR

  • From Start / Run or CMD window type: psr.exe

  • PSR will open

  • To start, click on the Start Record
  • You can add comments as you step thru the reproduction of the scenario
  • Stop when reproduction is done.
  • Save the recording (Alt+ V)
  • Give it a friendly name. This will save it with the .zip file extension

NEXT: Extract the file and open the mht file. It may look something like this: Recording_20180417_1702.mht and it should open using IE.

The mht file, while opened in IE will allow you to do this:

  • Review the recorded steps
  • Review the recorded steps as a slide show
  • Review the additional details

This blog has been provided by the Browser Support Team!

Temporary Internet Files Setting Reference

$
0
0

This is an informational blog and intended to help you familiarized where is the Browser History / Setting  / Temporary  Internet files Tab configured in the registry. The Default configuration is set to Automatically to help optimize performance.

Reminder: We do not recommend changing from the Automatically default setting as it can impact your client or servers performance!


REGISTRY LOCATION

key : HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
value : SyncMode5
type : REG_DWORD


First option: Every time I visit the webpage
key : HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
value : SyncMode5
Data: 0x00000003


Second option: Every time I start Internet Explorer
key : HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
Name: SyncMode5
Type: REG_DWORD
Data: 0x00000002


Third option(Default): Automatically
key : HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
Name: SyncMode5
Type: REG_DWORD
Data: 0x00000004


Fourth option: Never
key : HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
Name: SyncMode5
Type: REG_DWORD
Never : 0x00000000


This blog has been provided by the Browser Support Team!

Collecting the Application and System Event logs

$
0
0

In this quick blog post, we are sharing steps you can follow to help gather the Application and System event logs that are often requested when troubleshooting Browsers related scenarios by our Browsers Support team. This can also be useful for other Windows related troubleshooting steps. The Batch file can be modify to meet your needs!

MANUAL STEPS

  1. Open eventvwr from run/search
  2. Expand Windows Logs
  3. Right click Application and select "save all events as..."
  4. Choose a meaningful name and save it as an evtx file

BATCH FILE

  1. Open Notepad.exe
  2. Copy the batch file on a new notepad file
  3. Save it as GetEventlogs.bat
  4. Run from an Elevated CMD window
:START
REM Requirement: Open with an Elevated Administrator CMD Window
@echo off
setlocal
set MSFTLOGS=%temp%\MSFTLOGS
if not exist %MSFTLOGS% (
mkdir %MSFTLOGS% 2>nul
)
echo "Hit Enter to collect Event logs"
@pause
@echo.
echo Gathering Event logs
copy %windir%\System32\winevt\Logs\Application.evtx %MSFTLOGS% /y
copy %windir%\System32\winevt\Logs\System.evtx %MSFTLOGS% /ySETLOCAL ENABLEDELAYEDEXPANSION
SET sourceDirPath=%MSFTLOGS%
IF [%2] EQU [] (
SET destinationDirPath="%USERPROFILE%\AppData\Local\Temp\MSFTLOGS"
) ELSE (
SET destinationDirPath="%2"
)
IF [%3] EQU [] (
SET destinationFileName="MSFT_logs.cab"
) ELSE (
SET destinationFileName="%3"
)
SET tempFilePath=%TEMP%\FilesToZip.txt
TYPE NUL > %tempFilePath%FOR /F "DELIMS=*" %%i IN ('DIR /B /S /A-D "%sourceDirPath%"') DO (SET filePath=%%i
SET dirPath=%%~dpi
SET dirPath=!dirPath:~0,-1!
SET dirPath=!dirPath:%sourceDirPath%=!
SET dirPath=!dirPath:%sourceDirPath%=!
ECHO .SET DestinationDir=!dirPath! >> %tempFilePath%
ECHO "!filePath!" >> %tempFilePath%
)

MAKECAB /D MaxDiskSize=0 /D CompressionType=MSZIP /D Cabinet=ON /D Compress=ON /D UniqueFiles=OFF /D DiskDirectoryTemplate=%destinationDirPath% /D CabinetNameTemplate=%destinationFileName%  /F %tempFilePath% > NUL 2>&1

echo click Continue to delete Event logs from the TEMP folder"
@pause
@echo.
del %temp%\MSFTLOGS\Application.evtx
del %temp%\MSFTLOGS\System.evtx

@echo.
echo Click enter to open the Temp logs file location...
start %temp%\MSFTLOGS
:END

This blog has been provided by the Browser Support Team!


How to implement a GPO to block an Add-on?

$
0
0

You can use the Add-on List GPO to help you manage Internet Explorer add-ons.

Available GPO for: Add-on List

GPO CONFIGURATION:

  1. Open GPEDIT.MSC
  2. Navigate to Computer Configuration\Policies\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management  or User Configuration\Policies\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management
  3. Open Add-on List, select Enable, select  Show
  4. On Show Contents, select Add.

Example:

For Value Name use Class ID {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} [In the example below, we are using the Adobe Acrobat GUID: {CA8A9780-280D-11CF-A24D-444553540000}] and for Value use 0

VALUE ADD INFORMATION:

  • 0 = The add-on is disabled, and users cannot manage the add-on from the user interface.
  • 1 = The add-on is enabled, and users cannot manage the add-on from the user interface.
  • 2 = The add-on is enabled, and users can manage the add-on from the user interface.

The Add-On List GPO Registry location (Example !)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext]
"ListBox_Support_CLSID"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID]
"{CA8A9780-280D-11CF-A24D-444553540000}"="0"

ARTICLES

ADDITIONAL INFORMATION ON SUPPRESSING THE NEW ADD-ON WARNING

If you want to suppress the NEW add-on warning "some add on are ready to use warning" two buttons "Enable" and "Don't enable". You could used the following registry key:

  • Type "regedit" in RUN or start search box and press "Enter." It'll open "Registry Editor."
  • Now go to following key:   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies
  • Create a new key under "Policies" key and set its name to "Ext."
  • Now select the new "Ext" key and in right-side pane, create a new DWORD "IgnoreFrameApprovalCheck" and set its value to 1
  • In case, you have 64-bit edition of Windows then you need to follow the same steps 3 and 4 for the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion
  • It will get disabled permanently

GPO: USER CONFIGURATION GPO or COMPUTER CONFIGURATION GPO

  • Type "gpedit.msc" in RUN or start search box and press "Enter." It'll open "Group Policy Editor."
  • Now go to: Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer
  • In right-side pane, double-click on "Automatically activate/enable newly installed add-ons" option and set it to "Enabled."
  • Now, the popup is permanently disabled in Internet Explorer.

Ho to mange this alert from IE “some add on are ready to use warning”

$
0
0

If you want to suppress the NEW add-on warning "some add on are ready to use warning" two buttons "Enable" and "Don't enable". You could used the following registry key:

  • Type "regedit" in RUN or start search box and press "Enter." It'll open "Registry Editor."
  • Now go to following key:   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies
  • Create a new key under "Policies" key and set its name to "Ext."
  • Now select the new "Ext" key and in right-side pane, create a new DWORD "IgnoreFrameApprovalCheck" and set its value to 1
  • In case, you have 64-bit edition of Windows then you need to follow the same steps 3 and 4 for the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion
  • It will get disabled permanently

GPO: USER CONFIGURATION GPO or COMPUTER CONFIGURATION GPO

  • Type "gpedit.msc" in RUN or start search box and press "Enter." It'll open "Group Policy Editor."
  • Now go to: Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer
  • In right-side pane, double-click on "Automatically activate/enable newly installed add-ons" option and set it to "Enabled."
  • Now, the popup is permanently disabled in Internet Explorer.
Viewing all 110 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>