Click here to Skip to main content
15,920,602 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: And remember folks... Pin
Jeremy Falcon14-Nov-17 4:19
professionalJeremy Falcon14-Nov-17 4:19 
GeneralRe: And remember folks... Pin
Marc Clifton14-Nov-17 5:54
mvaMarc Clifton14-Nov-17 5:54 
GeneralRe: And remember folks... Pin
Jeremy Falcon14-Nov-17 7:17
professionalJeremy Falcon14-Nov-17 7:17 
GeneralRe: And remember folks... Pin
PeejayAdams14-Nov-17 5:46
PeejayAdams14-Nov-17 5:46 
GeneralRe: And remember folks... Pin
PIEBALDconsult14-Nov-17 4:26
mvePIEBALDconsult14-Nov-17 4:26 
GeneralRe: And remember folks... Pin
KarstenK14-Nov-17 6:14
mveKarstenK14-Nov-17 6:14 
GeneralRe: And remember folks... Pin
Jeremy Falcon14-Nov-17 7:18
professionalJeremy Falcon14-Nov-17 7:18 
GeneralHow I spent yesterday evening Pin
Marc Clifton14-Nov-17 3:27
mvaMarc Clifton14-Nov-17 3:27 
So the Docker saga continues. Turns out Hyper-V totally Elephant | [mastadon] ed my video drivers or something, so NetFlix and "streaming" became a contradiction in terms.

Disabled Hyper-V (a much less painful process than enabling it) and uninstalled Docker. Yet, WTF, there is still 20GB of docker crap left in the ProgramData folder.

And it can't be deleted -- the typical "Administrator access is required" but my user account is an administrator BS in Windows. Find a post on the Docker forum that basically says "yeah, deleting ProgramData\Docker is really hard, we could do a better job of it, you should use docker rmi before uninstalling Docker." Or something like that. Great, if there's a command I can run manually, why can't the uninstaller run it?

So more Googling, trying to take ownership of the file (fail) and I find this post that basically says:
  1. Boot into Safe mode. (Figuring out how to do that in W10 was yet another Google and 5 screens of restart options.)
  2. After reboot, do a "robocopy" of ProgramData\Docker to somewhere else. In other words, wave magic wand.
  3. After the robocopy finishes, you can remove the directory with rd /S /Q (include subfolders, and don't prompt for every freaking folder.)
What do you know, that worked. I've now reclaimed the 20GB that Docker for Windows failed to install.

Message to Microsoft: There are some things that the Linux world does so much better than you, you'll never catch up, so stop trying.
Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: How I spent yesterday evening Pin
Michael Martin14-Nov-17 4:00
professionalMichael Martin14-Nov-17 4:00 
GeneralRe: How I spent yesterday evening Pin
Marc Clifton14-Nov-17 4:12
mvaMarc Clifton14-Nov-17 4:12 
GeneralRe: How I spent yesterday evening Pin
Michael Martin14-Nov-17 13:43
professionalMichael Martin14-Nov-17 13:43 
GeneralRe: How I spent yesterday evening Pin
CodeWraith14-Nov-17 5:05
CodeWraith14-Nov-17 5:05 
GeneralRe: How I spent yesterday evening Pin
Eddy Vluggen14-Nov-17 5:18
professionalEddy Vluggen14-Nov-17 5:18 
GeneralRe: How I spent yesterday evening Pin
Slacker00714-Nov-17 6:02
professionalSlacker00714-Nov-17 6:02 
GeneralRe: How I spent yesterday evening Pin
Gary Wheeler14-Nov-17 6:33
Gary Wheeler14-Nov-17 6:33 
GeneralSaddoes Pin
PeejayAdams14-Nov-17 2:52
PeejayAdams14-Nov-17 2:52 
GeneralRe: Saddoes Pin
lopatir14-Nov-17 3:13
lopatir14-Nov-17 3:13 
GeneralRe: Saddoes Pin
PeejayAdams14-Nov-17 3:30
PeejayAdams14-Nov-17 3:30 
GeneralRe: Saddoes Pin
Mark Parity14-Nov-17 3:14
Mark Parity14-Nov-17 3:14 
GeneralRe: Saddoes Pin
Marc Clifton14-Nov-17 3:16
mvaMarc Clifton14-Nov-17 3:16 
GeneralRe: Saddoes Pin
PeejayAdams14-Nov-17 3:37
PeejayAdams14-Nov-17 3:37 
GeneralRe: Saddoes Pin
ZurdoDev14-Nov-17 4:07
professionalZurdoDev14-Nov-17 4:07 
GeneralRe: Saddoes Pin
KC@CahabaGBA15-Nov-17 2:20
KC@CahabaGBA15-Nov-17 2:20 
GeneralRe: Saddoes Pin
patbob14-Nov-17 5:43
patbob14-Nov-17 5:43 
GeneralRe: Saddoes Pin
PeejayAdams14-Nov-17 5:56
PeejayAdams14-Nov-17 5:56 

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.