Hỏi pm cấu hình save location

espanola

New member
GÂY DỰNG
Cho mình hỏi có pm nào cho phép cấu hình vị trí save mặc định của tất cả các soft trong ppc (note, word, ...) là SD card ko?
Thanks,
 
Cho mình hỏi có pm nào cho phép cấu hình vị trí save mặc định của tất cả các soft trong ppc (note, word, ...) là SD card ko?
Thanks,

Tham khảo nhé

Change the location of My Documents

Documents are opened in and saved to the device's internal storage by default. You can change this location to, for example, your Storage Card:

HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\Storage Card\My Documents" (REG_SZ string, no quotes)

To return to the original location:

HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\My Documents" (REG_SZ string, no quotes)

Change the location of email and attachments

When reading and sending email in Pocket Outlook, emails and their attachments are saved in the device's internal storage by default. You can change this location to, for example, your Storage Card:

HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes) HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)

To return to the original location:

Just simply delete these Registry settings (since neither is included by default).

Change the location of Temporary Internet Files

When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)

To return to the original location:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)

Change the location of Ringtone file storage

WM5 will look for Ringtones in \Windows\ or \Windows\Rings by default. You can change this location to, for example, your Storage Card (example given is for ringtones placed on the Storage Card root folder)
HKCU\ControlPanel\?SoundCategories\Ring\Directory = "\Storage Card\" (REG_SZ string, no quotes)

To return to the original location:

HKCU\ControlPanel\?SoundCategories\Ring\Directory = "\Windows\Rings\" (REG_SZ string, no quotes)

Note the default location may be "\Windows\" or "\Windows\Rings\" depending on your Device provider.
 
Tham khảo nhé

Change the location of My Documents

Documents are opened in and saved to the device's internal storage by default. You can change this location to, for example, your Storage Card:

HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\Storage Card\My Documents" (REG_SZ string, no quotes)

To return to the original location:

HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\My Documents" (REG_SZ string, no quotes)

Change the location of email and attachments

When reading and sending email in Pocket Outlook, emails and their attachments are saved in the device's internal storage by default. You can change this location to, for example, your Storage Card:

HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes) HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)

To return to the original location:

Just simply delete these Registry settings (since neither is included by default).

Change the location of Temporary Internet Files

When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)

To return to the original location:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)

Change the location of Ringtone file storage

WM5 will look for Ringtones in \Windows\ or \Windows\Rings by default. You can change this location to, for example, your Storage Card (example given is for ringtones placed on the Storage Card root folder)
HKCU\ControlPanel\?SoundCategories\Ring\Directory = "\Storage Card\" (REG_SZ string, no quotes)

To return to the original location:

HKCU\ControlPanel\?SoundCategories\Ring\Directory = "\Windows\Rings\" (REG_SZ string, no quotes)

Note the default location may be "\Windows\" or "\Windows\Rings\" depending on your Device provider.

Mình tính tìm cái soft nào đó vì trước đây có thấy nhưng nghĩ ko dùng nên bỏ qua. Giờ cần thì lại ko nhớ là ở đâu :(

Dù sao cũng cám ơn bạn nhiều nhá!
Cho mình hỏi thêm 1 chút: có bác nào biết làm thế nào để import các registry này vào register không? Như trong windows ấy chỉ cần double click là nó tự import, khỏi nhập từng value một.

Cám ơn nhé :)
 
Dùng trình Notepad của Windows tại 1 text file với đuôi là .REG, nội dung:

- Dòng đầu tiên luôn là Windows Registry Editor Version 5.00
- Sau đó là các đoạn code, ví dụ:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows CE Services]
"FileSyncPath" = "\Storage Card\My Documents"
 
Dùng trình Notepad của Windows tại 1 text file với đuôi là .REG, nội dung:

- Dòng đầu tiên luôn là Windows Registry Editor Version 5.00
- Sau đó là các đoạn code, ví dụ:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows CE Services]
"FileSyncPath" = "\Storage Card\My Documents"

WM 2003 ko hiểu file này bác ơi! Double click nó báo ko hiểu.
Có cách nào khác ko ạ?
 
Back
Top