How to Fix Settings not Opening in Windows 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • How to Fix Settings not Opening in Windows 10
    PowerShell Commands:
    sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth
    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -verbose}
    Location:
    Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
    www.microsoft.com/en-us/softw...
    softtechtutorials.com/windows...
    0:00 Intro
    0:16 Fix corrupt files
    1:54 Reinstall settings app
    2:53 Enable Settings
    4:14 Windows solution
    Method #1 Fix Settings Menu With SFC /Scannow
    With the first method, we are going to detect and fix possible corrupt files.
    Once PowerShell opens, you can enter the following command in it: sfc /scannow
    So, SFC is short for system file checker. This is the command that is going to detect and hopefully fix corrupt files. It can take a few minutes to complete.
    We can use another command that tries to restore settings in the Windows OS.
    Type: DISM /Online /Cleanup-Image /RestoreHealth and hit enter. Once completed, check if the windows Settings menu opens again in your Windows 10 installation.
    Method #2 Rebuild Apps With PowerShell
    For the next method, we can stay in PowerShell. We are going to try reinstalling the settings menu. To do this, you have to enter the following command: Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
    You can try a different command that will reinstall all of your Windows applications.
    To do this, you can enter the following command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -verbose}
    If it isn’t working yet, continue with the next method in this how to fix settings not opening in Windows 10 tutorial.
    Method #3 Enable Windows 10 Settings Menu
    We are going to try enabling the Windows settings menu with registry editor.
    In here you want to navigate to the following location: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
    What you want to do is, right-click on Policies and select New followed by Key. Name it Explorer. Once you enter, a subdirectory is created under Policies. Right-click in the open space on the right side and select New DWORD (32-bit) Value.
    Name this NoControlPanel and hit enter.
    I hope that you got a working settings menu once more, if not you can continue to the next method.
    Method #4 Windows Updates
    Through the following link you can download and install the latest updates for Windows 10.
    www.microsoft.com/en-us/softw...
    I'm inspired by creators as TechGumbo and Tech Insider. This concludes our how to fix settings not opening in Windows 10 tutorial.
    #Windows10 #tutorial #HowTo

