{"id":22117860,"url":"https://github.com/elektrostudios/ps3-disc-dumper-uac-bypass","last_synced_at":"2025-10-12T06:31:56.095Z","repository":{"id":220606738,"uuid":"752090564","full_name":"ElektroStudios/ps3-disc-dumper-UAC-bypass","owner":"ElektroStudios","description":"UAC bypass batch-script file for 'ps3-disc-dumper' program.","archived":false,"fork":false,"pushed_at":"2024-03-05T23:55:41.000Z","size":416,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T06:51:12.932Z","etag":null,"topics":["batch","batch-file","batch-script","console-game","console-games","decryption","emulators","game-backups","iso","playstation","playstation-3","playstation3","ps3","sony","uac","uac-bypass","video-game","videogame","videogames","windows"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElektroStudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-03T02:04:03.000Z","updated_at":"2024-08-29T17:08:43.000Z","dependencies_parsed_at":"2024-02-03T03:24:08.606Z","dependency_job_id":"e8586f9f-8d6b-4e4e-a671-312f4635773e","html_url":"https://github.com/ElektroStudios/ps3-disc-dumper-UAC-bypass","commit_stats":null,"previous_names":["elektrostudios/ps3-disc-dumper-uac-bypass"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ElektroStudios/ps3-disc-dumper-UAC-bypass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElektroStudios%2Fps3-disc-dumper-UAC-bypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElektroStudios%2Fps3-disc-dumper-UAC-bypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElektroStudios%2Fps3-disc-dumper-UAC-bypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElektroStudios%2Fps3-disc-dumper-UAC-bypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElektroStudios","download_url":"https://codeload.github.com/ElektroStudios/ps3-disc-dumper-UAC-bypass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElektroStudios%2Fps3-disc-dumper-UAC-bypass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010507,"owners_count":26084757,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["batch","batch-file","batch-script","console-game","console-games","decryption","emulators","game-backups","iso","playstation","playstation-3","playstation3","ps3","sony","uac","uac-bypass","video-game","videogame","videogames","windows"],"created_at":"2024-12-01T13:41:08.570Z","updated_at":"2025-10-12T06:31:55.718Z","avatar_url":"https://github.com/ElektroStudios.png","language":"Batchfile","funding_links":["https://github.com/sponsors/ElektroStudios/","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=E4RQEV6YF5NZY"],"categories":[],"sub_categories":[],"readme":"# ps3-disc-dumper UAC bypass\n\n### A simple batch-script file with name \"Loader.cmd\" that serves to run [PS3 Disc Dumper](https://github.com/13xforever/ps3-disc-dumper) program without the UAC restriction.\n\nIn other words, it will let you run and use the program under an Administrator account to get rid of this error message:\n\n![enter image description here](/Images/error.png)\n\n------------------\n\n## 🤖 Getting Started\n\nDownload the latest release by clicking [here](https://github.com/ElektroStudios/ps3-disc-dumper-UAC-bypass/releases/latest),\n\nSimply put the 'Loader.cmd' script file together with the 'ps3-disc-dumper.exe' executable file, and run the script file.\n\n## ❓ Is this batch-script file really necessary?\n\nOf course it is not; you can always open a command-prompt and pass the next argument to run 'ps3-disc-dumper.exe' file: \n - `/IUnderstandThatRunningSoftwareAsAdministratorIsDangerousAndNotRecommendedForAnyone`\n   (see: [SecurityEx.cs](https://github.com/13xforever/ps3-disc-dumper/blob/master/Ps3DiscDumper/Utils/SecurityEx.cs#L16))\n\nBut let me tell you a brief history:\n\nI was about to fork 'ps3-disc-dumper' to modify the source code and thus share a compiled version without the restrictions, but while analyzing the source code I found that command line argument available but intentionally \"hidden\" and undocumented by the author, so I make it available to you through this batch-script file, because: \n1. Not everyone has the time or experience to look at the source code and find the \"key\".\n2. I can't respect the decission of this command-line switch to be hidden to the public, so with this repository I'll try to give visibility to it, since [the author avoids to mention this command-line switch even to end-users that suffered this restriction and opened an issue to request help, and while apart from denying any help to affected users, he tries to indoctrinate and enforce his own and unique vision of doing things and using Windows in \"the correct and only way\"](https://github.com/13xforever/ps3-disc-dumper/issues/34#issuecomment-1615844934). Come on...\n\nA software should not invade or interfere with user preferences; It is the software that must adapt to the end user's environment, and not the other way around.\n\nThat's all. Long live freedom of choice, and enjoy this!.\n\n## 🔄 Change Log\n\nExplore the complete list of changes, bug fixes, and improvements across different releases by clicking [here](/Docs/CHANGELOG.md).\n\n## ⚠️ Disclaimer:\n\nThis Work (the repository and the content provided in) is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Work or the use or other dealings in the Work.\n\nThis Work has no affiliation, approval or endorsement by the author(s) of [PS3 Disc Dumper](https://github.com/13xforever/ps3-disc-dumper).\n\n## 💪 Contributing\n\nYour contribution is highly appreciated!. If you have any ideas, suggestions, or encounter issues, feel free to open an issue by clicking [here](https://github.com/ElektroStudios/ps3-disc-dumper-UAC-bypass/issues/new/choose). \n\nYour input helps make this Work better for everyone. Thank you for your support! 🚀\n\n## 💰 Beyond Contribution \n\nThis work is distributed for educational purposes and without any profit motive. However, if you find value in my efforts and wish to support and motivate my ongoing work, you may consider contributing financially through the following options:\n\n\u003cbr\u003e\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"/Images/github_circle.png\" height=100\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e__________________\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eBecoming my sponsor on Github:\u003c/h3\u003e\n\u003cp align=\"center\"\u003eYou can show me your support by clicking \u003ca href=\"https://github.com/sponsors/ElektroStudios/\"\u003ehere\u003c/a\u003e, \u003cbr align=\"center\"\u003econtributing any amount you prefer, and unlocking rewards!\u003c/br\u003e\u003c/p\u003e\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"/Images/paypal_circle.png\" height=100\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e__________________\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eMaking a Paypal Donation:\u003c/h3\u003e\n\u003cp align=\"center\"\u003eYou can donate to me any amount you like via Paypal by clicking \u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=E4RQEV6YF5NZY\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"/Images/envato_circle.png\" height=100\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e__________________\u003c/p\u003e\n\u003ch3 align=\"center\"\u003ePurchasing software of mine at Envato's Codecanyon marketplace:\u003c/h3\u003e\n\u003cp align=\"center\"\u003eIf you are a .NET developer, you may want to explore '\u003cb\u003eDevCase Class Library for .NET\u003c/b\u003e', \u003cbr align=\"center\"\u003ea huge set of APIs that I have on sale. Check out the product by clicking \u003ca href=\"https://codecanyon.net/item/elektrokit-class-library-for-net/19260282\"\u003ehere\u003c/a\u003e\u003c/br\u003e\u003cbr align=\"center\"\u003e\u003ci\u003eIt also contains all piece of reusable code that you can find across the source code of my open source works.\u003c/i\u003e\u003c/p\u003e\n\u003cbr\u003e\u003c/br\u003e\n\n\u003ch2 align=\"center\"\u003e\u003cu\u003eYour support means the world to me! Thank you for considering it!\u003c/u\u003e 👍\u003c/h2\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felektrostudios%2Fps3-disc-dumper-uac-bypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felektrostudios%2Fps3-disc-dumper-uac-bypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felektrostudios%2Fps3-disc-dumper-uac-bypass/lists"}