I registered here cuz i respect and like this blog, u guys have a great knowledge about solving problems and u do ur best to help ppl.
in my first post i will share solutions for some problems i had faced and couldn't find this solution easily it took weeks for me to find them, i have shared them in Microsoft Community and it's time to do the same here.
1st problem :if u get this warning event id 129 iaStorA Reset to device, DeviceRaidPort0, was issued.
solution :
Download just the driver files for the raid controller fromintel
Unzip the files to the desktop.
Open Device Manager/Storage Controllers/Intel Chipset SATA Raid Controller, and perform an update driver function,
pointing to the driver files u will download.
restart pc and u will never ever see this warning or get freezing screen cause of it.
____________________________________________________________________________________________________ ___________________________
2nd problem : App Crashing (Cortana & Edge) + some services + system files (Explorer.exe)
solution :
run a command prompt as administrator and type this without quotes " netsh winsock reset "
restart pc and all apps will work as it should be.
____________________________________________________________________________________________________ ___________________________
3rd problem :(SkypeHost.exe, messaging app & skype video)
solution :
Hold Windows Key and Press I. Click on System. Then click on Apps and Features in the left pane.
Search for Messaging, Skype Video App, and Skype app. Select them click Uninstall.
or
Press the Windows key. Type PowerShellin the search box.
Right click on Windows PowerShell in the search results and click Run As Administrator.
In the Windows PowerShell window, type the following commands and press Enter after each:
Get-AppxPackage *Messaging* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
to delete the Skypehost.exe File Manually :
open notepad as administrator then type :
@ECHO OFF
ECHO
takeown /f "C:Program FilesWindowsApps*"
icacls "C:Program FilesWindowsApps*" /grant administrators:f
move "C:Program FilesWindowsApps*" "%userprofile%desktop"
ren "%userprofile%desktopSkypeHost.exe" "SkypeHost3.exe"
del "%userprofile%desktopSkypeHost3.exe"
pause
press file then save as DelSkypeHost.bat. run DelSkypeHost.bat u created as administrator it will delete all skypehost.exe from ur pc.
restart ur pc then install skype desktop and app it will run as it should be.
____________________________________________________________________________________________________ _____________________________
4th problem : if u get errors from store apps and uninstall+reinstall didn't solve the problem
solution :
Press the Windows key. Type wsreset.exe in the search box. Run it as administrator it will stay blank after it finishes windows store will auto start. if it doesn't work try next.
Re-register Store Apps.
Press the Windows key. Type PowerShellin the search box.
Right click on Windows PowerShell in the search results and click Run As Administrator.
In the Windows PowerShell window, type the following command then press enter :
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
____________________________________________________________________________________________________ ______________________________
i hope this post can help everyone facing problems with windows 10.
My computer was freezing, but only mouse still work.
Well, I use overclock and the option "Execute Disable Bit" on BIOS setup was disabled. I solved with only turned enable this option and now SO is fine and dont freeze any time.
God Bless
I hope this post can be a library for freezing problems and their solutions cuz windows 10 deserves a try.
ty h4ck3dfor reacting in my post