How can I download software without using Microsoft's "Secure Download Manager" (SDM)?
I am trying to download software from the "Microsoft Imagine" education software website, but I've checked out multiple products at once, and now they want me to use a special program to download them.
They only give me a .sdx
file and a link to a program (named "Secure Download Manager") which can open it.
How can I avoid using this program?
Answer
- Open the file using your favorite text editor.
- Open a new tab in some browser (I'm using Chrome).
- Paste
view-source:
into the address bar. - Go to your text editor of choice and copy the one and only line in the
.sdx
file. - Paste the copied text (from the file) right behind the text already in the browsers address bar (
view-source:
) and hit enter (append the URL). - In the browser, press Ctrl + F and enter the name of your download (eg. "Visio").
- Look for a result inside of an
HTML tag.
- You should have the result highlighted inside text looking something like this:
http://dl.msdn.com/db/de_visio_pr
- Copy all the text between the quotation marks(
"
) after the textFileURL=
and copy it. - Paste it in your prefered text editor and do a replace-all (usually Ctrl + H), replacing all
&
with&
, leaving only the&
in the URL behind. - Copy and paste the text back into the browser.
- Hit enter and wait for the download.
No comments:
Post a Comment