ความคิดเห็น • 120

  • @stevenrivet4995
    @stevenrivet4995 2 ปีที่แล้ว +15

    Jesus man the way u calmly and accurately described every single step in detail and didn’t waist any time was extremely appreciated and noticed

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว +3

      Hard to describe how happy I am to read your comment. Glad you noticed, I'm trying to keep the tutorials as short and to the point as possible. You made my day with this comment.

  • @Seany63
    @Seany63 ปีที่แล้ว +2

    Thank you so much sir. No distracting music or needless chatter just straightforward advice. Your wisdom has saved the day. Thank you again.

  • @bpalojr
    @bpalojr ปีที่แล้ว +1

    Thank you very much for this. I've done all steps but the one that finally worked is the update from the Microsoft windows site. Great video. You've got a new subscriber here.

  • @michaelpoger6662
    @michaelpoger6662 2 ปีที่แล้ว

    Thank you so much for this. Has been malfunctioning for over 3 months and I was lucky enough to find you

  • @kat1768
    @kat1768 2 ปีที่แล้ว +4

    Thank you soooo much!!! The reinstallation of settings worked for , keep doing such great job ! Keep it up

  • @melodymaker396
    @melodymaker396 2 ปีที่แล้ว

    Had to reinstall Windows 10 to get it to work. Thanks for the great video showing how to fix this problem. You earned a new subscriber.

  • @ElectroGaming1073
    @ElectroGaming1073 ปีที่แล้ว +1

    Omg, thank you so much. You helped me repaired all of the Microsoft apps.

  • @prodjxp
    @prodjxp 3 ปีที่แล้ว +11

    Thank you so much, Sir. Apparently, I need to use my laptop as a preparation for my online classes and I am a college freshman. You saved my laptop and my life, sir. Props to you!🙏🏻💯

    • @SoftTechTutorials89
      @SoftTechTutorials89  3 ปีที่แล้ว +2

      You're welcome! Best of luck with the classes!

    • @ramonjack6784
      @ramonjack6784 2 ปีที่แล้ว

      i know it is kind of randomly asking but does anyone know a good website to stream new tv shows online?

    • @crispusaka7744
      @crispusaka7744 2 ปีที่แล้ว

      Im excactly in the same boat now

  • @CristyLamor
    @CristyLamor ปีที่แล้ว

    Thank YOu So Much! My problem is solved. I have watched several videos on how to fix it none of those worked. Such an informative and step by step way of teaching on how to solve issue. God Bless!

  • @cyberbedir
    @cyberbedir 9 หลายเดือนก่อน +1

    Thank you soooooo muchhh! My computer was hacked and some microsoft apps were closed but now with your help it is open again

  • @musondamulenga2556
    @musondamulenga2556 10 หลายเดือนก่อน

    Worked like a charm
    Thank you 🙏

  • @pan1c353
    @pan1c353 3 ปีที่แล้ว +1

    Finaly something that works!!!!Thank you!

  • @lagunaautodetailingph8889
    @lagunaautodetailingph8889 2 ปีที่แล้ว +1

    Appreciated this very helpful video!!! I resolved my settings issue after the 1st step!! Thank you for these great videos!!

  • @CHOROUKROH
    @CHOROUKROH ปีที่แล้ว

    THANK U MAN YOU HELPED ME ALOT THE SECOND METHOD WORKED FOR ME

  • @lostinthedesert3788
    @lostinthedesert3788 11 หลายเดือนก่อน

    I've tried everything except the last option, Reinstall Windows 10 installation. I did use that tool to download an ISO but didn't go the other way to reinstall.
    If I do that, will the User accounts and other settings remain in tact or will I have to redo everything? I'd appreciate any help you can give me.
    edit: The second Get-AppXPackage command to reinstall Windows apps stalled on me twice, couldn't get it to finish and return Powershell to a blinking prompt.

  • @ziaurrehman5724
    @ziaurrehman5724 3 ปีที่แล้ว +2

    love u man i was reallly worried reinstall settings app worked well

  • @Nehstea
    @Nehstea 2 ปีที่แล้ว

    hey man a couple days ago i got an update on my laptop,
    after the update it takes 5 minutes for the screen to come on
    i click on settings and it just closes also i cant type in the "type here to search" bar
    i did what you said and it still didnt work
    any idea on what happened ?

  • @formcoin606
    @formcoin606 3 ปีที่แล้ว +1

    What a gem you are!
    Hate all these windows 10 problems got a pc at Christmas and had them non stop, windows store doesn’t work for example and I try countless things, then you come along and save the day. Also, any tips for the windows store not working as you seem to know what you’re doing. I was trying to fix the store which caused this settings issue in the first place but the store still doesn’t work just stuck on acquiring license when installing something.

  • @Z-MACx
    @Z-MACx 2 ปีที่แล้ว +6

    I had this same problem and NOTHING was working. To make matters worse, my Windows Powershell wasn't working either. After hours of frustration, I finally figured out a solution. I searched Windows Update Assistant on Google and downloaded the software. After it did it's thing, it restarted my pc and installed the necessary updates. It wasn't like the typical 2-3 minute windows update. This bad boy took about 45 minutes. So I'm not sure what all it was doing but.... IT WORKED! Settings and everything else is working great.

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว

      Great that you were able to fix it! Thank you for sharing. Hopefully, it helps other people as well.

    • @freak1988
      @freak1988 2 ปีที่แล้ว +1

      I have the same problem my powershell is not opening aswell and to make things even worst i have not connected to internet because i just finished installing my windows fuck my life :/

  • @ShriRaj_197
    @ShriRaj_197 2 ปีที่แล้ว +1

    finally something that works. Its very useful thanking you so much.....!!!

  • @TeachingCodes
    @TeachingCodes 2 ปีที่แล้ว +2

    You are amazing guy thank you for this gem i just love the way you help us

  • @lukingvillarojo7160
    @lukingvillarojo7160 3 ปีที่แล้ว +1

    its work!Thank You!

  • @eike5908
    @eike5908 2 ปีที่แล้ว +1

    Thank you sooo mutch!! you're the best

  • @user-qd9ep7dl6d
    @user-qd9ep7dl6d 27 วันที่ผ่านมา

    Thanks!

  • @TheBostrander13
    @TheBostrander13 2 ปีที่แล้ว +1

    What are the commands to reinstall setting or entire application

  • @bernadettediwa8927
    @bernadettediwa8927 2 ปีที่แล้ว +1

    The last one worked for me..omg...thank you so much.. new subscriber here..godbless..

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว

      That’s great! I’m glad you were able to fix it. I really appreciate the sub.

  • @hugohernandez198
    @hugohernandez198 ปีที่แล้ว

    I kept searching for an answer to this problem and I could not find it.
    I installed AXE5400 by Ptp-Link. After I did that my Settings app stopped working.
    The one that worked for me was 1:54 Reinstall settings app
    I then restarted my computer and it worked!
    Thank you for your help. I greatly appreciate you.

  • @jimmy2k4o
    @jimmy2k4o ปีที่แล้ว

    I used a work computer and it give me to access to powershell.
    I have internet problems and while I wait for my new router I have a phone to be used as a hotspot but I cannot open the setttings for n any of my computers (business or personal)

  • @asy2961
    @asy2961 3 ปีที่แล้ว

    YOO THIS WORKED TYSM!

  • @Sean.A.M
    @Sean.A.M 3 ปีที่แล้ว +2

    OMFG I've been doing this since 11:40AM its now 5:54PM. Nothing has worked so far. The last option I tried (the installing updates) literally took over 3 hours. I don't really want to try to do the "download tool now". I'm afraid it would take forever. I've never had anything take so long ever . I've already tried like 4-5 things before watching your video. Tried things last night. I don't get it.
    If you could guarantee me it wouldn't take longer then 20 minutes I'd do it. Cause at this point I'm tired and annoyed.

  • @otaborosayomorewilfred8997
    @otaborosayomorewilfred8997 2 ปีที่แล้ว

    Hi good evening, please i have download the windows 10 software with the link you share on this video, install successful but now after the pc restart is asking for username and password, i don't now how to get it because there is non username or password before i download and install the new windows 10 version, please 🙏 what do i do?

  • @KnapQi
    @KnapQi 2 ปีที่แล้ว +2

    Thank you so much bro. My laptop is normal again

  • @golisstudios
    @golisstudios 2 ปีที่แล้ว +1

    what if it says at 1:15 "Windows Resource Protection could not perform the requested operation."

    • @lucous
      @lucous 2 ปีที่แล้ว

      I’d you figure this out

  • @rikays1516
    @rikays1516 2 ปีที่แล้ว +1

    I read about you. Actually who are you dude. I'm using windows 8.1 pro, my problem solve at comm no. 4. Test before & after restart it work. You save my daughter pc 👍🏻

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว +1

      Hi, that's great to hear. I'm glad you were able to get the PC back to normal. Thank you for the kind comment.

  • @I9ISho3la
    @I9ISho3la 8 หลายเดือนก่อน

    After I the sfc thing, it just says 100% complete and nothing afterwards

  • @parwatithagunna6594
    @parwatithagunna6594 2 ปีที่แล้ว +1

    Thank you

  • @karrenaveen7084
    @karrenaveen7084 2 ปีที่แล้ว +1

    Tq broh😍😍😍

  • @user-xz9py6em3j
    @user-xz9py6em3j 9 หลายเดือนก่อน

    God bless you

  • @akhileshkushwaha8784
    @akhileshkushwaha8784 3 ปีที่แล้ว +1

    Thanks man, 2:01 worked for me

    • @SoftTechTutorials89
      @SoftTechTutorials89  3 ปีที่แล้ว +1

      You're welcome! I'm glad that you were able to fix it.

  • @cashinout271
    @cashinout271 ปีที่แล้ว

    I copied everything and when i tried logging my password wasnt working for da new account i created

  • @jessevaldivia58
    @jessevaldivia58 3 ปีที่แล้ว +1

    so I got a few problems.
    1. Powershell crashes right away when I open it
    2. my search bar is not working
    3. my setting app is not opening
    I tried to go to task manager but powershell does not show up. I hope someone can help me out. I tried to repair Windows 10 but you have to go to settings. Problem is, the settings app is not working:( ugh so frustrating

    • @veryyrude
      @veryyrude 3 ปีที่แล้ว +1

      im also facing the exact same problem

    • @jessevaldivia58
      @jessevaldivia58 3 ปีที่แล้ว +1

      @@veryyrude I got a hold of windows support chat. They had someone remotely control my computer and they fixed it!

  • @janardanprasadsrivastava8949
    @janardanprasadsrivastava8949 2 ปีที่แล้ว +1

    Thanks

  • @lordironbull4435
    @lordironbull4435 ปีที่แล้ว

    So when I tried DISM /Online /Cleanup-Image /RestoreHealth , it just get stuck at 62.3% and doesn't want to move

    • @lordironbull4435
      @lordironbull4435 ปีที่แล้ว

      I did had to restart my computer and try again and it worked

  • @JerrimiahCast11
    @JerrimiahCast11 9 หลายเดือนก่อน

    Very good I am impressed but i am still trying

  • @clockyplayz6081
    @clockyplayz6081 3 ปีที่แล้ว

    when i try to make a new key it just gives me a error please help!!

  • @linlanelaine9938
    @linlanelaine9938 ปีที่แล้ว +1

    the first one worked on mine, thank you so much!

  • @rocahmae3042
    @rocahmae3042 2 ปีที่แล้ว +1

    i subscribed! you help me tyy

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว

      That’s great! I appreciate the sub big time. Glad I could help

  • @LePlakon
    @LePlakon 3 ปีที่แล้ว +1

    thanks

  • @IsAaC-xh1jp
    @IsAaC-xh1jp 2 ปีที่แล้ว

    Power shell doesn’t even open and I can’t even use my search bar idk what to do

  • @heraldawid1630
    @heraldawid1630 3 ปีที่แล้ว

    Does this method requires Internet connection?

  • @faizayoder2352
    @faizayoder2352 3 ปีที่แล้ว +1

    it worked

  • @islam-sk7nq
    @islam-sk7nq 3 ปีที่แล้ว

    my probleme is i can't open the search either

  • @bands6765
    @bands6765 3 ปีที่แล้ว +1

    it worked thanks lol i thought these guys were all bots

  • @dopamine5788
    @dopamine5788 2 ปีที่แล้ว

    Okay i think the last solution might work because before this problem happened i reseted my pc COMPLETELY. And now my settings don’t work i haven’t this yet but i will later i hope this work.

  • @harristullett7457
    @harristullett7457 2 ปีที่แล้ว

    it doesn't for me, probably have to reset my comp

  • @shadowcuz2826
    @shadowcuz2826 3 ปีที่แล้ว +2

    i cant use search bar and i cant use settings i want to reset my whole pc but i am not able to open settings and i cant type in search bar please help me.

    • @moneyenthusias9732
      @moneyenthusias9732 3 ปีที่แล้ว +1

      Same here did you ever find a solution?

    • @shadowcuz2826
      @shadowcuz2826 3 ปีที่แล้ว +1

      @@moneyenthusias9732 I did all you have to do is in your login screen in the right down corner there is a power button click on it it will give you 3 options sleep, shut down, and restart. Hold shift and press restart and it will reset your pc if you want to.

    • @moneyenthusias9732
      @moneyenthusias9732 3 ปีที่แล้ว +1

      @@shadowcuz2826 thank youuu 🙏🏽

    • @doinyomom2830
      @doinyomom2830 3 ปีที่แล้ว +1

      @@shadowcuz2826 OMG THANK YOU, YOURE A LIFE SAVERRRRRRRRRRRRRRRRRRRR

    • @rogueninja2867
      @rogueninja2867 2 ปีที่แล้ว

      @@shadowcuz2826 wait will everything be deleted or something

  • @dagml3018
    @dagml3018 2 ปีที่แล้ว

    Hello sir i can't open powershell

  • @ridict
    @ridict 2 ปีที่แล้ว

    my setings not opening and i cant fix this

  • @Iamshubhg
    @Iamshubhg หลายเดือนก่อน

    cmd not work !

  • @thejits3424
    @thejits3424 3 ปีที่แล้ว +2

    couldent even open powershell

    • @uzin2949
      @uzin2949 3 ปีที่แล้ว +1

      Same

    • @JonniBoiz
      @JonniBoiz 3 ปีที่แล้ว

      same wth lol

  • @RileyHall.
    @RileyHall. 2 ปีที่แล้ว +1

    its not working so im might do a wipe on my computer :(

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว +1

      Hi sorry, to hear that. Did you manage to find a way to fix it?

    • @RileyHall.
      @RileyHall. 2 ปีที่แล้ว +1

      @@SoftTechTutorials89 yeah i managed to fix it in the end by downloading a windows update

    • @SoftTechTutorials89
      @SoftTechTutorials89  2 ปีที่แล้ว +1

      @@RileyHall. That's great. Glad it worked out.

  • @magikrd4355
    @magikrd4355 2 ปีที่แล้ว

    bro nothing worked for me

  • @aldiiklilcandra3279
    @aldiiklilcandra3279 3 ปีที่แล้ว

    I did all method and my laptop setting can't be open

    • @SoftTechTutorials89
      @SoftTechTutorials89  3 ปีที่แล้ว

      Sorry for the delayed response. Are you still experiencing this issue or did you manage to solve it in some other way? Is this the only problem that you have with your Windows?

  • @user-em1iq2zt2f
    @user-em1iq2zt2f 5 หลายเดือนก่อน

    podcasts
    4:01 4:03

  • @Blargthehandsome
    @Blargthehandsome ปีที่แล้ว

    16 people aren't having a good day, if you know, you know.

  • @its_epicplayz5620
    @its_epicplayz5620 2 ปีที่แล้ว

    cant copy and paste off my phone dude 😂😐

  • @garygu6395
    @garygu6395 3 ปีที่แล้ว

    thanks for doing it on 360p

    • @gozeeyy6861
      @gozeeyy6861 3 ปีที่แล้ว

      he didnt? its 1080px60? its your wifi bruv

    • @HakimiLeo
      @HakimiLeo 3 ปีที่แล้ว

      @@gozeeyy6861 mine 480p bruhhh

    • @gozeeyy6861
      @gozeeyy6861 3 ปีที่แล้ว

      @@HakimiLeo it depends on your wifi

    • @sampoplett9445
      @sampoplett9445 3 ปีที่แล้ว

      you can change it

  • @antaresxp
    @antaresxp 4 หลายเดือนก่อน

    So stupid. Why so complicated

  • @aakashRio20
    @aakashRio20 2 ปีที่แล้ว

    settings opened successfully .but inside the settings>system not opened and it crash. please help to slove