![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | PowerShell week magazine PDF http://www.microsoft.com/downloads/d...displaylang=en I think the Scripting Guys just crawl in to work in a few hours... Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to crash when trying to read the doc. Happens both with IE 6, IE 7, and Firefox 1.5.0.3. Marco |
My System Specs![]() |
| | #2 (permalink) |
| | RE: PowerShell week magazine PDF I had the same problems using browser plugins, but it works fine using Acrobat Reader. Try downloading it first using PowerShell: $url = 'http://download.microsoft.com/download/8/8/e/88e33c81-dc33-4bc6-ba34-f8011d303be2/PSWeekMagazine.pdf' $target = [System.IO.Path]::Combine($((get-location).providerpath), 'PSWeekMagazine.pdf' ) (new-object System.Net.WebClient).DownloadFile($url, $target) -- greetings dreeschkind "Marco Shaw" wrote: > http://www.microsoft.com/downloads/d...displaylang=en > > I think the Scripting Guys just crawl in to work in a few hours... > > Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to > crash when trying to read the doc. Happens both with IE 6, IE 7, and > Firefox 1.5.0.3. > > Marco > > > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: PowerShell week magazine PDF > Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to crash > when trying to read the doc. Happens both with IE 6, IE 7, and Firefox > 1.5.0.3. Yes , I've had this problem. For what I have understood it was because I'd just upgraded IE6 to IE7. What I've done is : in Adobe Reader, menu "?",click on "Detect and repair". I think I'd done a reboot after that. All seems to work fine since. Regards, -- Jean - JMST Belgium |
My System Specs![]() |
| | #4 (permalink) |
| | Re: PowerShell week magazine PDF I'm using Adobe 7.0.2, but _downloaded_ instead of opening from web, and it works fine. "Marco Shaw" <marco@Znbnet.nb.ca> wrote in message news:%234NigdaAHHA.1196@TK2MSFTNGP02.phx.gbl... > http://www.microsoft.com/downloads/d...displaylang=en > > I think the Scripting Guys just crawl in to work in a few hours... > > Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to > crash when trying to read the doc. Happens both with IE 6, IE 7, and > Firefox 1.5.0.3. > > Marco > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| "The String's the Thing" Windows PowerShell Tip of the Week | PowerShell | |||
| Is there a Windows Magazine?? | General Discussion | |||
| Downloading the PowerShell Week Magazine | PowerShell | |||
| [FYI] Windows PowerShell Week | PowerShell | |||
| PowerShell Week Webcasts Nov 6-10 | PowerShell | |||