Change viber for windows downdload location from
Is it possible to change the location of viber download location in windows?! Default is set to <users><current-user>DocumentsViberDownloads
For ubuntu I found that it can be done as said in https://askubuntu.com/questions/558599/how-to-change-the-location-of-viber-downloads-folder
For windows I found a sqlite db file and open it, but the default folder not set in there !
windows viber
add a comment |
Is it possible to change the location of viber download location in windows?! Default is set to <users><current-user>DocumentsViberDownloads
For ubuntu I found that it can be done as said in https://askubuntu.com/questions/558599/how-to-change-the-location-of-viber-downloads-folder
For windows I found a sqlite db file and open it, but the default folder not set in there !
windows viber
add a comment |
Is it possible to change the location of viber download location in windows?! Default is set to <users><current-user>DocumentsViberDownloads
For ubuntu I found that it can be done as said in https://askubuntu.com/questions/558599/how-to-change-the-location-of-viber-downloads-folder
For windows I found a sqlite db file and open it, but the default folder not set in there !
windows viber
Is it possible to change the location of viber download location in windows?! Default is set to <users><current-user>DocumentsViberDownloads
For ubuntu I found that it can be done as said in https://askubuntu.com/questions/558599/how-to-change-the-location-of-viber-downloads-folder
For windows I found a sqlite db file and open it, but the default folder not set in there !
windows viber
windows viber
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Apr 5 '15 at 12:58
Alireza Fattahi
123128
123128
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
This might be a bit late, but I found I way to do this...
Close
Viber.exe
(you know, right-click on viber icon in tray and exit :) )Go to the settings folder of viber
c:Users<user-name>AppDataRoamingViberPC<your_number>
note: This is the folder with the Viber Settings (there is another one ...AppDataLocalViber
- this is Viber's install folder
Locate the
viber.db
fileOpen it with SqLite and open the
Settings
table
Change the
DownloadFolder
in the database - like on this picture
note: For some reason, when you right-click on an image and select open in folder
, the folder doesn't show up in explorer, but you can left-click on the image (view it) and you can open the folder from your photo viewer.
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's noViberPC
under<user-name>AppDataRoaming
anymore.
– AnT
Dec 5 at 18:18
add a comment |
It used to work this way, but nowdays there is no "DownloadFolder" setting.
Do not help if I add it,
Viber downloads path is still %Mydocuments%viberdonload
add a comment |
Why not replace the deeply hidden Viber media downloads folder with a symlink.
Move the downloads folder to wherever you want and then link it to the old location.
In Windows (Vista+) that would be
mklink /d [your_new_path] %userprofile%ViberDownloads
Works like charm.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f898056%2fchange-viber-for-windows-downdload-location-from%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This might be a bit late, but I found I way to do this...
Close
Viber.exe
(you know, right-click on viber icon in tray and exit :) )Go to the settings folder of viber
c:Users<user-name>AppDataRoamingViberPC<your_number>
note: This is the folder with the Viber Settings (there is another one ...AppDataLocalViber
- this is Viber's install folder
Locate the
viber.db
fileOpen it with SqLite and open the
Settings
table
Change the
DownloadFolder
in the database - like on this picture
note: For some reason, when you right-click on an image and select open in folder
, the folder doesn't show up in explorer, but you can left-click on the image (view it) and you can open the folder from your photo viewer.
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's noViberPC
under<user-name>AppDataRoaming
anymore.
– AnT
Dec 5 at 18:18
add a comment |
This might be a bit late, but I found I way to do this...
Close
Viber.exe
(you know, right-click on viber icon in tray and exit :) )Go to the settings folder of viber
c:Users<user-name>AppDataRoamingViberPC<your_number>
note: This is the folder with the Viber Settings (there is another one ...AppDataLocalViber
- this is Viber's install folder
Locate the
viber.db
fileOpen it with SqLite and open the
Settings
table
Change the
DownloadFolder
in the database - like on this picture
note: For some reason, when you right-click on an image and select open in folder
, the folder doesn't show up in explorer, but you can left-click on the image (view it) and you can open the folder from your photo viewer.
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's noViberPC
under<user-name>AppDataRoaming
anymore.
– AnT
Dec 5 at 18:18
add a comment |
This might be a bit late, but I found I way to do this...
Close
Viber.exe
(you know, right-click on viber icon in tray and exit :) )Go to the settings folder of viber
c:Users<user-name>AppDataRoamingViberPC<your_number>
note: This is the folder with the Viber Settings (there is another one ...AppDataLocalViber
- this is Viber's install folder
Locate the
viber.db
fileOpen it with SqLite and open the
Settings
table
Change the
DownloadFolder
in the database - like on this picture
note: For some reason, when you right-click on an image and select open in folder
, the folder doesn't show up in explorer, but you can left-click on the image (view it) and you can open the folder from your photo viewer.
This might be a bit late, but I found I way to do this...
Close
Viber.exe
(you know, right-click on viber icon in tray and exit :) )Go to the settings folder of viber
c:Users<user-name>AppDataRoamingViberPC<your_number>
note: This is the folder with the Viber Settings (there is another one ...AppDataLocalViber
- this is Viber's install folder
Locate the
viber.db
fileOpen it with SqLite and open the
Settings
table
Change the
DownloadFolder
in the database - like on this picture
note: For some reason, when you right-click on an image and select open in folder
, the folder doesn't show up in explorer, but you can left-click on the image (view it) and you can open the folder from your photo viewer.
edited May 31 '17 at 16:10
Donald Duck
1,43351830
1,43351830
answered Dec 16 '15 at 13:32
dnisko
463
463
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's noViberPC
under<user-name>AppDataRoaming
anymore.
– AnT
Dec 5 at 18:18
add a comment |
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's noViberPC
under<user-name>AppDataRoaming
anymore.
– AnT
Dec 5 at 18:18
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
There's no more DownloadFolder
– IMB
Oct 27 at 16:02
Must be outdated... There's no
ViberPC
under <user-name>AppDataRoaming
anymore.– AnT
Dec 5 at 18:18
Must be outdated... There's no
ViberPC
under <user-name>AppDataRoaming
anymore.– AnT
Dec 5 at 18:18
add a comment |
It used to work this way, but nowdays there is no "DownloadFolder" setting.
Do not help if I add it,
Viber downloads path is still %Mydocuments%viberdonload
add a comment |
It used to work this way, but nowdays there is no "DownloadFolder" setting.
Do not help if I add it,
Viber downloads path is still %Mydocuments%viberdonload
add a comment |
It used to work this way, but nowdays there is no "DownloadFolder" setting.
Do not help if I add it,
Viber downloads path is still %Mydocuments%viberdonload
It used to work this way, but nowdays there is no "DownloadFolder" setting.
Do not help if I add it,
Viber downloads path is still %Mydocuments%viberdonload
answered Feb 2 at 15:16
Tanja K.
111
111
add a comment |
add a comment |
Why not replace the deeply hidden Viber media downloads folder with a symlink.
Move the downloads folder to wherever you want and then link it to the old location.
In Windows (Vista+) that would be
mklink /d [your_new_path] %userprofile%ViberDownloads
Works like charm.
add a comment |
Why not replace the deeply hidden Viber media downloads folder with a symlink.
Move the downloads folder to wherever you want and then link it to the old location.
In Windows (Vista+) that would be
mklink /d [your_new_path] %userprofile%ViberDownloads
Works like charm.
add a comment |
Why not replace the deeply hidden Viber media downloads folder with a symlink.
Move the downloads folder to wherever you want and then link it to the old location.
In Windows (Vista+) that would be
mklink /d [your_new_path] %userprofile%ViberDownloads
Works like charm.
Why not replace the deeply hidden Viber media downloads folder with a symlink.
Move the downloads folder to wherever you want and then link it to the old location.
In Windows (Vista+) that would be
mklink /d [your_new_path] %userprofile%ViberDownloads
Works like charm.
answered Dec 1 at 12:35
hoonose
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f898056%2fchange-viber-for-windows-downdload-location-from%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown