Showing posts with label registry. Show all posts
Showing posts with label registry. Show all posts

Monday, March 26, 2012

Win7RegEdit-x64.reg

This is a companion to the Win7RegEdit.reg file.  That one is for 32-bit Windows 7; this one is for 64-bit.  There are further comments in that post and in the Windows 7 Tweaked Installation post.  It bears repeating that inappropriate tinkering can screw up a system.

Windows Registry Editor Version 5.00

; Run Ultimate Windows Tweaker first.  This adds options not available there.
; More info & restore options in 32-bit version of this file.


; ************* WINDOWS EXPLORER *************

; Disable libraries
[-HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
“{031E4825-7B94-4dc3-B131-E946B44C8DD5}”=-

; Turn off Details pane (at bottom of WinEx)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer]
"PreviewPaneSizer"=hex:45,00,00,00,00,00,00,00,00,00,00,00,0c,02,00,00

; Set Documents folder template as default
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="Documents"

; Add context menu option to open files with Notepad
[HKEY_CLASSES_ROOT\*\shell\Notepad]
@="Open with Notepad"
[HKEY_CLASSES_ROOT\*\shell\Notepad\command]
@="notepad.exe \"%1\""

; Disable Windows from asking "Do you want to open this file?"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

; Disable annoying web service dialog for opening files
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001

; Disable Windows 7 built-in CD burning
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001


; ************* START MENU, TASKBAR, AND THUMBNAILS *************

; Make Aero Peek happen quickly (200 milliseconds; default is 500)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DesktopLivePreviewHoverTime"=dword:00000200

; Make Aero taskbar thumbnails show contents quickly when hovering
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00000200

; Increase Start Menu display speed (default is 400)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="200"


; ************* FILE LOCATIONS *************

; Point to W for customized Start Menu and Programs
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Administrative Tools"="W:\\Start Menu"
"Programs"="W:\\Start Menu\\Programs"
"Startup"="W:\\Start Menu\\Programs\\Startup"
"Start Menu"="W:\\Start Menu"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Programs"="W:\\Start Menu\\Programs"
"Startup"="W:\\Start Menu\\Programs\\Startup"
"Start Menu"="W:\\Start Menu"

; Point to Current folder for Music, Video, Pictures, etc.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"My Music"="D:\\Current"
"My Pictures"="D:\\Current"
"My Video"="D:\\Current"
"Personal"="D:\\Current"
"{374DE290-123F-4565-9164-39C4925E467B}"="D:\\Current"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"My Music"="D:\\Current"
"My Pictures"="D:\\Current"
"My Video"="D:\\Current"
"Personal"="D:\\Current"
"{374DE290-123F-4565-9164-39C4925E467B}"="D:\\Current"

; Point to X:\Cache for cookies, cache, etc.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Cache"="X:\\Cache\\Temporary Internet Files"
"Cookies"="X:\\Cache\\Cookies"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Cache"="X:\\Cache\\Temporary Internet Files"
"Cookies"="X:\\Cache\\Cookies"

; Customize default places bar in Win7's common file dialog box
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"="MyDocuments"
"Place1"="Recent"
"Place2"="D:\\Career"
"Place3"="D:\\Personal Projects"
"Place4"="W:\\Start Menu\\Programs"


; ************* INTERNET EXPLORER *************

; Specify IE download directory
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
"Download Directory"="D:\\Current"

; Force IE to launch shortcuts in a new window
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000

; Disable “Speed up Browsing by Disabling Add-ons” popup notification
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext]
"DisableAddonLoadTimePerformanceNotifications"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\Ext]
"DisableAddonLoadTimePerformanceNotifications"=dword:00000001


; ************* LOGIN, LOGOUT, SHUTDOWN *************

; Save settings on exit
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

; Disable automatic restart after crash so you can see error messages
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot "=dword:00000000

; Manually generate a crash by hitting RightCtrl-ScrollLock (twice on the latter)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\i8042prt\Parameters]
"CrashOnCtrlScroll"=dword:00000001
; Undo:  "CrashOnCtrlScroll"=dword:00000000


; ************* UNBLOCK MICROSOFT OFFICE *************
; Some older files cannot be opened in Office without these fixes
; Unblock Word
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Security\FileOpenBlock]
"FilesBeforeVersion"=dword:00000000

; Unblock Excel
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileOpenBlock]
"LotusandQuattroFiles"=dword:00000000
"LegacyBinaryFiles"=dword:00000000
"LegacyDatabaseAndDatasourceFiles"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileSaveBlock]
"LotusandQuattroFiles"=dword:00000000
"LegacyBinaryFiles"=dword:00000000
"LegacyDatabaseAndDatasourceFiles"=dword:00000000

; Unblock PowerPoint
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Security\FileOpenBlock]
"FilesBeforePowerPoint97"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Security\FileSaveBlock]
"FilesBeforePowerPoint97"=dword:00000000

; Unblock Corel Draw
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Graphics Filters\Import\CDR]
"Enabled"=dword:00000001


; ************* OTHER TWEAKS *************

; Remove "Shortcut" from title of shortcuts
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

; Disable creation of Thumbs.db
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisableThumbnailCache"=dword:00000001

; Disable beep on error
[HKEY_CURRENT_USER\Control Panel\Sound]
"Beep"="No"

; Increase Internet download connections to 10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:0000000a
"MaxConnectionsPer1_0Server"=dword:0000000a

; Disable User Account Control (UAC) - probably already done some other way
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000

; Google Earth cache settings
[HKEY_CURRENT_USER\Software\Google\Google Earth Plus]
:: Move cache to drive X
:: Originally "CachePath"="C:\\Users\\Ray\\AppData\\LocalLow\\Google\\GoogleEarth"
"CachePath"="X:\\Cache\\Google Earth"
:: Set disk cache to 2GB and memory cache to 1GB
[HKEY_CURRENT_USER\Software\Google\Google Earth Plus\Cache]
"DiskCacheSize"=dword:000007d0
"MemoryCacheSize"=dword:000003e8

Saturday, March 17, 2012

Microsoft Word: "Attempting to open a file created in earlier version"

I was working in Microsoft Word 2003.  I tried to open a .doc file.  It may have been originally written in WordStar, XyWrite, WordPerfect for DOS, or some other word processing program.  Word gave me an error message:

You are attempting to open a file that was created in an earlier version of Microsoft Office. This file type is blocked from opening in this version by your registry policy setting.
Of course, this was not what I wanted to hear.  I did a search and found a Microsoft webpage that, for my purposes, led to another webpage that led me to four REG file downloads whose contents I combined in a single REG file that I named MicrosoftOfficeUnblock.reg, whose contents were as follows:
Windows Registry Editor Version 5.00

; Unblock Word

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Security\FileOpenBlock]
"FilesBeforeVersion"=dword:00000000


; Unblock Excel

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileOpenBlock]
"LotusandQuattroFiles"=dword:00000000
"LegacyBinaryFiles"=dword:00000000
"LegacyDatabaseAndDatasourceFiles"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileSaveBlock]
"LotusandQuattroFiles"=dword:00000000
"LegacyBinaryFiles"=dword:00000000
"LegacyDatabaseAndDatasourceFiles"=dword:00000000


; Unblock PowerPoint

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Security
\FileOpenBlock]
"FilesBeforePowerPoint97"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Security
\FileSaveBlock]
"FilesBeforePowerPoint97"=dword:00000000


; Unblock Corel Draw

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Graphics Filters\Import\CDR]
"Enabled"=dword:00000001
I ran that REG file and also added its contents to my Win7RegEdit.reg file, along with a reminder to run that file both early and, again, late in the process of installing Windows 7.  The REG fix appeared to work without a need for a reboot; I was immediately able to open files in Word that were blocked just a few minutes earlier.

Thursday, December 1, 2011

Windows 7: Tweaked Installation: Latest Version

The time came to reinstall Windows 7. This post copies and pastes text from previous posts on this subject, with additions and corrections as needed. (I used this same writeup for later installations, and have modified some of its points accordingly.)  The posts I drew especially from were these:

