What prey tell are you talking about, faster battery? SLRVision39: You may want to try repair and see if it helps: If you have done any crazy changes it's gonna put them back to Windows default, so use with caution. How to repair Windows image: In ADMIN Cmd Prompt type sfc /scannow press enter on keyboard if this finds errors try In ADMIN Cmd Prompt Type Dism /Online /Cleanup-Image /RestoreHealth Press enter on keyboard, wait for it to finish, If this does not fix problem, then DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter press enter on keyboard, wait for it to finish If this does not work, sit back, relax several options now: Backup copy of image Reset/Recovery Reformatt partition, install ISO again Hope this helps
guys i have already taken full owner ship of C:\windows\system32\drivers\etc\hosts) i still cant edit the host file...anyone has a better idea
Copy it to the desktop, edit and save it then copy it back and overwrite. You may need to exclude the hosts file from being monitored in Windows Defender too.
copy the file to desktop, edit in desktop, then copy the file back to the original place and replace, thats all, is not hard xD
come on man.....u cant do that even do i can open it in notepad it will not let change it to notepad.... i keep access denied
Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\XAML] "ForceWARP"=dword:00000000 "UsePrivateHeap"=dword:00000000 "EnableFramerateCounter"=dword:00000000 "EnableOverdrawHeatMap"=dword:00000000 "EnableRedrawRegions"=dword:00000000 "ConsumeDManipOutputTransform"=dword:00000000 "TextBoxEnableTSF3"=dword:00000000 "EnforceXbfV2Stream"=dword:00000000 "XamlDiagnostics"=dword:00000000 "EnableStyleOptimization"=dword:00000000 "DManipOnDCompDenied"=dword:00000000 "EnableDecodeToRenderSize"=dword:00000000 "EnableYCbCrImageSupport"=dword:00000000 "BackgroundThreadImageLoading"=dword:00000000 "DisableDCompAnimations"=dword:00000000 "DisableTransitionsForTest"=dword:00000000 "DisableGlobalAnimations"=dword:00000000 "DrawDWriteTextLayoutInGreen"=dword:00000000 "DenyActualSizeUsageInScrollContentPresenter"=dword:00000000 "AutoFocusOnKeyboard"=dword:00000000 "EnableCrossThreadViewportInteraction"=dword:00000000 Play around then lewl some of these debug settings will crash the StartMenu.
i did but now i have 2 host file one in notepad and the original host in ANSI all host files in their are in this format not sure if to delete it....cant make the changes ANSI host file
You could still restart Windows 10 in Safe Mode (as Administrator) edit the Host file and restart Windows 10 in Normal Mode after done the editing! Use BCDEDIT for that from within CMD as Admin. The commands are: for to start in Safe Mode: Code: bcdedit /set {current} safeboot minimal for to restart in Normal Mode Code: bcdedit /deletevalue {current} safeboot