Brink
For instance, %programFiles% would point to your live Disk(which we know is clean) and would therefore tell you all is good (which we know it's not). One way around this would something like:
Code: Select all
If($RemoteMachine)
%Programfiles% = $RemoteMachine
Endif
Which does not look that hard but Fred would have to do this for the entire system. He could streamline that and make it better but either way he has to modify the code through out the entire program to make that work.
It is doable and he can do it but it's a lot of work even on the minimalist side.
Another example would be reading an writing the registry. The API/Framework controls he would be using would reference data from the Hives on the live disk. This again is not where the data we want is. He can make it work but essentially he has to write own version of an offline registry editor unless he can find a premade one that he can command line switch edit the registry with. This method I don't imagine would be calming to ones nerves if it was done that way though.
I just asked if could make an app that changes 4 things in an offline registry and I am not sure how much trouble that would be. Can you imagine doing it for the whole program?
On the plus side Fred has not said he wont do it. So there is still hope for the future...........