Search

Windows Tips By Carey Holzman - Part I

0 views

Resolving Explorer Hang and File Deletion Issues

When Windows Explorer freezes while you try to delete a file or folder, the problem usually hides behind a seemingly unrelated component. In many older systems the culprit is the Vividence media player, a tiny plugin that pops up a usability survey during installation. Even if you never opened the survey, the plugin stays in the background and hooks into Explorer’s file‑system operations. If you notice Explorer locking up at the moment you hit delete, the first step is to check whether Vividence is installed. Go to Control Panel, open Programs and Features, and look for “Vividence Player.” If you find it, uninstall it with the built‑in removal tool, then restart the computer. The Explorer should resume normal behavior once the plugin is gone. This fix has saved dozens of users from endless waiting and forced file‑system scans.

Another scenario involves hidden system processes that interfere with file removal. When a file is locked by an invisible process, Explorer will appear stuck. Press Ctrl‑Shift‑Esc to open Task Manager, go to the Details tab, and look for processes that might be holding the file - often “svchost.exe” or a third‑party antivirus. Right‑click the process, choose “End Task,” and try deleting the file again. If the problem persists, boot into Safe Mode, which loads only essential drivers and services, and delete the file there. Once the file is gone, reboot normally and run a full system scan with your antivirus to ensure no malware is lingering.

File permissions can also cause delete operations to stall. Right‑click the folder or file, select Properties, and navigate to the Security tab. Verify that your user account has Full Control. If not, click Edit, add your account, and grant Full Control. After updating permissions, retry the delete. Sometimes the issue is a corrupted NTFS inode; run “chkdsk /f” from an elevated Command Prompt to repair any file‑system errors that may be blocking Explorer. This command can take a while on large drives, but the resulting consistency check often resolves stubborn delete failures. Keep in mind that if the drive is physically damaged, you may need to use a dedicated data‑recovery tool to move important files before attempting to clear the problematic ones.

Lastly, make sure that your Windows updates are current. Older versions of Windows ME and 2000 have known Explorer bugs that were patched in service packs. Installing the latest service pack for your OS not only brings performance improvements but also fixes many small glitches, including those that cause Explorer to hang when removing items. After updating, reboot, try deleting the same file, and observe the change. If the issue still remains, it’s a strong indicator that a third‑party application is interfering, and the Vividence removal or a clean install of the problematic software may be required.

Managing Browser Cookies and Privacy Settings

While browsing the web, you might notice a persistent cookie named “doubleclick” that shows up in your Internet Explorer cookie list. This cookie originates from DoubleClick, a subsidiary of Google that serves ads and tracks user behavior. Although harmless on its own, some users prefer to block it to reduce tracking or free up space. To block DoubleClick, open Internet Explorer, click Tools, choose Internet Options, then go to the Privacy tab. Under “Web sites,” click Edit, type “doubleclick.net” into the box, and hit Block. This action instructs Internet Explorer to refuse any cookies from that domain, effectively stopping DoubleClick from storing data on your computer. Remember that blocking advertising cookies can affect the functionality of certain sites that rely on them for content delivery.

Beyond DoubleClick, you may want to refine your cookie settings for privacy or security. In the same Privacy tab, you can choose between the preset options - Low, Medium, High, or Custom. Custom lets you set granular preferences: block all cookies, allow only first‑party cookies, or permit third‑party cookies from specific sites. After adjusting, click Apply and OK. If you encounter sites that stop loading correctly, you may need to temporarily switch to a higher level or allow specific third‑party cookies. Testing after each change helps you find the sweet spot between privacy and usability.

Additionally, consider clearing your existing cookie cache periodically. In the Cookies section of Internet Options, click Delete, then select “Cookies” and “Temporary Internet files” before confirming. This action removes all stored cookies, which can resolve login problems or page rendering issues caused by stale or corrupted data. Many users forget that cookies can accumulate over months, and a quick cleanup often restores performance.

For more advanced cookie management, third‑party extensions such as Cookie AutoDelete can automatically purge unwanted cookies when you close a tab or browser. These tools provide a higher degree of control than the built‑in options and can prevent the accidental accumulation of tracking data. If you’re comfortable with the built‑in settings, though, the steps above will keep DoubleClick and other unwanted trackers from cluttering your browsing experience.

Fixing Missing CD‑RW Drives and Driver Problems

Installing a new CD‑RW drive on an older machine - especially an EMachines model - sometimes results in the device not appearing in Windows Explorer. The root cause often lies in the absence of the VIA “IDE Miniport Driver,” which is not bundled with the standard VIA 4‑in‑1 service pack. To resolve this, download the VIA Miniport Driver from the official VIA arena website. After installation, a “Bus Master PCI Utility” icon will appear in the system tray. Double‑click it to bring up a list of connected devices; your CD‑RW should now be visible. Click the drive entry, switch its mode to PIO Mode 4, and commit the change. A reboot is required before the device will function correctly.

If the drive still does not show up, ensure that the IDE cable is properly seated on both the drive and the motherboard. A loose connection can cause Windows to miss the device entirely. Check the SATA/IDE port status in Device Manager under “IDE ATA/ATAPI controllers.” If the port is disabled or shows an error, right‑click and enable it or update its driver. In some rare cases, a firmware update for the CD‑RW may be necessary - consult the manufacturer’s support site for the latest firmware files and installation instructions.

When dealing with other hardware that appears absent - like a CD‑RW or even a USB device - remember that missing drivers can also cause the problem. Windows may list the device as “Unknown Device” in Device Manager, indicating that the system cannot communicate with the hardware. Use the hardware ID shown in Device Manager to search for the correct driver package online. If the vendor provides a dedicated Windows 9x or 2000 driver, install it directly. For newer hardware on legacy OS versions, consider a generic driver that offers basic functionality, even if advanced features are limited.

Sometimes the issue is not the driver but the BIOS. A BIOS that is not set to detect IDE devices properly will leave the OS unaware of the CD‑RW. Enter the BIOS setup during boot, locate the “IDE Configuration” section, and enable “Primary IDE Channel.” If you’re using a secondary channel, enable it as well. Save the changes and reboot. After a BIOS adjustment, repeat the driver installation process to confirm the drive now appears in Windows Explorer. These steps collectively cover most scenarios where a newly installed CD‑RW fails to surface on older machines.

Updating Windows, Error Reporting, and Utility Management

Users of Windows ME or 2000 often run into issues while downloading critical updates from Microsoft’s catalog. One common error displays a WScript error window with the message “Loading script ‘C:\Nologo’ failed.” This problem typically stems from a missing Windows Scripting Host component. Download the latest scripting engine from Microsoft’s website, specifically the file scr56en.exe, and run it as an administrator. After installation, reboot and try the update again. If the error persists, run “sfc /scannow” from an elevated Command Prompt to check for corrupted system files that might be interfering with the scripting host.

Turning off automatic error reporting in Internet Explorer 6 on Windows ME can also improve stability. Open the Registry Editor (regedit.exe) and navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main. Create a DWORD named IEWatsonEnabled and set its value to 0. This action disables the Watson error reporting system, which sometimes triggers unwanted pop‑ups during browsing. For a detailed explanation of this setting, refer to Microsoft’s knowledge base article on disabling error reporting. After editing the registry, close the editor and restart Internet Explorer to apply the change. Be cautious when editing the registry; create a backup before making changes.

When installing software such as Roxio Easy CD Creator, users may experience installer failures that abort before files are copied. A simple workaround involves renaming the “InstallShield” folder found under C:\Program Files\Common Files. Change it to something like xInstallShieldx, then run the Roxio installer again. The installer will create a new InstallShield folder, allowing the installation to proceed. If a future uninstall fails, reverse the process: rename InstallShield back to its original name. This approach avoids many common conflicts between InstallShield versions and system libraries.

Backup utilities also deserve attention. Windows ME does not include the “Backup” tool found in Windows 95/98 by default. The backup program is located in the add‑ons\msbackup folder on the Windows ME CD, but many OEMs omit it from their retail copies. If you need a reliable backup solution, consider downloading the standalone Microsoft Backup tool from Microsoft’s support site or use third‑party backup software that offers full system imaging. Remember to test the backup after creating it; a successful restore to a separate drive guarantees that your data protection strategy works when you need it.

Professional Support, Resources, and Community Engagement

Carey Holzman, the seasoned technician behind Discount Computer Repair in Phoenix, Arizona, has spent years mastering Windows troubleshooting. His shop offers repair, upgrade, custom‑built PCs, and network wiring services at competitive rates. If you encounter a problem that’s beyond the scope of this guide, consider reaching out. Call 602‑527‑9723 for a consultation, or email carey@careyholzman.com to schedule a repair or upgrade. Carey’s practical approach and extensive experience make him a reliable partner for keeping your Windows machine running smoothly.

For those who enjoy learning on their own, Carey’s written work is a valuable resource. His book on PC maintenance, available on Amazon, provides step‑by‑step instructions and deep dives into Windows internals. The cover image below can be viewed by clicking the link: Cover of PC Maintenance Book by Carey Holzman' /> This book is an excellent reference for both beginners and seasoned users looking to deepen their understanding of PC upkeep.</p>
<p>Carey also runs a free informational website at careyholzman.com, which hosts tutorials, FAQ sections, and community forums. If you’d like to contribute, consider donating $30 to help maintain the site; in return, you’ll receive a signed copy of his book as a thank‑you. For real‑time assistance, click the link below to ask a question. A dedicated forum thread will appear where other users and experts can offer help without waiting for an email reply.</p>
<strong>Ask Carey a Question! Free Windows help is just a click away.</strong></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                <div class=

Tags

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!

Related Articles