OraDotNet Dev

Results 4 comments of OraDotNet Dev

As far as I was aware, the use case for aliases is as a convenience for [interactive use in the shell.](https://blogs.msdn.microsoft.com/powershell/2006/04/25/is-it-safe-to-use-aliases-in-scripts/) Built-in commands can be over-ridden. However this is much...

**Removing advancedsettings.xml** from ~/.kodi/userdata resolved this issue for me. > Initially tried adding ` 0...` to advancedsettings.xml, which didn't work for me, but YMMV. It was a suggested fix, from...

I was wondering whether the Internalizer's processing of the [ChromeDriver community package ](https://community.chocolatey.org/packages/chromedriver/116.0.5845.962) is also covered by this issue? When the Internalizer executes against [ChromeDriver](https://github.com/yetanotherchris/Choco-chromedriver/issues/12), the Json manifest (listing installation...

Assuming that running the script below confirms that the Virtual Machine Platform is enabled. ```powershell Get-WindowsOptionalFeature -FeatureName VirtualMachinePlatform -Online | Select-Object -Property FeatureName, RestartRequired ``` Have you tried [removing the...