Skip to content

Instantly share code, notes, and snippets.

View pratyakshm's full-sized avatar
🌴
Bing chilling

Pratyaksh Mehrotra pratyakshm

🌴
Bing chilling
View GitHub Profile
@pratyakshm
pratyakshm / powershell_profile
Last active December 20, 2022 14:58
Update
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
Clear-Host
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons
Import-Module -Name oh-my-posh
@pratyakshm
pratyakshm / Sideloading_apps_in_WSA.md
Last active April 15, 2024 20:43
Sideloading apps on Windows Subsystem for Android in Windows 11

Sideloading APKs in to Windows Subsystem for Android

Update (9th July, 2022): An app is available that does just this.

Check out WSATools by Simone Franco: https://www.microsoft.com/store/apps/9N4P75DXL6FG


Setting up ADB to work with WSA

  • Launch Windows Subsystem for Android.
@pratyakshm
pratyakshm / windowsinstallusingdism.md
Last active April 15, 2024 15:27
Installing Windows 11 on any device using DISM

Install Windows 11 on unsupported devices

Guide to install Windows 11 on any PC (does not involve ISO modifications) This guide will take you through a clean and simple way to install Windows 11 on your device by bypassing all requirements without doing any ISO modifications. Note: Guide shows fresh installation only.

Requirements:

  1. ISO file (Link 1) (Link 2) (22000.65)
  2. Rufus Microsoft Store GitHub Website
  3. USB drive [8GB or more]