Tag Archives: windows
Welcome to Windows 10
Finally beat the July 28th deadline for upgrading Windows 7 to Windows 10. Made backups with Macrium Reflect first.  Paid for that one, got rid of the perpetually flaky Acronis. Both machines (Intel Core Duo 2Ghz dual-core and old AMD dual … Continue reading
New Windows desktop computer with full C drive? Check OS hibernate settings.
On my new work desktop computer with Windows 7, I noticed a 30Gb file hiberfil.sys filling drive C. Since I don’t use the hibernate function, I can disable it. From a command shell as Administrator G:\> PowerCfg.exe -H off The … Continue reading
Git Bash – where’s my flash drive?
I spend my day in the magnificent Git Bash shell. Recently I started bring work home by pushing the project to a bare Git repository on the flash drive at B: git remote add flash /b/circdesk-android.git git push flash If … Continue reading
Microsoft File Transfer Manager
Today I was using this to download 4Gb ISO files from MSDN. Browsers failed, even the Firefox DownItAll! Plugin. It was slow, bursts of 100K with 10 second intervals. The speed was that of a bad modem. And it would … Continue reading
nLite
I bought an old computer from Steve, dual core, better that I have now. Anyway, I am reinstalling a retail Windows XP onto it, and want to install SP2 fresh, not SP1 and upgrade. Creates a lot of junk. So … Continue reading
clip.exe
I wrote a utility called clip many years ago — you pipe output from a DOS program into it and it puts it on the clipboard. Then you can paste it somewhere. e.g. dir > clip I found a link … Continue reading