Note:  there are quickie Windows 7 installation pages.  The focus here is on a tweaked installation, i.e., one that addresses lots of small issues and needs along with the general-purpose installation.  The steps here seemed pretty much the same for 32-bit and 64-bit systems.

The first steps I took in the installation process were as follows:
  • After booting with Ubuntu 10.10 (using the "Try Ubuntu" not "Install Ubuntu" option), I went into System > Administration > GParted Partition Editor. That version of Ubuntu used GParted 0.5.1.  I'd had problems with Ubuntu 11.10, for this purpose, with its apparently newer version of GParted.  If the Ubuntu Live CD had not worked, a bootable USB tool might have been an alternative.  In GParted, I deleted the hard drive partition containing the previous version and created a new NTFS partition.  This worked better than using the partition creation option in the Windows install process.  The partition size was 100GB.  My previous Win7 installations had been about 45GB and then 70GB, but I found the extra space helpful, even though I did not store data on drive C.
  • I installed Windows 7 from the CD into the newly emptied partition. My upgrade version required me to install my full copy of WinXP first, and then install Win7.  During installation, I set a password and instructed the computer to go ahead and install updates.  After the installation, my former Windows XP install had been packaged into C:\Windows.old.  I deleted that.
  • My other drive partitions were already created and labeled.  I had used GParted for that too.  I had to change the drive letters for some.  To do that, I went into Start > search for diskmgmt.msc.
  • I verified that I had only my Administrator account and the Guest account.  This was in Start > Control Panel > View by Small Icons > User Accounts > Manage another account (alternately, Start > Run > control userpasswords2, when I would add Run to the Start Menu (below)).  This way, the changes that I made would all be made to the same account.
  • I turned off User Account Control:  Start > search for UAC > Change User Account Control settings > Never notify.
  • I went to Start > Computer to open Windows Explorer.  I navigated to my INSTALL partition, where I had saved the various programs and drivers that I would be installing.  There were quite a few of these; I made a point of copying stuff from installation CDs to this partition whenever possible, so as to simplify reinstallation.  I also named the folders so that the things to install first would be first in the list, such as "01 Motherboard Drivers."  I had to do some of these (especially installing ethernet drivers and having the router and modem configured) before the Internet connection would work.  I also wanted to have my other hardware drivers (for e.g., the display) in place before Microsoft's Windows Update started detecting optional software and drivers to install; these were drivers that I had previously worked with, so I knew these worked.  The display software took care of most configuration automatically.  For the rest, I went into Start > Control Panel > Display > Change display settings.
  • I connected the Internet cable and went to Start > Control Panel > Windows Update.  I selected all language updates and right-clicked to hide them, and installed the rest.  I re-ran Windows Update until there were no more updates to be had. This brought Microsoft Security Essentials along as free and easy antivirus.  At first, I let the updates run automatically.  Later, I changed Control Panel > Windows Update to a manual setting, to prevent the updater from rebooting the machine inconveniently.  Updates continued to install, requiring occasional reboots, while I proceeded down this list.
  • Somehow, I wound up with two Windows 7 entries on the initial Windows Boot Manager screen.  To get rid of one, I followed advice and went into Start > search > msconfig > Boot tab > select the one that is not the default OS > Delete > Apply > OK.
  • Windows Defender. The Microsoft updates gave me a dialog, on reboot, that said, "This program is turned off." I knew from my previous installation that I might keep on seeing that dialog every time I rebooted.  There were many suggestions on how to get rid of it, and some worked for some people, but none worked for others, including me.
  • I ran Ultimate Windows Tweaker 2.2 (UWT) (saved as a portable app in my Start Menu) and tweaked a number of items, including:  System Performance (enable support for 4GB of RAM on 32-bit Windows OS; Disable Tablet PC Input service); Network Tweaks (disable auto-discovery of media contents in shared network by Windows Media Player); Internet Explorer (uncheck "Open first home page when IE starts"; uncheck "Notify when download completes"); and Additional Tweaks (uncheck "Show 'Search ...'"; show "Take Ownership" and "Move To Folder..."; remove "-Shortcut" suffix for new shortcuts). TweakNow PowerPack 2010 was an alternative to UWT.
  • I now had a "Take Ownership" right-click context menu option in Windows Explorer.  I right-clicked on the top-level folders, for each drive in my system, and selected that Take Ownership option.  This didn't work for the ones that had padlock icons on them, but it seemed to work for the rest.
  • While in Windows Explorer, I right-clicked on each partition (e.g., drive D) and selected Properties > Customize > Optimize this folder for Documents > Also apply this template to all subfolders.  That way, all of my folders would display the same way; there would not be different column headings, in Windows Explorer, for music or picture folders.  The Customize tab was not visible on drive C.  Apparently it would also not have been available if I had been been approaching the other partitions (D, E ...) through Libraries or through some view other than via Windows Explorer > Computer > Drive D (or E, etc.).
  • I made some adjustments in Windows Explorer, under its  Organize option.  One was to go into Organize > Layout > turn on Menu Bar, turn off Details pane.  (Navigation pane was already on.)  I also went into Organize > Folder and Search Options.  There, in the View tab, my changes included show hidden files, empty drives, extensions, and protected operating system files.
  • In the navigation pane of Windows Explorer, I wanted to get rid of Favorites and Homegroup.  The Windows 7 Navigation Pane Customizer appeared to provide this easily.  Previously, I had used the following manual approach instead:  I went to Start > Run > regedit and went to two different locations.  For Favorites, it was HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder.  For Homegroup, it was HKEY_CLASSES_ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder.  In both, the first step was to set Permissions so that I could make the change.  To do that, I right-clicked on Permissions > Administrators > Full Control.  If necessary to make that happen, I went on into Advanced > Owner tab > change owner to me and click "Replace owner on subcontainers and objects" > Apply.  With that taken care of, I could OK out of that dialog.  So now, as advised, I could right-click on Shell Folder > Attributes > Modify.  Both values were changed slightly.  For the former, the desired value was a9400100; for the latter, it was b094010c.  64-bit Windows 7 would require me to do exactly the same thing in a second location.  For Favorites, that location was HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder.  For Homegroup, it was HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder.
  • I ran the Win7RegEdit.reg or the Win7RegEdit-x64.exe file to automate a number of tweaks.
  • I installed Classic Shell, to change the look and some functions of the Windows 7 Start Menu and Windows Explorer to what I considered the more efficient form of Windows XP.  After installing this, I right-clicked on the Start button > Settings > Customize Start Menu > Backup > Load from XML File to restore my previously saved configuration settings for Classic Shell.  This enabled my customized, shared Start Menu.
  • I right-clicked on the taskbar at the bottom of the screen and chose small icons.
  • At this early stage, while messing around with various tasks, I also installed Google Chrome so that I would have a fast alternative browser in lieu of IE 9.  I also installed recommended extensions by going into Chrome's Options > Personal Stuff > Sign In.  Within a few minutes after entering my Sync password, Chrome had installed my previously installed settings.  It also brought Google Earth.  Earth didn't have a way of saving settings, so I used my previously tweaked installation on another computer as a guide to how I wanted it set up.
  • LockHunter.  This very useful bit of freeware would unlock files and drives that did not seem to be in use, but that Windows would nonetheless refuse to move or delete.
  • Bullzip PDF Printer.  Actually my default PDF printer, despite having Acrobat.  Simple, fast, reliable.  My customized Start Menu already had portable PDF readers, in case I needed to read a program's PDF read-me during this installation phase.
  • I created a shortcut to an administrator command (CMD) window on the desktop or Start Menu.  To do this, in Windows Explorer I used File > New > Shortcut.  The target location was C:\Windows\System32\cmd.exe.  I right-clicked on that shortcut and went into the Shortcut tab > Advanced > Run as administrator.  I only had to do this during the first installation.  After that, it was portable to other machines as part of my customized Start Menu.
