Hi,
how to change the default download directory to a desired place? It always returns to „\dwhelper“ after a new configuration.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Can you come at the problem from a different direction? Linux has an 'ln' command that makes a symbolic or hard link between two directories allowing one to masquerade as the other. Does windows allow this?
-
No way to change it when you locate the xpi, unzip it and try to change parameters somewhere in "content" either? Had been often my last change for something like this.
-
The below command creates a symbolic, or “soft”, link at Link pointing to the file Target :
mklink Link Target
Use /D when you want to create a soft link pointing to a directory. like so:
mklink /D Link Target
Use /H when you want to create a hard link pointing to a file:
mklink /H Link Target
Use /J to create a hard link pointing to a directory, also known as a directory junction:
mklink /J Link Target -
Looks nice but what for? Physically the files will still be in the default directory, somewhere under "C:\". So if your system partition is too small to save a lot of GBs it won't be of much use to create a soft link.
-
For example, let’s say you have a program that needs its files at C:\Program. You’d really like to store this directory at D:\Stuff, but the program requires that its files be at C:\Program. You could move the original directory from C:\Program to D:\Stuff, and then create a symbolic link at C:\Program pointing to D:\Stuff. When you relaunch the program, it will try to access its directory at C:\Program. Windows will automatically redirect it to D:\Stuff, and everything will just work as if it were in C:\Program.
-
Do not look at 'dwhelper'. It is not necessary to change it.
Select the 'Downloader -> Browser' in the settings.
He will save to the directory for loading the browser.
Similar Threads
-
How can i download this video, which is splitted in "corrupt" m4s-files?
By gursteeend in forum Video Streaming DownloadingReplies: 3Last Post: 14th Nov 2022, 10:20 -
is it possible to download a video from "Universe" Android app?
By CloseAsDeath in forum Video Streaming DownloadingReplies: 7Last Post: 25th Jun 2021, 15:30 -
how to download video files with "mpd" (mpeg dash manifest)?
By nzhd in forum Video Streaming DownloadingReplies: 59Last Post: 17th Apr 2021, 05:26 -
Please help to download video files with "mpd"
By therain in forum Video Streaming DownloadingReplies: 6Last Post: 17th Nov 2019, 02:26 -
"Recover"/Convert/Download Local Silverlight files to video
By enzeru in forum Video Streaming DownloadingReplies: 6Last Post: 15th Jan 2018, 03:07