Fix-It Database
26 real-world recurring workplace issues solved step-by-step. Filter by application or use instant search to find immediate troubleshooting steps.
Outlook fix
Repairing corrupted Outlook data files (.PST / .OST)
- Close Outlook completely. Press Win + R and run
C:\Program Files\Microsoft Office\root\Office16\SCANPST.EXE. - Click Browse to select your default `.pst` file (located under Documents/Outlook Files).
- Click Start to scan for internal cross-link errors, then click Repair once processing finishes.
OneDrive fix
Resolving OneDrive file sync lock conflicts
- Look for the red "X" or blue padlocks on files in File Explorer.
- Right-click the OneDrive cloud icon in your taskbar tray → Pause syncing → 2 hours.
- Open Task Manager (Ctrl + Shift + Esc), end
Microsoft OneDrive, and restart it from the Start Menu.
Word fix
Deleting a stubborn blank page
- Turn on Show/Hide ¶ (Ctrl + Shift + 8) to see hidden page elements.
- If trailing paragraph marks exist, click before the last one and press Backspace.
- If caused by an ending table, change that trailing paragraph mark's font size to 1pt.
Word fix
Unlinking headers/footers between sections
- Double-click the header or footer on the page where changes must start.
- In the top ribbon, click Link to Previous to turn off synchronization with prior pages.
- Modify or remove header content without affecting preceding document sections.
Word fix
Starting page numbers on page 3
- Click at the top of page 3: go to Layout → Breaks → Next Page.
- Double-click footer on page 3 and disable Link to Previous.
- Go to Insert → Page Number → Format Page Numbers → Start at: 1.
Word fix
One landscape page in a portrait document
- Place your cursor at the start of the page to rotate.
- Insert a section break before and after it (Layout → Breaks → Next Page).
- Click inside that isolated section and select Layout → Orientation → Landscape.
Word fix
Stopping typing over existing text (Overtype mode)
- If new letters delete existing ones, press the Insert key on your keyboard once.
- To permanently disable it: File → Options → Advanced.
- Uncheck "Use the Insert key to control overtype mode".
Word fix
Fixing a table row that splits across pages
- Click inside the table row, then Table Layout → Properties → Row.
- Uncheck "Allow row to break across pages".
- To apply to the full table, select all rows prior to opening properties.
Excel fix
Hiding #N/A and #VALUE! lookup errors
- Wrap your formula inside an
IFERRORorIFNAwrapper function. - Type:
=IFERROR(XLOOKUP(A2, D:D, E:E), "Not Found")or""for blank. - Copy down the grid — calculated cells will show clean text or blanks instead of error codes.
Excel fix
Converting numbers stored as text to actual numbers
- Select the column exhibiting green triangles in cell corners.
- Click the yellow error indicator icon that appears beside the selection.
- Select Convert to Number from the drop-down menu.
Excel fix
Combining columns without retyping
- In a new column, enter
=A2&" "&B2to join text string values. - Copy the formula down the column grid.
- Copy the result column → Paste Special → Values to lock plain text.
Excel fix
Keeping leading zeroes (01234)
- Select cells before entering data, right-click → Format Cells → Text.
- For existing numbers: Format Cells → Custom → enter
00000. - Custom formats preserve numerical value for calculations while keeping leading zeros.
Excel fix
Freezing header rows
- Click the cell directly underneath the header row you need to lock.
- Go to View → Freeze Panes → Freeze Panes.
- The header row stays fixed on screen during vertical scrolling.
Excel fix
Removing duplicate rows
- Select data range, then go to Data → Remove Duplicates.
- Specify which columns require exact matches to qualify as duplicates.
- Excel retains the initial instance and deletes subsequent duplicate rows.
Windows fix
Clearing stuck print queue jobs (Print Spooler)
- Press Win + R, type
services.msc, locate Print Spooler and click Stop. - Open File Explorer and navigate to
C:\Windows\System32\spool\PRINTERS. - Delete all files inside the folder, then return to Services and click Start on Print Spooler.
Windows fix
Fixing dual monitor resolution or display scaling
- Right-click empty desktop area → Display Settings.
- Select the misaligned monitor thumbnail at the top.
- Set Scale to 100% or 125% and Display Resolution to Recommended.
Windows hack
Multi-copying with Clipboard History
- Copy multiple items sequentially (Ctrl + C).
- Press Win + V where you want to paste.
- Select any previous item from the pop-up history buffer.
Windows hack
Screenshotting a specific area
- Press Win + Shift + S to dim the screen.
- Drag a rectangular crop box over the targeted screen region.
- The snip copies automatically to clipboard for instant pasting (Ctrl + V).
Windows hack
Locking two windows into split screen
- Press Win + ← on an active window.
- Select a second application thumbnail from the remaining half.
- Drag the center dividing line to resize both viewports simultaneously.
Windows hack
Batch renaming multiple files
- Select target files using drag-selection or Ctrl + click.
- Press F2, type base file title, and hit Enter.
- Windows automatically indexes items as Title (1), Title (2)...
PowerPoint fix
Embedding custom fonts so text doesn't shift on other PCs
- Open deck, click File → Options → Save.
- Scroll to bottom and check Embed fonts in the file.
- Select "Embed all characters" to ensure full editing support elsewhere.
PowerPoint fix
Fixing broken audio or video embeds
- Delete broken media frames resulting from unlinked source files.
- Re-insert via Insert → Video/Audio → This Device.
- Go to File → Info → Compress Media to embed media internally within `.pptx`.
PowerPoint fix
Aligning objects across multiple slides
- Place static elements in View → Slide Master layout templates.
- For individual elements, check X/Y coordinates in Format Shape → Position.
- Turn on View → Guides to establish alignment baselines across slides.
PowerPoint fix
Reducing large presentation file sizes
- Go to File → Compress Pictures, choose target resolution (150 ppi).
- Delete unused slide layouts and off-canvas hidden assets.
- Re-link or stream external high-definition video assets.
PowerPoint fix
Recovering unsaved work after crash
- Relaunch PowerPoint to inspect auto-triggered Document Recovery panes.
- Alternatively go to File → Info → Manage Presentation.
- Click Recover Unsaved Presentations to open local cache temp files.
No fixes match that search parameter — try searching for "print", "formula", "page", or "font".
Troubleshooting Tools & Scripts
SYSTEM UTILITIES
Print Spooler Reset Script
Automated Queue Cleaner (.BAT)
Office Shortcut Master Matrix
Universal Hotkey Reference (.PDF)