Now I was getting closer to the point of installing a boatload of programs.  The one other thing to take care of first was to do a tour of those Control Panel items that I had not already adjusted by using the .reg file and other steps mentioned above, and that were not better addressed in other steps described later in this post:
  • AutoPlay:  uncheck "Use AutoPlay for all media and devices."  Turn it back on for video CDs and DVDs.  Set everything else to "Take no action."
  • Device Manager:  check any items showing exclamation marks in yellow triangles.
  • Indexing Options:  Modify > uncheck everything, because I used other programs and didn't need this slowing down my system.  This left only Start Menu and Users on the list.
  • Internet Options:  best done by starting Internet Explorer (IE).  (Windows Updates had installed IE 9.)  There, open all desired home webpages in separate tabs, signing into each as needed.  Then go into IE's Tools > Internet options (Alt-T O) > General tab > Home Page > Use current.  (After the first time, I was able to save these URLs in a text file and just copy and paste them into that Home Page space.)  Also in General tab:  Browsing history > Settings > Move folder > drive X (BACKROOM).  (Ideally, the Win7RegEdit.reg file (above) would have already taken care of this.  Otherwise, I would save this step for last, since it required a reboot.)  Also in General tab:  Search > Settings > Search Settings > Find more search providers.  Also in General tab:  Tabs > Settings > adjust as desired.  Next, Security tab > click on Trusted Sites > Custom Level > Scripting section (near the end of the list) > Allow programmatic clipboard access > Enable.  I saved and closed the options dialog.  I navigated to YouTube.com and played a video, so as to trigger the process of installing Adobe Flash Player if needed.
  • Notification Area Icons (continuing, here, with the remaining Control Panel items):  Check "Always show all icons and notifications on the taskbar."
  • Personalization:  I wanted the Windows Classic theme, Desert colors.  A website offered a bunch of them, including that one.  I downloaded and unzipped it.  That gave me Desert.themepack.  I right-clicked and unzipped that and got Desert.theme.  I put a copy of that in C:\Windows\Resources\Themes.  I closed the Personalization window and then opened it again, and Desert was there.  I clicked on it.
  • Power Options > Create a Power Plan > model it on High Performance > Change advanced power settings.  Adjust as desired.
  • Program Updates:  this was for the annoying InstallShield Update Manager.  It only became available after certain programs were installed.  I went into its Update Settings tab and selected "The InstallShield Update Manager will not automatically check for updates."  An alternative was to root it out, perhaps as advised in my previous post
  • Programs and Features:  Turn Windows features on or off > turn off Games, Indexing Service, Tablet PC Components, Windows Gadget Platform.
  • System:  On the left side:  System Protection > Hardware tab > Device Installation Settings > Yes, do this automatically.  Advanced tab > Performance > Settings > Advanced > Change > Uncheck "Automatically manage paging file size for all drives" and set No Paging File for all drives, with two exceptions:  a 16MB (minimum and maximum) paging file on drive C, and a paging file of 2000 MB (minimum) to 4000 MB (or more) (maximum) on drive X (BACKROOM), where it will not be added to any backups.  (It is necessary to click the Set button after each change.  After exiting this part, go back in to see if amounts recommended or allocated have changed.  A high minimum supposedly saves the system from having to recreate a file of that size.)  System Protection tab > select each drive, one by one > Configure > adjust Disk Space Usage as needed.  In the middle of the list on this System page:  Windows Experience Index:  View and print detailed performance and system information (for future reference).  Towards the bottom: Activate Windows.
  • Windows Firewall:  verify that it's on (unless some other firewall has been installed).
I then began to install my long list of programs, working down through the list of executables that I had saved in the Installed Programs folder (above).  I almost always installed to the default location.  Doing so meant that the shortcut to each program, already sorted into the desired location in the customized Start Menu, would come alive.  In other words, the icon associated with that shortcut would take on color and shape when it became operational.  So then I could easily see if some particular Start Menu program had not yet been reinstalled or was no longer working.

