We will show you How to Enable Logon Sound in Windows 11 Home, Pro and Enterprise Editions. (Using Task Scheduler)
⏰Timestamps⏰
00:00 Introduction
01:51 Step 1: Create a VBScript File to play the sound
04:28 Step 2: Set the Logon sound in Windows 11 using the Task Scheduler
08:41 Change Logon Sound
09:30 Disable Logon Sound
-----------------------------------------------------------------------------------------
**************** VBScript Codes ********************
-----------------------------------------------------------------------------------------
Set oVoice = CreateObject("SAPI.SpVoice")
set oSpFileStream = CreateObject("SAPI.SpFileStream")
oSpFileStream.Open "C:\Windows\Media\LogonSound.wav"
oVoice.SpeakStream oSpFileStream
oSpFileStream.Close
---------------------------------------------------------------------------------------------
#howto #windows11 #logonsound #startupsound