Windows 10: Preview Voice for Microsoft Helena not working after installing via PowerShell Script

Discus and support Preview Voice for Microsoft Helena not working after installing via PowerShell Script in Windows 10 Gaming to solve the problem; Hi,I am working with a machine that has Windows 10 Enterprise 2016 LTSB with OS Version 1607. I had to install the Spanish Language Pack and the... Discussion in 'Windows 10 Gaming' started by NH_Developer, Apr 25, 2024.

  1. Preview Voice for Microsoft Helena not working after installing via PowerShell Script


    Hi,I am working with a machine that has Windows 10 Enterprise 2016 LTSB with OS Version 1607. I had to install the Spanish Language Pack and the Microsoft Helena Text to Speech voice via offline Meaning that I had no access to internet. I was able to install the Spanish Language Pack and the Microsoft Helena via PowerShell Script with the language pack cab file and the Text to Speech FOD Feature on Demand. I also see that the Helena entry is present in the registry, both in the Speech and SpeechOne_Core location.In the Settings->Time & Language -> Speech, when I select the Micro

    :)
     
    NH_Developer, Apr 25, 2024
    #1

  2. PowerShell scripts not working with Call operator

    Hi,



    Thank you for writing to Microsoft Community Forums.



    I understand that you are facing issues while developing a PowerShell script using the Call operator. I would suggest you to refer the articles

    The Windows PowerShell ISE
    .



    However, as the issue is related to developing PowerShell scripts, I would suggest you to post your query on

    MSDN forums
    , where we have expertise and developers who are well equipped with the knowledge of developing PowerShell scripts in Windows.



    Regards,

    Prakhar Khare

    Microsoft Community – Moderator
     
    Prakhar_Khare, Apr 25, 2024
    #2
  3. Zapa Win User
    Selected Text To Speech voice has no effect


    Hi!

    I use restream chat daily to hear the messages that viewers of my streaming type in Twitch and Youtube. It has the TTS feature activated and the voice David (English/USA) selected. Also in the Windows 10 TTS setup window I have it selected.

    Everything worked fine until one day the voice was switched to Helena (Spanish). It just happened and I did nothing. When I reviewed the TTS setup screens in Restream and Windows 10 everything looked fine and David is still selected. But none of the apps can use that voice and all of them use Helena. I tried also with Microsoft Word with no result. The funny thing is that even Restream has no option to select Helena (?)

    Why did that happen? Can I fix it? Any ideas will be appreciated.

    Thanks
     
  4. Preview Voice for Microsoft Helena not working after installing via PowerShell Script

    Powershell GPO Startup Script not working

    Hello,

    I wrote a Powershell Script to delete Microsoft Store Apps which works fine when run manually. However I want to run it as a Startup script via GPO on all computers (Windows 10 Pro) in our domain. For that, I created a group policy and added the script under
    Computer configuration>Policies>Windows settings>Scripts. There I added the powershell script on the Powershell scripts tab. I also activated Powershell scripts via Computer configuration>Administrative Templates>Windows components>Windows Powershell>Turn
    on Script Execution>Allow all scripts

    I need the script to be run as a startup script (with system privileges) instead of a logon script as not all users have local admin rights. However the startup script doesn't work. A gpresult shows that the GPO is loaded. Is there anything I'm missing?
    Any help would be appreciated.

    The script:

    Get-AppxPackage -AllUsers *3dbuilder* | Remove-AppxPackage # 3D Builder

    Get-AppxPackage -AllUsers *zunemusic* | Remove-AppxPackage # Groove Music

    Get-AppxPackage -AllUsers *solitairecollection* | Remove-AppxPackage # Microsoft Solitaire Collection

    Get-AppxPackage -AllUsers *messaging* | Remove-AppxPackage # Microsoft Nachrichten

    Get-AppxPackage -AllUsers *stickynotes* | Remove-AppxPackage # Microsoft Sticky Notes

    Get-AppxPackage -AllUsers *bingfinance* | Remove-AppxPackage # Money

    Get-AppxPackage -AllUsers *zunevideo* | Remove-AppxPackage # Movies & TV

    Get-AppxPackage -AllUsers *bingnews* | Remove-AppxPackage # News

    Get-AppxPackage -AllUsers *onenote* | Remove-AppxPackage # OneNote

    Get-AppxPackage -AllUsers *feedback* | Remove-AppxPackage # WindowsFeedbackHub

    Get-AppxPackage -AllUsers *3dviewer* | Remove-AppxPackage # Microsoft3DViewer

    Get-AppxPackage -AllUsers *whiteboard* | Remove-AppxPackage # Whiteboard

    Get-AppxPackage -AllUsers *windowsphone* | Remove-AppxPackage # Phone Companion

    Get-AppxPackage -AllUsers *photoshop* | Remove-AppxPackage # Photoshop Express

    Get-AppxPackage -AllUsers *sway* | Remove-AppxPackage # Sway

    Get-AppxPackage -AllUsers *bingsports* | Remove-AppxPackage # Sports

    Get-AppxPackage -AllUsers *soundrecorder* | Remove-AppxPackage # Voice Recorder

    Get-AppxPackage -AllUsers *bingweather* | Remove-AppxPackage # Weather

    Get-AppxPackage -AllUsers *xboxapp* | Remove-AppxPackage # Xbox

    Get-AppxPackage -AllUsers *xing* | Remove-AppxPackage # XING

    Get-AppxPackage -AllUsers *sketchbook* | Remove-AppxPackage # Sketch Book

    Get-AppxPackage -AllUsers *minecraft* | Remove-AppxPackage # Minecraft

    Get-AppxPackage -AllUsers *candycrush* | Remove-AppxPackage # Candy Crush

    Get-AppxPackage -AllUsers *bubble* | Remove-AppxPackage # Bubble Witch

    Get-AppxPackage -AllUsers *empires* | Remove-AppxPackage # War of Lords
     
    pro_hdemirocak, Apr 25, 2024
    #4