At about this time, I began getting the irritating "Could not find this item" error message.  I rectified it by running a batch file, which I also built into the Win7RegEdit.reg file (above).  I postponed making an Acronis drive image of the installation until I was done with my list of settled programs.  (I kept the installation files for my various programs on my Install partition (drive W), in two separate folders:  after 01 Motherboard Drivers and utilities and 02 Programs Needed Early, these were in 03 Standard Programs and 04 Programs Not Yet Installed (with a few in 05 Run in Virtual PC and 06 One Machine Only (i.e., not installed on both computers).)  Among the standard programs I installed, the ones that may call for commentary included these:
  • Adobe Acrobat Professional.  There were many apparently good freeware or cheapware PDF editing alternatives, but I already had this one.  As I was installing this and other programs, I configured them and checked for updates.
  • Cool Edit 2000.  For audio editing.  Not available anymore:  bought up by Adobe.  It worked fairly well until I installed an Adobe Acrobat update.  I tried fixing it by right-clicking on C:\Program Files\Cool2000\cool2000.exe > Troubleshoot compatibility > Try recommended settings > Start the program.  This didn't work.  There were indications that Adobe was now deliberately torpedoing CoolEdit.  But then, later, it did.  Not sure why.  An alternative was to run it in Windows Virtual PC, which would provide a virtual copy of Windows 98 running within Microsoft's free Virtual PC program.
  • Audacity was a good freeware alternative to Cool Edit.  The version I installed was 2.0.  I had found that 1.2 would not do very well with recording streaming audio in Windows 7 (below).  But I ultimately wound up using Debut for streaming audio.  So I could have just kept a portable version of Audacity on my customized Start Menu, avoiding the need to reinstall it.
  • Copernic Desktop Search.  I configured it to store its cache on drive X (BACKROOM).  I used it for searches of content within files.  I used Everything for fast searches of file names (opened via Shift-Esc, just like Ava Find).  In Windows Explorer, therefore, I right-clicked on each drive > Properties > General tab > uncheck "Allow files on this drive to have contents indexed in addition to file properties" and indicated that this applied to subfolders as well.
  • Firefox and recommended extensions and preferred themes.  I had saved a list of extensions to install using the Infolister extension, and I used that list to search for the ones to install, though I hoped that something like Firefox Sync or FEBE would eventually prove reliable enough to automate this.  I had saved settings from at least some extensions (e.g., Tab Mix Plus, Session Manager) and was able to use those to speed up the reinstallation process somewhat.  Firefox still didn't have a way to save settings, so I had to go back through its tabs and set things to taste.  One setting that was easy to overlook was to brighten up the color of visited links a bit, so that it was easier to distinguish which Google hits I had previously viewed.  For that, I went into Tools > Options > Content tab > Fonts & Colors > Colors.  As with Internet Explorer, I went to YouTube.com, tried to play a video, downloaded the Adobe Flash plugin, and installed it.  I did the same also in Chrome; its Adobe Flash installer applied to Opera as well.
  • Microsoft Office 2003.  Microsoft was no longer making it easy to figure out which updates were needed, but I had previously developed a list, downloaded them manually, and set up a batch file to install them one by one.  So I ran that batch file.  I ran the Office 2003 Save My Settings Wizard to restore previously saved settings.  These, like the settings for some Firefox add-ons (above), were saved in a Saved Settings folder on the INSTALL drive (X).  I also ran the Auto-Correct macro to restore Autocorrect entries.  I also installed some add-ons to enhance Office 2003 functionality.  These steps provoked some more Windows updates.
  • Thunderbird for email.  I had found the installed version to be more stable than the portable one.  At this point, T-bird 5.0 was not supporting the several extensions I had collected (to extract attachments, delete duplicate emails, and export emails to other formats), so I decided to stick with version 3.1.13.  I closed Thunderbird and, inspired by my previous efforts with Thunderbird, went into Start > Run and typed "thunderbird.exe -ProfileManager" (without quotes).  I chose Create Profile > Ray > Choose Folder and selected D:\Thunderbird\Profile.  (I wanted my email and address book to be on a data partition, not on drive C, so that they would be regularly backed up with other data.)  In the Choose User Profile dialog, I clicked on Delete Profile and deleted the default profile, so that Ray was the only one appearing in the Choose User Profile dialog.  This deleted the contents of the default profile at C:\Users\Administrator\AppData\Roaming\Thunderbird\Profiles, but did not actually delete the default folder.  I clicked on Start Thunderbird.  T-bird came up with an error message:
  • Server not found live.mozillamessaging.com could not be found. Please check the name and try again.
    I started a search on this, but then decided to just close that tab and see if Thunderbird was working.  My inbox, archives, etc. all seemed to be there; the address book was available; I was able to send and receive email.  Mission accomplished.  I added the ability to read newgroups by going into Thunderbird > Tools > Account Settings > Account Actions > Add Other Account > Newgroup Account > Next.  I entered a username and a fake email address, the latter because I wasn't sure yet if I wanted to get email from group members.  The Newsgroup Server was news.mozilla.org.  That created the account, which I called Mozilla Newsgroup.  I went into Server Settings for that account and insured that its port was 119.  I clicked on Mozilla Newsgroup in Thunderbird's folders pane and specified mozilla.support.thunderbird as the newgroup I wanted to subscribe to.  I hadn't used newsgroups much since Google had bought and ruined the old DejaNews, but I had heard that Google Groups might someday become useful again.  If I got interested in another approach to newsgroups, there was also the option of subscribing to a usenet server, which would probably involve paying a fee.
  • Glary Registry Repair.  I put a link to this in my Start Menu > Programs > Startup folder so that it would start automatically whenever I started the computer.  In perhaps a year's use, it had seemed to be a highly rated, non-destructive registry cleaner.
  • Freeware PDF Unlocker.  Primarily because some PDF authors put security on their PDFs that prevented me from adding a note indicating where I got the document, and other information needed for academic citations.  Later, I decided I was getting better results from www.FreeMyPDF.com.
  • Google Earth.  I added a registry hack to my Win7RegEdit.reg file (above) to tweak Google Earth.  This tweak automated the setting of the cache size to 1GB of memory and 2GB of disk space.  It also moved the cache to another partition.  Moving it, I hoped, would increase speed, since another drive would be handling some of the data.  It would also remove the potentially large cache from backup images of my program drive.  Before this tweak, I had a 131MB dbCache.dat file (plus dbCache.dat.index and others) in C:\Users\Ray\AppData\LocalLow\Google\GoogleEarth.  After this tweak, upon restarting Google Earth, I had a file of that size in the target folder I had created at X:\Cache\Google Earth.  I browsed in GE to Beijing, and on to Moscow, and then sent GE slowly wandering eastward over the Russian forest, and yet dbCache.dat did not increase in size.  I closed GE, removed dbCache.dat from C:\Users\Ray\AppData\LocalLow\Google\GoogleEarth, and restarted GE.  Functionality remained.  The tweak appeared to work.
  • TClockEx.  To provide customized date and time readout in the system tray.  My preferred format:  ddd, MM d, yyyy - h:mm:ss tt.  For a 64-bit version, see Stoic Joker's adaptation.  To make sure the computer's time was accurate, I used a registry edit to add Internet sources and choose NIST.
  • WinRAR.  I had 7zip as a portable, but was beginning to like this more than that.  Its warnings said it was only good for 40 days, and I hadn't yet been using it that long, so I wasn't sure what would happen at that point.  But it sure did have a lot of people downloading it.
  • I had installed BinManager, as a way to automatically empty out items in the Recycle Bin after they had sat there for a while.  But I couldn't find a way to configure it.  I uninstalled it and tried Autodelete instead.  I wasn't happy with that either.  Eventually I just added this line to a batch file that ran weekly:  start "" emptyrecyclebin.exe.
  • I finally broke down and bought a copy of Debut for screen capture.  I just hadn't found any good freeware.  CamStudio worked sometimes, not other times.  NCH Software, creators of Debut, were excessively touchy about licensing.  Reinstalling Windows on the same computer, where I simply decided to change the name of the computer, was enough to prevent me from being able to use my paid copy of their software.
A few programs worth mentioning in the area of noninstallation or uninstallation:
  • Adobe Reader, which must have been pre-installed by ASUS.  I didn't need it, with Acrobat installed.  But then I decided it wasn't hurting anything, and I'd have it if Acrobat malfunctioned, so I left it alone.
  • I decided not to install software for my digital camera.  I found that Windows Explorer could see the contents of that device as soon as I plugged it in, without the need for bloatware.
  • I installed Virtual CloneDrive so that I would have the capability of mounting an ISO image as though it were a mounted CD, without having to actually burn the ISO to a CD and then put the CD in my CD drive.  Unfortunately, there was no way to keep it from starting with Windows.  I used it too rarely to have that extra clutter, and therefore thought about uninstalling it and just reinstalling when I needed it.  It created "BD-ROM Drive (F:)."  In Disk Management (diskmgmt.msc), it showed up as a second CD-ROM drive, and its Properties called it "Elby Clonedrive SCSI CdRom Device," whereas its Properties > Hardware tab > Properties in Windows Explorer said it was a "NEC DVD_RW ND-3550A ATA Device." I went into Control Panel > Programs and Features and saw that "Elby" was apparently shorthand for "Elaborate Bytes," maker of VCD.  (Note that VLC was also able to play videos saved in ISO format, without any need for mounting them as separate virtual drives.)
Next, I set up various scheduled items:
  • Defragmentation.  Start > Run > dfrgui.exe > Configure schedule > Daily (so as to run in small, relatively non-bothersome tasks, without having to keep the computer on at night) > Select all disks.  But later, when I found dfrgui.exe choking on a USB drive, I went back to Smart Defrag.
  • Daily and other scheduled batch files, including an internal backup batch file that used a Robocopy script.  These would run programs, open Firefox tabs, or otherwise do things that I needed to do at a certain time every day, or on a certain day of the week, month, etc.  These scheduled items could be exported from Task Scheduler and imported into new installations, so they would not have to be re-entered manually.
  • Create System Restore Points at regular intervals.  I downloaded the Instant_Restore_Point.vbs script and added a line to my daily batch file, so that I would have at least one such restore point each day.
Finally, I turned to miscellaneous tweaks and adjustments:
  • Installing the programs listed above gave me a large number of duplicative Start Menu entries.  (My customized Start Menu, saved on D, already had links to those programs, sorted into various categories for easy access.  When I reinstalled the programs, those already-sorted shortcuts worked again, so I didn't need the new ones that the programs had installed on the desktop and in the top level of my Start Menu > Programs.)  To get rid of the duplicates, I put all the new shortcuts into a separate folder and ran a DoubleKiller comparison of that folder against my customized Start Menu.  Very few had the same size and CRC numbers.  Many had the same names, but I could not have any global certainty that the ones already existing in the Start Menu were still working.  Ultimately, I just manually re-sorted many of these new shortcuts, overwriting the old ones in the event of conflict.
  • To get windows to stay in the size and position where I put them, I tried an approach that had sometimes worked for me:  right-click on the title (top) bar of a Window.  Choose "Size."  Drag the window and its edges somewhere and then let it go.  If it doesn't respond, trying using arrow keys.  Then click on the top right X to close the window.  I almost thought that approach was working for me.  Some people said that FileBox eXtender or WindowManager would fix this.  At this point, I was just beginning to try ShellFolderFix for this purpose.
  • To prepare Audacity to record streaming audio, I took the advice to go into Control Panel > Sound > Recording tab > right-click anywhere in the white space > Show Disabled Devices > right-click on Stereo Mix > Enable.  Right-click on Stereo Mix again > Set as Default Device.  Then I went into Audacity > View > Toolbars > make sure Device Toolbar is checked.  The location of that toolbar apparently shifted, from one version to the next.  In my version, it appeared slightly to the right of the center; in others, it ran across the top line.  It apparently reflected the same thing as in Edit > Preferences > Devices.  The Device Toolbar had drop-down boxes listing various speakers and microphones.  There, in the first box, I selected Windows DirectSound, and in the third box I selected Primary Sound Capture Driver.  (Some versions of Audacity apparently combined the two into one.)  This approach had worked previously, but did not work on this new installation; I was not able to record streaming audio. Back in Control Panel > Sound, I could see the level meter moving on my headset's microphone; the mike was picking up what was being played in the headset's ear speakers.  But the Stereo Mix item was not showing any such action.  I tried the approach of using a cable to connect the computer's Line In and Line Out (or, on my computer, Front Speaker Out) ports, but that didn't work either.  It seemed to be a hardware problem.  So this was still a work in progress.
  • Shellstyle.dll.  I had modified this file to hide the command bar (i.e., the folder band) in Windows Explorer.  Now I needed to put it into C:\Windows\System32.  Despite taking ownership of the System32 folder, I still had to take ownership of the Shellstyle.dll file within it, in order to replace it with this other Shellstyle.dll file.  Later I decided that I sometimes needed the folder band.  I had renamed the old one to be shellstyle.old, so I could presumably have gone back if I'd had a burning need.
  • To get Windows to stop asking if I was sure I wanted to delete files, I right-clicked the Recycle Bin icon on the desktop > Properties > uncheck "Display delete confirmation dialog."
  • To make Internet Explorer stop offering to "Speed up browsing by disabling add-ons," I took the advice of Pete, who posted a comment on my previous post.  Pete's advice was to go to Start > Run > gpedit.msc > Computer Configuration > Administrative Templates > Windows Components.  In the left pane, under Windows Components -- not a subfolder, but a sort of subentry, made more visible by double-clicking again on Windows Components -- there was an All Settings option.  I clicked on that.  This opened a long list of items in the right pane.  One was "Disable add-on performance notifications." I double-clicked on it and selected Enabled and then bailed out.  I hoped that would solve the problem.  It didn't.
The last step was to synchronize the new Win7 installation with other computers.  This time around, I was not having the IP Address Conflict problem I'd had previously.  I just had to do basic networking and set up GoodSync.

Wednesday, November 30, 2011

Win7RegEdit.reg Updated

I had previously developed a .reg file that would automate a number of registry edits in Windows 7.  This post presents a slimmed-down version of that .reg file.  The tweaks in this .reg file were part of a Win7 installation that also used Ultimate Windows Tweaker and other tools, as described in another post in this blog.  The purpose of the present post is just to display the contents of Win7RegEdit.reg.

The following text will probably display better if copied and pasted into Notepad.  It may be necessary to correct some line breaks inserted by the blog website.  I wouldn't recommend using this information if you aren't sure what you're doing and haven't backed up your system.

Windows Registry Editor Version 5.00
; Run Ultimate Windows Tweaker first.  This adds options not available there.
; More info & restore options in 32-bit version of this file.


; ************* WINDOWS EXPLORER *************

; ***** Disable Libraries *****
[-HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
“{031E4825-7B94-4dc3-B131-E946B44C8DD5}”=-

; Set Documents folder template as default
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="Documents"

; Add context menu option to open files with Notepad
[HKEY_CLASSES_ROOT\*\shell\Notepad]
@="Open with Notepad"
[HKEY_CLASSES_ROOT\*\shell\Notepad\command]
@="notepad.exe \"%1\""

; Disable Windows from asking "Do you want to open this file?"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

; Disable annoying web service dialog for opening files
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001

; Disable Windows 7 built-in CD burning
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001


; ************* START MENU, TASKBAR, AND THUMBNAILS *************

; Make Aero Peek happen instantly
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DesktopLivePreviewHoverTime"=dword:00000000

; Make Aero taskbar thumbnails show contents immediately when hovering
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00000001

; Increase Start Menu display speed -- default is 400
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="200"


; ************* FILE LOCATIONS *************

; Point to W for customized Start Menu and Programs
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Administrative Tools"="W:\\Start Menu"
"Programs"="W:\\Start Menu\\Programs"
"Startup"="W:\\Start Menu\\Programs\\Startup"
"Start Menu"="W:\\Start Menu"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Programs"="W:\\Start Menu\\Programs"
"Startup"="W:\\Start Menu\\Programs\\Startup"
"Start Menu"="W:\\Start Menu"

; Point to Current folder for Music, Video, Pictures, etc.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"My Music"="D:\\Current"
"My Pictures"="D:\\Current"
"My Video"="D:\\Current"
"Personal"="D:\\Current"
"{374DE290-123F-4565-9164-39C4925E467B}"="D:\\Current"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"My Music"="D:\\Current"
"My Pictures"="D:\\Current"
"My Video"="D:\\Current"
"Personal"="D:\\Current"
"{374DE290-123F-4565-9164-39C4925E467B}"="D:\\Current"

; Point to X:\Cache for cookies, cache, etc.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Cache"="X:\\Cache\\Temporary Internet Files"
"Cookies"="X:\\Cache\\Cookies"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Cache"="X:\\Cache\\Temporary Internet Files"
"Cookies"="X:\\Cache\\Cookies"

; Customize default places bar in Win7's common file dialog box
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"="MyDocuments"
"Place1"="Recent"
"Place2"="D:\\Career"
"Place3"="D:\\Personal Projects"
"Place4"="W:\\Start Menu\\Programs"


; ************* INTERNET EXPLORER *************

; Specify IE download directory
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
"Download Directory"="D:\\Current"

; Force IE to launch shortcuts in a new window
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000


; ************* LOGIN, LOGOUT, SHUTDOWN *************

; Save settings on exit
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

; Disable automatic restart after crash so you can see error messages
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot "=dword:00000000


; ************* OTHER TWEAKS *************

; Remove "Shortcut" from title of shortcuts
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

; Disable creation of Thumbs.db
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisableThumbnailCache"=dword:00000001

; Disable beep on error
[HKEY_CURRENT_USER\Control Panel\Sound]
"Beep"="No"

; Increase Internet download connections to 10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:0000000a
"MaxConnectionsPer1_0Server"=dword:0000000a

; Google Earth cache settings
[HKEY_CURRENT_USER\Software\Google\Google Earth Plus]
:: Move cache to drive X
:: Originally "CachePath"="C:\\Users\\Ray\\AppData\\LocalLow\\Google\\GoogleEarth"
"CachePath"="X:\\Cache\\Google Earth"
:: Set disk cache to 2GB and memory cache to 1GB
[HKEY_CURRENT_USER\Software\Google\Google Earth Plus\Cache]
"DiskCacheSize"=dword:000007d0
"MemoryCacheSize"=dword:000003e8

Thursday, May 19, 2011

Windows 7: Video Programs Don't See the Camcorder

I was trying to download video from a digital video (DV) camcorder via Firewire (IEEE 1394) cable.  This particular camcorder had no USB option.  Unfortunately, the computer was not seeing the camcorder.  The device wasn't showing up in Windows Explorer, and my video editing program was reporting "No DV camera detected."  I ran a search and saw that others had a similar problem.  I'd had this problem previously, on Windows XP, but since then I had successfully downloaded video to this computer running Windows 7.  I wasn't sure why things had suddenly changed.  The solution, previously, had been to boot into Ubuntu and use dvgrab.  I no longer had an Ubuntu installation on this computer.  My exploration of alternatives led to the possibility of creating a custom Ubuntu boot CD, using Remastersys, to include dvgrab.  Before reaching that point, though, a look into Win7's Device Manager > Imaging Devices > right-click on the camcorder > Properties > General tab generated this error message:

Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged.  (Code 19)
That led to a different search.  Like others, I did get the Windows sound indicating that a device had been plugged in; I just didn't get recognition of the device.  I had tried uninstalling the item from Device Manager, on the theory that the camcorder should have been appearing in the "Sound, video and game controllers" section of Device Manager, not under "Imaging devices," but it came back as an imaging device again.  In Device Manager > right-click on the camcorder > Properties > Driver tab > Update Driver > Search automatically, I got the reply, "The best driver software for your device is already installed."  I thought maybe I could double-check that by visiting the camcorder manufacturer's website for the latest driver.  But now I wondered:  had I not completely uninstalled the Firewire driver in my previous try?  I also recognized, at this point, that I had not included a specific reference to "Code 19" (above) in my previous search, so I tried again.  A page at About.com listed a number of troubleshooting steps.  One that I had not tried and that seemed especially relevant was to delete the UpperFilters and LowerFilters values in the registry via Start > type Regedit > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class, as indicated in an About.com tutorial.  At that location, as indicated by a table showing device class GUIDs, it seemed I was looking for the GUID for either "Imaging Devices" (which was where Device Manager was actually showing the camcorder) or for "Sound, video and game controllers" (which was where the other source, above, said the camcorder should have been appearing).  The GUID table did not have precisely those same options.  Instead, it had entries for Video Adapters, for the IEEE 1394 host controller, for Cameras and Scanners, and for Audio and Video Devices.  I decided to start with the IEEE 1394 host controller.  The table said the GUID for that was 6BDD1FC1-810F-11D0-BEC7-08002BE2092F.  I looked for that number under the Class registry location (above).  I found it and clicked on it.  The tutorial said that I should now see UpperFilters and LowerFilters values.  I didn't.  In that case, the tutorial said, this wasn't the right solution for me.  Just in case, I tried clicking on the Properties item under that GUID.  This produced an error:
Error Opening Key
Properties cannot be opened.
An error is preventing this key from being opened.
Details: Access is denied.
So, hmm, that could be either part of the same problem, or yet another problem.  I backed up and tried checking the GUID for Cameras and Scanners.  According to the table (above), that GUID was 6BDD1FC6-810F-11D0-BEC7-08002BE2092F, almost the same as the one just examined.  Under that one, I did see a LowerFilters entry, but nothing for UpperFilters.  The tutorial said that was OK, just delete whichever one did appear there.  So I clicked on the LowerFilters item and hit the Delete key.  I got a warning asking me to confirm, and noting that this could cause system instability.  I went with it and then, as advised, I closed down everything and rebooted.  Before rebooting, just for good measure, I right-clicked on the item in Device Manager that had the yellow triangle and black exclamation mark next to it -- that is, the camcorder entry under Imaging Devices (above) -- and selected uninstall.  On reboot, that returned there; but this time, its Properties reported, "This device is working properly."  I tried downloading video from the camcorder again.  This time it worked.

So the solution, for me, this time, was to delete the UpperFilters and/or LowerFilters keys in the registry and perhaps also to try again at deleting that erring entry in Device Manager, and then reboot.

With that solution in place, it became unnecessary for me to pursue other leads I had identified.  These included another guide to delete the necessary registry keys in Windows XP and Vista, complete with a script to do it automatically; a guide to delete a different registry key -- in Vista, but apparently also applicable to Windows 7, with an alternate eHow presentation

Friday, March 25, 2011

Windows 7: Windows Explorer: CDs and DVDs: Files Ready to Be Written to the Disc

When loading a program DVD, I noticed that Windows Explorer showed its files in two groups:  "Files Currently on the Disc" and "Files Ready to Be Written to the Disc."  This wasn't a DVD/RW disc, so this grouping didn't make sense.  I wanted to get rid of it.  I ran a search and got advice to paste this address into the address bar in Windows Explorer:

%userprofile%\AppData\Local\Microsoft\Windows\Burn\Temporary Burn Folder
and, there, to delete all contents from the Temporary Burn Folder (but not the folder itself). That solved half the problem:  the "Files Ready" group was gone, but I still had "Files Currently on the Disc."  I ran another search and found a webpage leading to a How-To Geek page that said this was a result of having Windows 7 built-in (as distinct from e.g., Nero third-party) DVD burning enabled.  To disable the built-in burning, I downloaded their registry hack for Vista and verified in regedit that it added the desired value to the Win7 registry.  I checked in Windows Explorer.  The Files Currently on the Disc message was still there.  I rebooted.  On reboot, I got an error:
explorer.exe
The parameter is incorrect
I wasn't sure if this resulted from the registry edit.  The Files Currently on Disc message was no longer there when I selected the DVD drive (with a disc in the drive) in Windows Explorer.  The original problem seemed to be fixed.  Glary Registry Repair did not identify the registry tweak as a problem.  I went ahead and added it to my all-purpose Win7RegEdit.reg registry tweak file that I would run when installing Windows 7.

Windows 7: Remove InstallShield Update Manager

The InstallShield Update Manager (ISUM) had somehow installed itself on my system.  It would sometimes appear in my system tray, and would also pop up messages telling me that I needed to install updates.  I wanted it gone.

I ran a search and found a Flexera Software webpage that offered a link to a SoftwareManagerUninstall.exe program.  I ran that uninstaller and was greeted with a question:  "Are you sure you want to remove the FLEXnet Connect Software Manager?  Odd question; I hadn't installed any such thing.  Logically, though, it couldn't hurt, so I said sure, do it.  A moment later, it said the software manager had been removed from my system.  I was glad for that.  But the ISUM icon was still in my system tray, and when I double-clicked on it, it informed me that it was currently updating two important programs, namely, ON-OFF Charge B10.0427.1, which I had never heard of, and the InstallSheild Update Manager itself.  Marvelous.

The idea seemed to be that there were different versions of the ISUM, depending on which program installed it on my system, which would explain why various sites pointing me toward specific registry entries didn't work for me -- and I couldn't just delete all references to InstallShield, because all kinds of programs used that as their installer.  I went into Control Panel > Programs and Features to verify that, as I recalled, the InstallShield Update Manager was not listed there.  With the aid of a thread, I found that C:\Program Files\Common Files\InstallShield\UpdateService\ISUSPM.exe was the operative program -- running the Update Manager, I mean -- but somebody said that deleting that wouldn't solve the problem; it would just be reinstalled by the related registry entries at some point.  There was the option to set it not to check for updates, but somebody in that thread said it would then pop up to remind me that I had set it to not remind me.

I ran a better search and got a suggestion to use Autoruns instead of Start > Run > msconfig to identify ISUM as a starting program and untick it.  But before trying the Autoruns/msconfig route, I did a Ctrl-F in Start > Run > regedit for ISUSPM.exe.  This gave me the idea to delete the C:\Program Files\Common Files\InstallShield\UpdateService folder and then run Glary Registry Repair to wipe out references to it.  Thanks to previous tweaks (see links above), I was already running as administrator with about as much freedom as I could persuade Win7 to give me, so I figured the only thing left to do, before I could delete that folder, would be to use my right-click Lockhunter option to free it up in Windows Explorer.  That didn't work, though, so I tried deleting the contents of C:\Program Files\Common Files\InstallShield\UpdateService individually.  Everything went except issch.exe.  For that, I got an error:

File In Use
The action can't be completed because the file is open in InstallShield Update Service Scheduler.
So I went into Task Manager (Ctrl-Alt-Del) > Processes tab, highlighted issch.exe, and clicked End Process.  That took care of that.  (When I tried this on another machine, I also had to use Task Manager to shut down agent.exe, ISUSPM.exe, and one or two other processes.)  Then I closed Task Manager.  Now I could get rid of the folder.  I ran Glary.  I was watching one of the references to ISUSPM.exe in regedit, and it did not change when Glary was done, so I rebooted, ran Glary again, and did another search in regedit for ISUSPM.exe.  That reference was still there; so, maybe, were others.  I wasn't sure what to do about that, so I left it alone for a while.

Nothing further emerged, so I left things as they were.  The InstallShield Update Manager seemed to be gone.  There was still an InstallShield Program Updates icon in Control Panel, though.  I got rid of that by going to C:\Windows\System32.  There, I clicked on the Type heading (in Windows Explorer) to sort by that field, scrolled down to the .cpl (Control panel item) files, and deleted ISUSPM.cpl.  The icon was still in Control Panel, but I thought maybe it would go away after a reboot.  That may have been correct.  When I checked a week later, it was gone.

Windows 7: Item Not Found Error

Suddenly, when I was moving folders, I started getting a stupid message that the folder that I was moving was no longer where it used to be.  The message was specifically as follows:

Item Not Found
Could not find this item
This is no longer located in [source folder].  Verify the item's location and try again.
Trying again would finish the move.  I wanted to stop getting this message.  I ran a search and came up with a thread suggesting that the problem was with a Windows 7 update, KB980408.  That thread led me to a .reg file, which I downloaded and ran:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}\PropertyBag]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}\PropertyBag]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}\PropertyBag]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}\PropertyBag]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}\PropertyBag]
That seemed to take care of it.

