up:: Coding
By default user execution scripts are disabled.
To enable them, you can use this command:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
run this command and copy data to txt file
dism /online /get-drivers /format:table
Open Core isolation and find driver name
Then uninstall it using command:
pnputil /delete-driver <Published Name> /uninstall /force