Feature Request for downloads folder

crypticus

Well-Known Member
Messages
1,664
Reaction score
461
hello nuhi idk if it is possible but, can we have custom location set in ntlite for downloads folder? I always move my downloads folder to D: location since its hdd and bigger in size than my ssd.
 
ege914 Toolbar - File - Settings. the location is set is in the settings.xml file, 5th line down.
<UpdatesDir>[NTLITEDIR]\Updates</UpdatesDir>

View attachment 4672

Pinned.
 
Last edited by a moderator:
Hi
I think most users redirect downloads from within the browser settings if they want to have a different downloadfolder than the default %USERPROFILE%/downloads.
It's described here for the reg settings and after changing why not just export that reg and integrate in NTL Registry - User-default.
I don't think NTL can foreseen all the paths (HEX codes) users want to save downloads as the default downloadfolder look like this in reg:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"{374DE290-123F-4565-9164-39C4925E467B}"=hex(2):25,00,55,00,53,00,45,00,52,00,\
50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,44,00,6f,00,77,00,6e,\
00,6c,00,6f,00,61,00,64,00,73,00,00,00
 
Last edited:
Back
Top