====== Problems and Solutions ====== ------------------------------------------------------------------------------------------------------------------------------------------------\\ ====== Recovery of Microsoft Account ====== - Recovery of Microsoft Account - https://account.live.com/acsr - https://support.microsoft.com/en-us/account-billing/help-with-the-microsoft-account-recovery-form-b19c02d1-a782-dee6-93c3-dc8113b20c42 ====== System Information create configuration data sets ====== How to use System Information in Windows 10 to create configuration data sets for troubleshooting https://www.techrepublic.com/article/how-to-use-system-information-in-windows-10-to-create-configuration-data-sets-that-you-can-use-for/ ====== 10-things-you-can-do-when-windows-xp-wont-boot ====== http://www.techrepublic.com/article/10-things-you-can-do-when-windows-xp-wont-boot/6031733 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://www.rickrogers.org/fixes.htm#Installation msiexec Try cleaning up the installer. Click start/run, type services.msc and click "ok". Scroll down to "Windows Installer" and double click it. Stop the service if it is running, set the startup type line to disabled. Click apply/ok and reboot. 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:\Windows\temp C:\Documents and Settings\\local settings\temp ====== how-to-see-hidden-files-in-windows ====== http://www.bleepingcomputer.com/tutorials/how-to-see-hidden-files-in-windows/ ===== Referencing Download the unhide.exe program from Bleeping Computer ===== keyword: virus hidden http://techlogon.com/2011/06/07/folders-and-documents-hidden-by-virus/ http://download.bleepingcomputer.com/grinler/unhide.exe ====== Svchost.exe in Windows ====== http://support.microsoft.com/kb/314056 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://www.howtogeek.com/howto/windows-vista/what-is-svchostexe-and-why-is-it-running/ 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://svchostviewer.codeplex.com/ A program to see what all those svchost.exe are running.