Skip to main content

Make Windows 7, XP or Vista speak a Personal Welcome message everytime you login

You can make your PC narrate welcome message each time you logon to Windows. You must be familiar with Windows build-in Text to Speech program (Narrator) which is in comparison with Windows Vista, more powerful and easy to go around with. We will be creating a simple script to use Windows Narrator class to speak the message.
To begin, all you need is to create a VB script file to make use of Windows 7 narrator. First, create a new text file and open it in Notepad. Now insert the following lines of code. In the second line, you can enter any phrase or a sentence that is to be narrated, within the double quotation marks.
Dim speaks, speech
speaks=”Welcome Mr User”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
Save the changes made and close the file. Now rename the file extension to .VBS.

In the last step, all that is required is to place this newly created script into Windows Startup folder. In Windows 7, you can directly navigate to Startup folder using the following address.
C:\Users\<>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\
Or click All Programs in Startup menu and scroll down to find Startup folder.
If you are a Windows XP user, you will find Startup folder here;
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Once you’ve placed the script into Startup folder, disable default Windows logon sound, then reboot your system and listen to the welcome message on Windows logon.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Downl...

uTorrent and BitTorrent beta comes to Android, available on Google Play

Earlier this year, we heard reports that BitTorrent Inc., was working on an Android version of its popular uTorrent and BitTorrent client.  Fans of the uTorrent and BitTorrent torrent clients can now rejoice!, your  favorite  desktop torrent clients are now  available  on your mobile devices, because BitTorrent Inc. has launched a beta apps of uTorrent and BitTorrent clients for any mobile or tablet running Android OS. These are fully functional, standalone clients unlike the Remote apps that were available until now.   There are many torrent clients already available on Google Play, but most of them are have limited functionality and are ad-supported unless you have a paid version but both of these apps are currently free, with features like RSS feeds for serialized downloads , unlimited upload/download speed, and running and downloading over WiFi in background, currently there are no limits on download sizes either. Both  apps suppo...