Forum Discussion
Alpha45
Feb 09, 2023Brass Contributor
Warning PowerShell ID 300
HI.
Warning PowerShell ID 300 - Device not ready occurs at every start or starting W.P.S 5.1.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="PowerShell" />
<EventID Qualifiers="0">300</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>3</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2023-02-09T13:24:44.9356909Z" />
<EventRecordID>657</EventRecordID>
<Correlation />
<Execution ProcessID="7524" ThreadID="0" />
<Channel>Windows PowerShell</Channel>
<Computer>Windows-11</Computer>
<Security />
</System>
- <EventData>
<Data>Dispositivo non pronto.</Data>
<Data>ProviderName=Microsoft.PowerShell.Core\FileSystem ExceptionClass=IOException ErrorCategory= ErrorId= ErrorMessage=Dispositivo non pronto. Severity=Warning SequenceNumber=13 HostName=ConsoleHost HostVersion=5.1.22621.963 HostId=f904787d-5901-4255-b784-310a76225a8b HostApplication=powershell.exe -ExecutionPolicy Restricted -Command Write-Host 'Final result: 1'; EngineVersion= RunspaceId= PipelineId= CommandName= CommandType= ScriptName= CommandPath= CommandLine=</Data>
</EventData>
</Event>
and the following warning appears:
And if I open the link I get version 7 which I already have installed.
Is there a solution to avoid this warning?
Thank you
- 5.1 is included/is part of the Windows OS, it gives an error, and you can't do anything or? Powershell_ise.exe does work?
Personally I don't use 5 that much anymore, 7 is the future . Reinstalling your system isn't an option?
13 Replies
Sort By
- If you start cmd.exe , type powershell.exe -noprofile . Does the error still occur?
- Alpha45Brass Contributoryes, i get the same result..
- Any update?