Thursday, January 13, 2011

Windows 7 Installation - First Try

I decided to install Windows 7.  I had previously written up my preferred Windows XP installation process.  This post updates that previous writeup for Windows 7.  It seemed likely that I would find additional helpful Win7 tweaks after using it for a while, so I considered this my first try.  The version I was installing was Win7 Ultimate.  My efforts as described here were fairly comprehensive -- I worked through lots of issues -- but also pretty disorganized.  The second try, I hoped, would be better.

I decided to get and use a 32-bit version of Win7.  I had tried a 64-bit version of Ubuntu and found that there were quite a few problems.  Even at the time of this writing, I was hearing some indications that reminded me that 64-bit Win7 and other 64-bit operating systems were still not established.  This was from the perspective of someone who usesd the computer for work, and a wide variety of general-purpose work functions at that, and not much for play.  I would have had a different opinion if I had different needs.  Presumably 64-bit had more speed.

I also decided to do a clean installation, completely overwriting the previous Windows XP installation.  Although I didn't look into it, it sounded like there might be some kind of "hard link" alternative.  I didn't explore it, so I was not sure if it was actually much easier than the fresh install option.  For upgrades from Vista, apparently there was an Upgrade Advisor that might have been helpful.

In my case, with my Gigabyte motherboard, the essential first step, before even completing the Win7 installation, was to install two motherboard drivers that were supposed to be installed from floppy disk.  I did not realize this.  A belated search led to one source who claimed that reinstallation was not necessary, but I had only just done the installation, and it had been pretty easy, so I decided it was easier to just reinstall than to follow his directions.

