Click here to Skip to main content
15,893,904 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Anyone know if I can do this and enforce it? Pin
OriginalGriff3-Jan-22 8:51
mveOriginalGriff3-Jan-22 8:51 
GeneralRe: Anyone know if I can do this and enforce it? Pin
DerekT-P3-Jan-22 11:50
professionalDerekT-P3-Jan-22 11:50 
GeneralRe: Anyone know if I can do this and enforce it? Pin
Jacquers3-Jan-22 20:21
Jacquers3-Jan-22 20:21 
GeneralRe: Anyone know if I can do this and enforce it? Pin
Peter Shaw4-Jan-22 1:50
professionalPeter Shaw4-Jan-22 1:50 
GeneralRe: Anyone know if I can do this and enforce it? Pin
BDieser4-Jan-22 2:01
BDieser4-Jan-22 2:01 
GeneralRe: Anyone know if I can do this and enforce it? Pin
K Personett4-Jan-22 5:09
K Personett4-Jan-22 5:09 
GeneralRe: Anyone know if I can do this and enforce it? Pin
Hooga Booga4-Jan-22 5:32
Hooga Booga4-Jan-22 5:32 
GeneralRe: Anyone know if I can do this and enforce it? Pin
Kirk Wood5-Jan-22 16:54
Kirk Wood5-Jan-22 16:54 
So.... let me see if I understand this correctly. You have some notion that apps that don't behave well will suddenly work as desired through trickery at the OS level???

Seriously, if you have an app that stores data without giving you a chance to interject, why do you think the app will still work when you block its desired location?? It will break the app if it can't write to the location. If the developer didn't let you choose the place for storing something it will not likely recover from being blocked.

Most software today stores settings information in the "AppData" folder. I place that in quotes because the location is (or was up through 10) a virtual location that could be changed through a registry key. Most of the locations used are (or were) virtualized so you could change the location. This would include the default location(s) for programs to be installed. (There is one for 64 bit and another for 32 bit last I checked.)

But if a developer doesn't know about the virtual locations - then such will get blindly ignored. And if a developer:
  1. Didn't bother to learn to use the system call for the desired directory and hard coded it
  2. Didn't bother to prompt you for the location
Then chances are the same developer doesn't have code to gracefully handle your attempts to protect against said developer. Now that could be a good thing since the software likely sucks anyway. But that is anotheer discussion.
GeneralHaha, I did it. My little mini new years resolution is complete Pin
honey the codewitch2-Jan-22 11:03
mvahoney the codewitch2-Jan-22 11:03 
GeneralWho cares? Pin
stoneyowl22-Jan-22 9:33
stoneyowl22-Jan-22 9:33 
GeneralRe: Who cares? Pin
harold aptroot2-Jan-22 9:41
harold aptroot2-Jan-22 9:41 
GeneralRe: Who cares? Pin
Mike Hankey2-Jan-22 10:24
mveMike Hankey2-Jan-22 10:24 
GeneralRe: Who cares? PinPopular
Mircea Neacsu2-Jan-22 11:40
Mircea Neacsu2-Jan-22 11:40 
GeneralRe: Who cares? Pin
Super Lloyd2-Jan-22 16:51
Super Lloyd2-Jan-22 16:51 
GeneralRe: Who cares? Pin
BernardIE53172-Jan-22 16:54
BernardIE53172-Jan-22 16:54 
GeneralRe: Who cares? Pin
CodeWraith2-Jan-22 19:40
CodeWraith2-Jan-22 19:40 
JokeRe: Who cares? Pin
dan!sh 2-Jan-22 21:07
professional dan!sh 2-Jan-22 21:07 
JokeRe: Who cares? Pin
oofalladeez3433-Jan-22 3:11
professionaloofalladeez3433-Jan-22 3:11 
GeneralRe: Who cares? Pin
5teveH2-Jan-22 20:49
5teveH2-Jan-22 20:49 
GeneralRe: Who cares? Pin
dandy723-Jan-22 4:40
dandy723-Jan-22 4:40 
GeneralRe: Who cares? Pin
Maximilien3-Jan-22 1:23
Maximilien3-Jan-22 1:23 
GeneralRe: Who cares? Pin
fgs19633-Jan-22 3:16
fgs19633-Jan-22 3:16 
GeneralRe: Who cares? Pin
rnbergren3-Jan-22 3:14
rnbergren3-Jan-22 3:14 
GeneralRe: Who cares? Pin
MKJCP4-Jan-22 3:55
MKJCP4-Jan-22 3:55 
GeneralRe: Who cares? Pin
BryanFazekas4-Jan-22 6:02
BryanFazekas4-Jan-22 6:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.