loadstring1

Results 8 comments of loadstring1

> Microsoft are not so naive as to not know about these Debloats, so my question is - is there a way for me to run a script or some...

Actually i just made one for you pls review my idea pull request related to this issue: https://github.com/Raphire/Win11Debloat/pull/56

and heres the one liner that i just made it works perfectly tested on windows 11 22h2 home edition (must be ran with admin perms) ``` irm https://raw.githubusercontent.com/loadstring1/Win11Debloat/master/get.ps1 | iex...

> Heya, > > This has actually been requested before in issue #39 > > I'll look into this and your PR this weekend when I have more time :)...

> @loadstring1 Thanks for taking the time to work on Win11Debloat. I have adapted your solution provided in #56 to include support for parameters and, among a few other changes,...

> Winget followed by running the line? yes here is 1 line of code example from microsoft article that Raphire sent you this will install winget and i think you...

> No possibility to remove edge in settings ![image](https://private-user-images.githubusercontent.com/26905282/312819875-ec4694d6-285c-4548-b963-2de6e178e559.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTcxNDYwMzMsIm5iZiI6MTcxNzE0NTczMywicGF0aCI6Ii8yNjkwNTI4Mi8zMTI4MTk4NzUtZWM0Njk0ZDYtMjg1Yy00NTQ4LWI5NjMtMmRlNmUxNzhlNTU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTMxVDA4NTUzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3NWMxZTA3ZTgyYTM0MzgwNmI4NjlmOGQ4YzIyNjU4MDZkYzFiMTI4MTY0YmM1ZTBhOTRiNDQ4MzFhZGNmZDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.QtdPJxN7NGgeqqXLOLmA6bJp7_QJ7tWhN0BKUlkPesY) Hello, I'd like to let you know i fixed this issue in my pull request. This script should be able to...

sup there this worked for me in nodejs SDK (npm ngrok) ``` ngrok.authtoken(secrets.ngrok) ngrok.connect({hostname:"your-static-domain",addr:5000}) ``` You need to use hostname instead of subdomain I hope that helped