🔒 Closed WINDOWS 10 SETTINGS PROBLEM

Status
Not open for further replies.
Baka po may makahelp saken dito :(
Ung settings kopo di nabubuksan eh nawawala bigla bigla dipo maopen ok naman sa ibang apps please help po ty.
 
Run mo PowerShell as Administrator, tapos gamitin mo kahit alin sa mga commands na 'to:
Code:
$manifest = (Get-AppxPackage *windows.immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml'
Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Code:
Get-AppXPackage *windows.immersivecontrolpanel* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Tapos, restart mo PC. Tignan mo kung umayos.
 
  1. Open Start.
  2. Search for Create a restore point, and click the top result to open the System Properties experience.
  3. Click the System Restore button.
    undo-changes-system-restore.webp
  4. Click the Next button.
    restore-point-wizard.webp
  5. Select the restore point that you want to use on your computer.
  6. Click the Scan for affected programs button to understand the apps that will no longer be available because they're added after the creation of the restore point.
    select-restore-point-windows-10-.webp
  7. Click the Close button.
  8. Click the Next button.
  9. Click the Finish button.
    confirm-restore-point_win10.webp
Once you complete the steps, System Restore will return your computer to the previous working state.
 
Status
Not open for further replies.

About this Thread

  • 36
    Replies
  • 1K
    Views
  • 16
    Participants
Last reply from:
PHC _member-group

Trending Topics

Online now

Members online
1,006
Guests online
717
Total visitors
1,723

Forum statistics

Threads
2,276,956
Posts
28,973,326
Members
1,229,664
Latest member
genuinekeys
Back
Top