עשיתי זאת על ה- Eten
שהיה ברשותי (שלי - M600) וכן על HP 2790. חבר ניסה זאת גם על HP אחר המריץ WM5, אך איני זוכר איזה. אפשר לראות
כאן(1) את הטקסט הבא:
Change Calendar 'working days' If you wish to change the 'working days' in the calendar, adjust the following: For a Mon-Fri workweek (default): HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 2210003E (DWORD hexadecimal) For a Mon-Sat workweek: HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 2210007E (DWORD hexadecimal) For a Tue-Thu workweek: HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 22100016 (DWORD hexadecimal) Here's how this works. When editing the value, switch to "Binary" mode. For the default Mon-Fri, you should see: 100010000100000000000000111110 The last 7 numbers are what we're interested in. They stand for the days of the week, in reverse order: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sunday. When the number is "1", it is a working day. If it is "0", it's not a working day. So to look at the above examples again: Days : SFTWTMS Mon-Fri: 0111110 Mon-Sat: 1111110 Tue-Thu: 0011100 Using the above, you should be able to set the working days to whatever you'd like. Note that this value also adjusts the working HOURS. The examples here all use the default 8am-5pm workday. See the "Change Calendar 'working hours'" tweak to modify this. Note that the ActiveTimes key and value may not exist. Simply create them first. Change Calendar 'working hours' If you wish to change the 'working hours' in the calendar, adjust the following: For 8am-5pm (default): HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 2210003E (DWORD hexadecimal) For 9am-5pm: HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 2212003E (DWORD hexadecimal) For 2pm-10pm: HKLM\Software\Microsoft\Calendar\ActiveTimes\ActiveTimes = 2C1C003E (DWORD hexadecimal) Here's how this works. The first 2 characters define the ending hour as a count of half hours since midnight, in hexadecimal. So for midnight, it would be 0 half hours in hexadecimal = 0. 5pm is 17 hours, or 34 half hours. 34 in hexadecimal is 22. 10pm is 22 hours, or 44 half hours. 44 in hexadecimal is 2C. You can use a calculator capable of hexadecimal conversions to get the hexadecimal number. Similarly, the next 2 characters define the starting hour as a count of half hours since midnight, in hexadecimal. So for 8am.. 16 half hours, 16 in hexadecimal is 10. 9am = 18 half hours = 12. 14h = 28hh = 1C. Using the above, you should be able to se the working hours to whatever you'd line. Note that this value also adjusts the working DAYS. The examples here all use the default Mon-Fri workweek. See the "Change Calendar 'working days'" tweak to modify this. Note that the ActiveTimes key and value may not exist. Simply create them first. Note that you cannot set the End time earlier than the Start time, for obvious reasons Note that you cannot set a Midnight end time. The best you can do is 11.30pm (2F)
שוב, אין ברשותי בחודשים האחרונים מכשיר המריץ WM5 אלא מכשיר Symbian ולכן איני יכול לבדוק זאת שוב. לילה טוב, אלי