You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing some commands will prompt powers disabled or not supported.
Reproduce
send "设置主题为亮色"(set light theme)
respond
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme
-Value 1
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme
-Value 1
`powers` disabled or not supported.
It seems that running PowerShell commands is not supported in this environment. You can manually follow the above
steps through Windows settings to change the theme to light.
If you need further assistance or a different approach, let me know!
Expected behavior
Running PowerShell commands normally
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.13
Operating System name and version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Executing some commands will prompt
powers
disabled or not supported.Reproduce
send "设置主题为亮色"(set light theme)
respond
Expected behavior
Running PowerShell commands normally
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.13
Operating System name and version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered: