WinXP system to fix the taskbar error method

  

In Windows XP, we may encounter abnormalities such as the taskbar getting bigger or appearing above. We need to manually adjust the taskbar or use third-party tools. Recovery, for computer rookie this is undoubtedly a complicated procedure, in fact, it is not difficult to fix the taskbar error, we can manually create a batch, when the taskbar has an error, just double-click to restore to the default state.

1, first need to create a new text document. Right click on the blank space on the desktop and point to the “New” item and click on “Text Document” in the next menu. 2. Open the new text document and copy the following code into it

3. Click the “file” button in the menu bar, open the shortcut menu and click “Save as ”Command
Copy content to clipboard@echo off­


  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\StuckRects2" /f­

  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ StreamsMRU" /f­

  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Streams\\Desktop" /f­

  • reg delete " HKCU\\Software\\Microsoft\\Internet Explorer\\Explorer Bars\\{32683183-48a0-441b-a342-7c2a440a9478}" /f­

  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion \\Policies\\Explorer" /v "NoToo lbarsOnTaskbar" /f­

  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /v "NoSetTaskbar" /f­

  • Reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /v "NoCloseDragDropBands" /f­

  • reg delete "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\ Policies\\Explorer" /v "NoMovingBands" /f­

  • regsvr32 stobject.dll /s­

  • regsvr32 webcheck.dll /i /s­

  • taskkill /f /im explorer.exe&&explorer.exe­



  • 4. Select the location where you want to save the batch file. I want to save the file on the desktop, so click on the “Desktop” item in the left navigation pane

    5. In the File Name box, type any suffix with the name .bat. Name, click “Save & rdquo; button

    6, at this time generate &l on the desktop location Dquo;fix taskbar error.bat” batch file

    7, double-click the batch file to fix the taskbar error

    8, after repair, we Need to open the "Quick Start Bar" and "Lanban Bar" display status, just right click on the blank space of the taskbar, the pop-up menu points to "Toolbar", the sub-menu "Lanban" ” and “Quick Start Bar>


  • Copyright © Windows knowledge All Rights Reserved