{"id":22809045,"url":"https://github.com/userdev265scratchandpython/win11-removed-features-restore","last_synced_at":"2026-01-11T01:23:57.464Z","repository":{"id":255477277,"uuid":"851487406","full_name":"userdev265scratchandpython/win11-removed-features-restore","owner":"userdev265scratchandpython","description":"Discover the 'hidden' IE11 on Windows 11, the control pannel will also come back, everything will be back","archived":false,"fork":false,"pushed_at":"2024-09-21T10:51:05.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T00:31:38.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/userdev265scratchandpython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-03T07:26:49.000Z","updated_at":"2024-09-21T10:51:08.000Z","dependencies_parsed_at":"2024-09-05T17:07:05.641Z","dependency_job_id":"9038ece2-49dc-4760-bbbc-68388e4f8539","html_url":"https://github.com/userdev265scratchandpython/win11-removed-features-restore","commit_stats":null,"previous_names":["userdev265scratchandpython/win11-removed-features-restore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdev265scratchandpython%2Fwin11-removed-features-restore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdev265scratchandpython%2Fwin11-removed-features-restore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdev265scratchandpython%2Fwin11-removed-features-restore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdev265scratchandpython%2Fwin11-removed-features-restore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userdev265scratchandpython","download_url":"https://codeload.github.com/userdev265scratchandpython/win11-removed-features-restore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379363,"owners_count":20767696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T11:13:21.917Z","updated_at":"2026-01-11T01:23:57.459Z","avatar_url":"https://github.com/userdev265scratchandpython.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image-centered](https://github.com/userdev265scratchandpython/win11-removed-features-restore/blob/81bf951da6ce387d980b611ef968b31b17793233/LOGO.png)\n\n__***informations***__\n\n![icon](https://img.shields.io/badge/projects_count_-2_projects-blue)\n\n![icon](https://img.shields.io/badge/ie11_microsoft_status-outdated-darkred)\n\n![icon](https://img.shields.io/badge/control_pannel_status-deprecated-darkred)\n\nthe Microsoft Windows LEGACY control pannel will not be removed, even tought deprecated.\n\n[IE 11(Internet explorer 11)](https://github.com/userdev265scratchandpython/win11-removed-features-restore/tree/main/ie11)\n\nDiscover the 'hidden' IE11 on Windows 11. Microsoft didn't remove it, they just... hid it. This script reveals the 'lost' browser, making it functional again. Available in batch and PowerShell. Warning: IE11 lacks most security patches, making it vulnerable to attacks. Use with caution and avoid running on actual hardware. using virtual machines is recommended. for ie11-dedicated pages, the chromium-based edge has an IE mode, it will keep edge looking like itself but allow ie-dedicated pages to work\n\n____recommended : read \"ie11load-warning.md\" for informations____\n\nguide to use : open the command prompt(CMD)\nrun the given IRM-like or IRM-based command\nif you want to put the ie11 starting file on an external media, give the path to that external media and disconnect it before cleanup, else press enter\nenjoy IE11 on windows 11\n\nirm command(windows 10/11) : \n```\npowershell -Command \"Invoke-WebRequest -Uri https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/ie11/ie11load.bat -OutFile %TEMP%\\ie11load.bat\" \u0026\u0026 cmd /c %TEMP%\\ie11load.bat \u0026\u0026 del %TEMP%\\ie11load.bat\n```\n\nirm-like command(windows 8.1 or older, requires bitsadmin) :\n```\nbitsadmin /transfer mydownload /download /priority high https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/ie11/ie11load.bat %TEMP%\\ie11load.bat \u0026\u0026 cmd /c %TEMP%\\ie11load.bat \u0026\u0026 del %TEMP%\\ie11load.bat\n```\n\nirm-like command(win 8.1 or older, flagged as malicious in newer vertions(such as windows 10 and newer) because of certutil) :\n```\ncertutil -urlcache -split -f https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/ie11/ie11load.bat %TEMP%\\ie11load.bat \u0026\u0026 cmd /c %TEMP%\\ie11load.bat \u0026\u0026 del %TEMP%\\ie11load.bat\n```\n\n[original sound mixer](https://github.com/userdev265scratchandpython/win11-removed-features-restore/tree/main/original-soundmixer)\n\nAccess the original sound mixer that was used in windows 10 even tho now, windows 11 uses its settings app for it\n\nguide to use : open the command prompt(CMD)\nrun the given IRM-like or IRM-based command\n\nirm command(windows 10/11) : \n```\npowershell -Command \"Invoke-WebRequest -Uri https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/original-soundmixer/soundmixer.bat -OutFile %TEMP%\\soundmixer.bat\" \u0026\u0026 cmd /c %TEMP%\\soundmixer.bat \u0026\u0026 del %TEMP%\\soundmixer.bat\n```\n\nirm-like command(windows 8.1 or older, requires bitsadmin) :\n```\nbitsadmin /transfer mydownload /download /priority high https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/original-soundmixer/soundmixer.bat %TEMP%\\soundmixer.bat \u0026\u0026 cmd /c %TEMP%\\soundmixer.bat \u0026\u0026 del %TEMP%\\soundmixer.bat\n```\n\nirm-like command(win 8.1 or older, flagged as malicious in newer vertions(such as windows 10 and newer) because of certutil) :\n```\ncertutil -urlcache -split -f https://github.com/userdev265scratchandpython/win11-removed-features-restore/raw/main/original-soundmixer/soundmixer.bat %TEMP%\\soundmixer.bat \u0026\u0026 cmd /c %TEMP%\\soundmixer.bat \u0026\u0026 del %TEMP%\\soundmixer.bat\n```\n\n# more to come soon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdev265scratchandpython%2Fwin11-removed-features-restore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserdev265scratchandpython%2Fwin11-removed-features-restore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdev265scratchandpython%2Fwin11-removed-features-restore/lists"}