Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Allow Pop-up in internet explorer thru PS?

Closed Thread
 
Thread Tools Display Modes
Old 10-09-2007   #1 (permalink)
Nikhil R. Bhandari
Guest


 

Allow Pop-up in internet explorer thru PS?

Hi,

I want to allow pop-up for a particular site in internet explorer. I want to
do it without opening IE.

So I think it can be possible with PowerShell. But i couldn't find a method
in InternetExplorer object

$ie=new-object -com internetexplorer.application

So is it possible to do in PowerShell?


Old 10-09-2007   #2 (permalink)
Jeff
Guest


 

Re: Allow Pop-up in internet explorer thru PS?

On Oct 10, 7:55 am, "Nikhil R. Bhandari" <nikhilbhand...@xxxxxx>
wrote:
Quote:

> Hi,
>
> I want to allow pop-up for a particular site in internet explorer. I want to
> do it without opening IE.
>
> So I think it can be possible with PowerShell. But i couldn't find a method
> in InternetExplorer object
>
> $ie=new-object -com internetexplorer.application
>
> So is it possible to do in PowerShell?
You don't need the Internet Explorer object; the pop-up blocker
settings are in the registry. This should do the trick:

PSH$ Set-Location "hkcu:\Software\Microsoft\Internet Explorer"
PSH$ Set-Location "New Windows\Allow"
PSH$ New-ItemProperty -Path . -Name "popupland.com" -Type Binary

Jeff

Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista Internet Explorer/Windows Explorer shortcut problem mgraham1964 Vista General 0 1 Week Ago 12:34 PM
Internet Explorer cannot open the Internet site perkinshershel Network & Internet 3 06-28-2008 09:35 PM
internet explorer cannot open the internet site helenmag Vista General 3 12-25-2007 12:56 PM
Internet Explorer Temporary Internet Files Settings Brink Tutorials 0 09-23-2007 04:52 PM
Can open URL in Windows Explorer, but not Internet Explorer JSCS Vista General 7 06-20-2007 03:56 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50