Thema:

Preview Voice for Microsoft Helena not working after installing via PowerShell Script

Loading...
  1. Preview Voice for Microsoft Helena not working after installing via PowerShell Script - Similar Threads - Preview Voice Microsoft

  2. Preview Voice for Microsoft Helena not working after installing via PowerShell Script

    in Windows 10 Software and Apps
    Preview Voice for Microsoft Helena not working after installing via PowerShell Script: Hi,I am working with a machine that has Windows 10 Enterprise 2016 LTSB with OS Version 1607. I had to install the Spanish Language Pack and the Microsoft Helena Text to Speech voice via offline Meaning that I had no access to internet. I was able to install the Spanish...
  3. Microsoft Store won't install via PowerShell

    in Windows 10 Gaming
    Microsoft Store won't install via PowerShell: I had to uninstall the store because it wasn't launching properly. To reinstall it, I've launched PowerShell as administrator and have pasted the following commands:Get-AppxPackage -allusers Microsoft.WindowsStore Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  4. Microsoft Store won't install via PowerShell

    in Windows 10 Software and Apps
    Microsoft Store won't install via PowerShell: I had to uninstall the store because it wasn't launching properly. To reinstall it, I've launched PowerShell as administrator and have pasted the following commands:Get-AppxPackage -allusers Microsoft.WindowsStore Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  5. windows powershell script not working.

    in Windows 10 Gaming
    windows powershell script not working.: Hallo!Problem: I wan´t to use a script to turn on autohide taskbar in desktop mode.if I put in: " powershell -command "&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=Get-ItemProperty -Path $p.Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name...
  6. windows powershell script not working.

    in Windows 10 Software and Apps
    windows powershell script not working.: Hallo!Problem: I wan´t to use a script to turn on autohide taskbar in desktop mode.if I put in: " powershell -command "&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=Get-ItemProperty -Path $p.Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name...
  7. windows powershell script not working.

    in Windows 10 Customization
    windows powershell script not working.: Hallo!Problem: I wan´t to use a script to turn on autohide taskbar in desktop mode.if I put in: " powershell -command "&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=Get-ItemProperty -Path $p.Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name...
  8. Microsoft Store Install via PowerShell fails

    in Microsoft Windows 10 Store
    Microsoft Store Install via PowerShell fails: I need to reinstall the MS Store. using the PowerShell command I get: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened. error 0x80070003: Opening file from location: AppxBundleManifest.xml failed with error: The system cannot find...
  9. Is it possible to enable "Loudness Equalization" via powershell or script?

    in Windows 10 Drivers and Hardware
    Is it possible to enable "Loudness Equalization" via powershell or script?: Is it possible to enable "Loudness Equalization" via powershell or script regardless of what audio device ? https://answers.microsoft.com/en-us/windows/forum/all/is-it-possible-to-enable-loudness-equalization-via/48481f43-8c64-4774-9d4b-59170ca7edd2
  10. Microsoft Store Not Re-installing via Powershell.

    in Microsoft Windows 10 Store
    Microsoft Store Not Re-installing via Powershell.: After attempting to install Sea of Thieves via the Microsoft Store, and failing due to some error. I have tried to reinstall the Microsoft Store, as a previous thread said I had to enter the the command: Add-AppxPackage -register "C:\Program...