I started by downloading the current drivers from the motherboard manufacturer's website.  Gigabyte's website contained a link to DriverAgent, which did a free scan for missing drivers but then wanted to charge me a fee to download and install them. I decided to just get them from the Gigabyte site. I unzipped them, but to see and actually install their setup files, I had to make adjustments in Windows Explorer (Tools > Folder Options > View > unhide everything). I made other changes to the View tab while I was there. It had not changed much since Windows XP, so I used pretty much the same settings as before. (For details, go to the previous writeup and search for "Windows Explorer.")  The drivers unzipped automatically into separate folders.

It then occurred to me that possibly a complete reinstallation was not necessary.  I left my new but imperfect Windows 7 installation in place for the moment and rebooted from the Windows 7 DVD.  I clicked Next to get past the first Install Windows screen and chose the "Repair your computer" option. In the System Recovery Options dialog, I clicked on the Load Drivers button, inserted the CD containing the drivers, double-clicked on the file that was a "setup information" file type in the folder for the first driver, and clicked Add Drivers. I repeated those steps for the other driver. Evidently these steps loaded the drivers into memory.  Then I clicked Next and proceeded to the System Recovery Options dialog.  I clicked Startup Repair, but it could not detect a problem.  So I gave up on this approach and did the complete reinstallation.

Gigabyte's webpage said that the two drivers that had to be installed during Windows 7 installation would have to be installed from a floppy drive.  I did not have a floppy drive.  I burned the folders containing those drivers onto a CD.  Then I inserted the Windows 7 DVD and rebooted.  When the BIOS was loading, I got an option to press any key to boot from the DVD.  I did that.  This put me at the Install Windows screen.  I clicked Next > Install Now.  I took the custom installation option.  When I saw the question, "Where do you want to install Windows?" I clicked "Load Driver."  But after a minute, it came back with a message:

No device drivers were found. Make sure that the installation media contains the correct drivers, and then click OK.
One of these troublesome drivers was for a RAID array.  I had not actually set one up yet.  I unchecked the option that said, "Hide drivers that are not compatible with hardware on this computer," and then clicked Rescan. I still got the same message.  I wasn't sure what that meant regarding the quality of my download and the relevance of the drivers that Gigabyte's webpage had listed for my motherboard.  It appeared that I would be able to set up software RAID in Windows 7 regardless of my hardware, and that a hardware RAID array would have to be in place before I installed Windows.  As I was thinking this over, I came across a good article on RAID in Windows 7 that made me think that a Win7 software RAID array was actually better for my purposes anyway.  So at this point I bailed out of the attempt at reinstallation and just rebooted the Windows 7 installation that I had already set up.  I describe my actual RAID setup process in a separate post.

The other troublesome driver was for AHCI.  After installing the other drivers and rebooting, I got an option to set the BIOS to boot in AHCI mode.  Or something like that -- it had a short fuse and demanded a decision before I could really read what it was saying.  I went with the Yes option, I think, and that made Windows unable to run.  I had to reboot, hit Del to go into the BIOS, and look around to replace the AHCI option with the Native IDE option.  I then observed that, of course, the BIOS update had wiped out my settings, so I changed some other items while I was there.  Then I rebooted.

The next step was to install antivirus and firewall software.  I had always previously gone with free versions, most recently AVG.  For the moment, I decided to continue with AVG, but also looked into stronger alternatives, and on that basis, I thought I would eventually switch to F-Secure.

Next, updates.  I wanted to download them once and save them, so that I wouldn't have to re-download hundreds of megabytes' worth of updates and service packs every time I re-installed Windows 7.  But I had spent a lot of time taking the manual approach with Windows XP, it was hard to be sure of the right order to install them in, and it was a lot easier to just let the Windows Update site do it automatically.  I had already encountered an opportunity to set the downloads the way I wanted, which was to download but not install.  I preferred that because otherwise Windows XP, at least, would keep insisting on rebooting the system, until at some point that reminder would pop up right while I was in the middle of typing something and, presto! I would hit the wrong key and the system would reboot, taking all my work with it.  Unlike XP, Win7 wasn't showing me an icon in the system tray to indicate that it had downloaded updates and was waiting for a chance to install them.  It also didn't offer to do so when I clicked the Turn Off option to shut down the system.  But I could tell that it had downloaded updates because, when I did go to the Windows Update page, it didn't need to download anything; it just proceeded right into the installation of about 140MB worth of updates (counting those that weren't ready to install until after a reboot).

While updates were installing, I looked into user accounts.  For efficiency reasons, I had been running WinXP as administrator.  Microsoft said the user account would protect my computer by preventing users (me) from making changes that affect everyone who used the computer (me).  In other words, I decided to continue to do my work while logged in as administrator.  So before I installed programs that might configure themselves for individual user accounts, I did a search for how to delete my user account.  The advice I followed led me to the Control Panel, so at this point I decided to go ahead with the full Control Panel tour, which I had postponed until later when installed WinXP.

Ideally, I would have taken care of the accounts at this point.  But I didn't.  So some of the changes described below were made to my own personal account ("Ray"), and therefore had to be redone after I started up the Administrator account and deleted the Ray and Guest accounts.  Another thing that complicated that step of changing accounts was that I did not approach it through Control Panel.  I made the change in a different way, before looking at Control Panel > User Accounts.  So I was not sure what that User Accounts area would have looked like originally.

What actually happened was that I went ahead with the Control Panel tour (below), and toward the end of that process I discovered Ultimate Windows Tweaker (UWT), and used it to make some of the changes that I would have made through Control Panel.  UWT had some options that Control Panel did not have, but it also lacked some options that Control Panel.  It probably did not make much difference which came first, but in my own future installations I felt I would probably go through Control Panel first, and then run UWT, or possibly God Mode (below).

At any rate, I had to go into Control Panel > User Accounts (having switched, at the top right corner of Control Panel, from Category view to small icons), select the Ray account, and then click the "Delete the account" option.  There did not appear to be a way of deleting the Guest account, so I just left it turned off.  Then, to continue preparing for the Control Panel tour, I opened Internet Explorer and opened a separate tab for each webpage that I often checked in Internet Explorer (e.g., Hotmail).  Then, in Intenet Explorer, I went to Tools > Intenet Options > Home Page > Use current.

What I wanted, for this purpose, was to konw how to use the PowerShell ISE to create a set of modules for PowerShell that would do things (e.g., adding features) that otherwise I would have to do manually, by going into this menu and choosing that option, etc.  Why should so many of us spend so much time doing that sort of thing, when it was (in my understanding) entirely possible to use PowerShell commands, already installed in Win7, to share a set of commands that would do it all automatically, in one step?  But apparently I was misunderstanding something about this.  My search suggested that, while there were plenty of websites sharing Win7 tweaks, there were almost none sharing Win7 tweaks contained in PowerShell modules.

