Some people purchase new Text-to-Speech voices to spice up their home automation or screen reader. Or they just want a divorce of Sam or Anna. Regardless, one of the problems when moving to 64-bit Windows is, those voices designed for 32-bit system can't be selected!
Loss of investment? Not yet! While it's true that 64-bit applications can't use those voices, and 64-bit Control Panel Speech Applet can't see them, the 32-bit applet can set one of those as the default voice for 32-bit applications. On Server 2008 R2, its at C:\Windows\SysWOW64\Speech\SpeechUX\sapi.cpl.
Sometimes Microsoft Anna may insist to stay with you. She will if you have used TTS in any 64-bit application.
Now, what if you use TTS in JScript or VBScript in Windows Script Host? Simply run the script in the 32-bit version of wscript.exe or cscript.exe in C:\Windows\SysWOW64.
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Friday, October 30, 2009
Monday, October 19, 2009
Where is Windows Calendar?
One of the useful applications removed in Windows 7/Server 2008 R2 is the Windows Calendar. I especially missed it because I never want any email/calendar bundle like Windows Live Mail.
Here is how to get it back:
- Copy the Windows Calendar program folder from an earlier Windows installation to your new Windows 7/Server 2008 R2
- Optionally import your existing iCalendar (.ics) file.
- Create a WindowsCalendar folder in C:\Windows\System32\Tasks\Microsoft\Windows (or whereever that is in your install)
- Set the security on that folder to NOT inherit but add existing parent permissions, and to allow Authenticated Users to create files/folders, write attributes/extended attributes, and read permissions.
- Optionally remove the permissions for Local Service and Network Service, and to change the owner to SYSTEM
Wednesday, September 9, 2009
What's up with the Server 2008 desktop graphics bugs?
When Desktop Experience is installed, Server 2008 provides similar visuals as Vista. One thing I noticed though, is that the desktop doesn't act the same as in Vista:
A more robust solution would create a message-only window in the background, listen for the TaskbarCreated message, and reapply the styles to the recreated SysListView32.
These would take care of 1 and 2, but not 3. May be a call to SetWindowTheme would work, but I haven't tried.
* Similar techniques can be used on XP to get the translucent selection rectangle, but will clear the wallpaper.
- The drop shadow on icon text may disappear on hover.
- The selection rectangle has dotted outline as in Windows XP* instead of translucent.
- The selected icons don't have translucent background.
A more robust solution would create a message-only window in the background, listen for the TaskbarCreated message, and reapply the styles to the recreated SysListView32.
These would take care of 1 and 2, but not 3. May be a call to SetWindowTheme would work, but I haven't tried.
* Similar techniques can be used on XP to get the translucent selection rectangle, but will clear the wallpaper.
Monday, March 30, 2009
How to get the Security tab in XP Home?
Option 1:
How to add the Security tab to Explorer in XP Home (Download link of SCM)
Option 2:
Press F8 and boot to Safe Mode.
Option 3:
XP Home File System Hacks, See security tab and run with WFP disabled like in safe mode! or Security tab, ACLs in XP Home! Yeah!
Other Options:
Use the command line cacls or write your own GUI wrapper.
How to add the Security tab to Explorer in XP Home (Download link of SCM)
Option 2:
Press F8 and boot to Safe Mode.
Option 3:
XP Home File System Hacks, See security tab and run with WFP disabled like in safe mode! or Security tab, ACLs in XP Home! Yeah!
Other Options:
Use the command line cacls or write your own GUI wrapper.
Subscribe to:
Posts (Atom)