software:microsoft:win:problemsandsolutions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:microsoft:win:problemsandsolutions [2022/07/17 21:11] – removed - external edit (Unknown date) 127.0.0.1 | software:microsoft:win:problemsandsolutions [2025/03/12 14:43] (current) – [10-things-you-can-do-when-windows-xp-wont-boot] superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Problems and Solutions ====== | ||
| + | |||
| + | ------------------------------------------------------------------------------------------------------------------------------------------------\\ | ||
| + | |||
| + | |||
| + | ====== Recovery of Microsoft Account ====== | ||
| + | |||
| + | <WRAP center round box > | ||
| + | - Recovery of Microsoft Account | ||
| + | - https:// | ||
| + | - https:// | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ====== System Information create configuration data sets ====== | ||
| + | |||
| + | <WRAP center round box > | ||
| + | How to use System Information in Windows 10 to create configuration data sets for troubleshooting | ||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | </ | ||
| + | |||
| + | ====== 10-things-you-can-do-when-windows-xp-wont-boot ====== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | January 26, 2006, 8:00am PST | ||
| + | Note: This article is also available as a download. | ||
| + | |||
| + | When your computer hardware appears to power upokay, but the Windows XP operating system won't boot properly, | ||
| + | |||
| + | ====== Installer always starts up ====== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | msiexec | ||
| + | |||
| + | Try cleaning up the installer. Click start/run, type services.msc and click " | ||
| + | |||
| + | Delete the contents of the temp folders, there may be a file in there interfering with the setup routine of the installer. Check both: | ||
| + | |||
| + | C: | ||
| + | C: | ||
| + | |||
| + | ====== how-to-see-hidden-files-in-windows ====== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | |||
| + | ===== Referencing Download the unhide.exe program from Bleeping Computer ===== | ||
| + | |||
| + | keyword: virus hidden | ||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | |||
| + | ====== Svchost.exe in Windows ====== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Tasklist /SVC | ||
| + | |||
| + | Svchost.exe is a process on your computer that hosts, or contains, other individual services that Windows uses to perform various functions. | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for reusability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born. | ||
| + | |||
| + | http:// | ||
| + | |||
| + | A program to see what all those svchost.exe are running. | ||
| + | |||
| + | |||