Registry edits were an alternative for some such tweaks.  My key sources for guidance, in these tweaks, included the massive collection of SevenForums tutorials and the How-To Geek list of registry hacks.  This was the point at which, in future installations, I would run Win7RegEdit.reg, a text file that I built up during the process of learning how to configure Win7.  Running it at this point, which I did not do, would have affected some of the other instructions shown below.  Before running it, I would need to adjust editing permissions for one branch of the registry.  Steps for that:  go into regedit, navigate to HKEY_CLASSES_ROOT\CLSID, right-click on CLSID, go tinto Permissions, highlight Administrators, click Allow Full Control, go into Advanced, check "Replace all child object permissions with inheritable permissions from this object."

Next, in Control Panel, at the top right corner, I switched from Category view to small icons.  Then, going down the list, I hit a number of other items.  These are shown here in alphabetical order as they appeared in Control Panel, but this order also happened to be important for a few of these items:
  • Action Center:  I had already set my Windows Update settings.
  • Administrative Tools:  in Computer Management > Storage > Disk Management, right-click on the CD-ROM drive (at the bottom) and change its drive letter to Y.  Then change other drive letters (after rebooting, if necessary) as needed.
  • AutoPlay:  turned off for all devices.  Defaults set to "Take no action" for all items except movies and videos.
  • Backup and Restore:  I had not had good luck with Windows System Restore.  I preferred Acronis True Image.  So I just verified that this option was turned off.
  • Folder Options:  finished setting items I had not already set (above).
  • Internet Options:  I went into Tools > General tab > Browsing history > Settings > Move folder to another drive. I also went to Tools > General tab > Tabs > Settings > adjust as desired. I went to Security tab > Custom Level > Scripting section (near the bottom) > Allow programmatic clipboard access > Enable.  Then I navigated to YouTube.com and played a video, so as to trigger the process of installing Adobe Flash Player.
  • Notification Area Icons:  Always show all icons and notifications on the taskbar.
  • Personalization:  Windows Classic theme.  Window Color > Adjust at least Active Title Bar, Inactive Title Bar, Menu, and Desktop.
  • Power Options:  Show additional plans > High performance > Change plan settings > Change advanced power settings > Change settings that are currently unavailable > High performance > change individual items as desired > Apply.
  • Programs and Features:  Turn Windows features on or off > Make sure Indexing Service is off.
  • System:  Windows Activation > Activate.  System Protection > Hardware tab > Device Manager > verify are no yellow-circle exclamation marks.  Hardware tab > Device Installation Settings > Yes, do this automatically.  Advanced tab > Performance > Settings > Advanced > Change > Uncheck automatically manage paging file size for all drivers; instead, set a paging file of 4000-8000 MB (or more) on each hard drive.  System Protection tab > Configure > adjust Disk Space Usage as needed.
  • Taskbar and Start Menu:  Start Menu tab > Customize.  Adjust various items to taste.  Turn on Run command.  Save and close.
  • User Accounts:  see above.  When the dust settled, I had only the Administrator account here.
  • Windows Defender:  turn on.
  • Windows Update:  after installing desired updates, highlight all unwanted updates (e.g., foreign language packs, right-click, and select "Hide updates."  
For purposes of doing these tweaks, UWT (above) was not the only consolidated alternative to Control Panel.  Another was God Mode.  Apparently this was just originally going to be an All Tasks folder in Win7, but Microsoft didn't include it in the final version, and bloggers gave it the God Mode name.  It seems there were actually a number of different subcollections of tweaks which, at brief glance, didn't look like they added much to UWT for my purposes.  What I decided to do with this was to create a Start Menu entry for an All Tasks folder.  The full folder name was long, so I parked it further down in the Programs listing within the Start Menu (below), and just put a shortcut to it at the top level of the Start Menu.  To automate part of that last step, I wrote a command for a DOS batch file. That batch file (Win7NewInstall.bat) eventually came to have other lines as well.

In the past, I had overlooked some Control Panel items that would have been useful.  So in that God Mode (what I called the All Control Panel Options) folder, I hit Ctrl-A (i.e., I selected everything) and then right-clicked and said "Create shortcut."  This put 276 shortcuts on my desktop.  I moved them to a folder, where I could see their full names.  I deleted those that I didn't think I would need.  I moved a bunch of them to a folder for items that I would run only when installing a new system.  I put the rest in other categories, and moved them to relevant places in my Start Menu.  This was an alternative to the approach of removing or hiding unwanted items in Control Panel.  With these steps, I hoped to be able to do without Control Panel, but it was still there unchanged for purposes of following steps advised by others.

I had worked out a customized Start Menu, with several advantages.  Another post describes the process of making that work in Win7.

Something else that I should have done early in the process was to map my network drives.  The problem was, I was simultaneously doing some hardware changes.  I had a Synology Network Attached Storage (NAS) unit, but for performance reasons I wanted to change to some other arrangement.  I needed to get that other arrangement in place first -- actually, before proceeding with this installation -- or at least I needed to know which drives would be where, because of course when I mapped them I would assign them drive letters, and aspects of this installation would be looking for those letters.  So I took a detour, during this installation, to figure out that part of my hardware arrangement. 

The next task was to customize Windows Explorer.  It looked like I was stuck with the new menu bar that Microsoft added at the top, unless I wanted to risk seriously screwing up the system.  I wondered if there was a good alternative to WinExp.  When I started looking around, I saw statements that resonated with my experience regarding WinExp's slowness.  It developed that there were a bunch of alternatives.  I prepared a separate post leading to my conclusions in that area.  Basically, I decided to start with Total Commander and see if I liked it.  Of course, I could still use Windows Explorer regardless.  This somewhat took the fire out of my interest in more Windows Explorer tweaks.

Other Tweaks

Early in the process, I installed Google Chrome.  I had to.  It was impossible to get anything done in Internet Explorer, especially in terms of looking at lots of different webpages providing advice on how to solve problems.  Within Chrome Extensions, I installed Webpage Decorator.  The reason for this extension was to make it easier to see which links in Google searches I had already visited.  Their colors were almost identical in Chrome originally.  After installing it, I clicked its newly installed icon (at the right end of the Chrome search bar) and made the colors of links and visited links more clearly distinct.

I got an uninvited item on the taskbar saying, "Welcome to Windows Media Player."  I went through a custom installation, making it the default player for the time being.  Then I unpinned the icon from the taskbar.

Also, from almost the beginning, Windows Defender would give me an error message at startup:  "Service has stopped.  A problem caused this program's service to stop.  To start the service, click the Start now button or restart your computer."  I searched for a solution and noticed lots of posts on how to uninstall or disable Windows Defender.  I looked into that.  While Windows Defender appeared to be antispyware that ordinarily performed a valid function, it was also no different than other antispyware.  Apparently this problem could be caused by conflicts with other antivirus software (e.g., McAfee).  I originally thought Windows Defender kept being turned off after I turned it on because I had disabled UAC; apparently Windows Defender was related to that.  Ordinarily, to turn it off, I would go to Control Panel > Windows Defender > Turn it on > Tools > Options > Administrator > uncheck > Save.  This would still produce the error, "This program is turned off."  In another approach, I tried running services.msc and selecting Disabled as the Startup type under Windows Defender (right-click > Properties).  But that, too, left me with a reminder to turn on Windows Defender on startup.  Anyway, this approach of trying to shut Windows Defender up was not working.  If you can't beat 'em, join 'em.  I went back to services.msc and set it to Automatic; I went into Control Panel and uninstalled AVG antivirus; and I downloaded and installed Microsoft Security Essentials.  I planned to upgrade to better antivirus software later, but hoped that this would reduce conflicts for the short term.

Epilogue

By this point, it was time to start over again.  The reason was that this installation had somehow acquired a networking problem that I just could not fix. The reinstallation is described in another post.