Myanmar IT Resource Forum
Myanmar IT Resource Forum
Myanmar IT Resource Forum

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Registry Tricks Empty Registry Tricks 7th February 2010, 11:31 pm

K0ht3t

K0ht3t
Moderator



Moderator
Window အတြက္ Regedit Key ေလးေတြပါ... ကြ်န္ေတာ္လည္ း တစ္ေနရာကေနျပီးေတာ့ ရလုိ႕ ျပန္ျပီး မွ်လုိက္ပါတယ္...

1. Disable the Autorun Option in your CD Rom Drive:
Open your Registry and navigate to "HKEY_LOCAL_MACHINE\system\currentcontrolset\services\cdrom"
Change the value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the value as '0' for Autorun disabled.

2. Disable the Harddisk Lowdiskspace warning in Windows Xp
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
create a new DWORD 'NoLowDiskSpaceChecks' and change its value to '1'.

3. Disable the Windows Key
"HKEY_LOCAL_MACHINE\system\currentcontrolset\control\keyboard layout"
Create a new Binary value, or modify the existing value called 'Scancode Map' as shown below.
Value: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

4. View System BIOS Information
Open Registry and navigate to
"HKEY_LOCAL_MACHINE\hardware\description\system"

5. Change the Title of WindowsMedia Player
"HKEY_CURRENT_USER\software\policies\microsoft\windows mediaplayer\"
Create a new string value called ' TitleBar' and change text as your wish.

6. Disable Internet access in Network
Open Registry and make the following changes
"HKEY_CURRENT_USER\software\microsoft\windows\currentversion\internetsettings\"
Change the value of "Proxyenabled" to 1 and change the value of "proxyserver" and set it to an ip address. Change the value of the ip address and port to "10.0.0.1:5555"

7. Disable the ability to Right click on the desktop
"HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\explorer\"
Create a DWORD "NoViewContextMenu" and change its value to "0" for disabling and "1" for enabling.

8. Hide all items on desktop
"HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\explorer\"
and
"HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\policies\explorer\"
create a new DWORD "NoDesktop" and change its value to "1"
You can show all the items in the desktop by chaning the value to "0"

9. Disable the "Change Password" button in windows
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\System"
Create a new DWORD "DisableChangePassword" and change its value to "0" for disabling and "1" for enabling.

10. Disable the "cancel" button or pressing the "Esc" key while logging on to Windows"
"HKEY_USERS\.DEFAULT\Software\Microsoft\Window s\CurrentVersion\Run"
Create a new string value "NoLogon" and change its value to "RUNDLL32 shell32,SHExitWindowsEx 0"

11. Remove "Log off" from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
Create a new DWORD "NoLogOff" and change its value to "1" for disabling and "0" for enabling.

12. Clear the Recent playlist in Media Player
Navigate to "HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\ Player"
And clear the "RecentFileList" subkey.

13. Empty temporary Internet files on exit (in Internet Explorer)
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache"
and
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Internet Settings\Cache"
Create a new DWORD "Persistent" and change the value to "0" for emptying and "1" to remove this option.

14. Clear the Internet Explorere typed addresses history
"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs"
And delete the subkeys.

15. Remove recent documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
Create a new DWORD "NoRecentDocsMenu" and change its value to "1".

16. Remove Network connections from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
Create a new DWORD "NoNetworkConnections" and change its value to "1".

17. Remove My documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
Create a new DWORD "NoSMMyDocs" and change its value to "1".

18. Remove My pictures from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer "
Create a new DWORD "NoSMMyPictures" ad change its value to "1".

19. Remove My music fro start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\Explorer"
Create a new DWORD "NoStartMenuMyMusic" and change its value to "1".

20. Reboot windows after crash
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl"
Create a new DWORD "AutoReboot" and change its value to "1".Restart the machine for the effect to take place.

21. Disable the use of MSDos
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\Policies\WinOldApp"
Create a new DWORD "Disabled" and set its value to "1". Change it to "0" for enabling.

22. Enable Directory completion in MSDos prompt
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Command Processor
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Create a new DWORD "PathCompletionChar " and set it to equal the hex value of the required control character.

23. Quick edit the command prompt
User Key: "HKEY_CURRENT_USER\Console"
and
System Key: "HKEY_USERS\.DEFAULT\Console"
Create a new DWORD "QuickEdit" and set its value to "1" for enabling and "0" for disabling.

24. Disable Registry editing
"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
Create a new DWORD "DisableRegistryTools" and change its value to "0" for allowing Regeditand "1" for disabling it.

25. Disable task scheduler
" HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices"
Delete the value from "SchedulingAgent". Usually its value is set to "'mstask.exe".

26. Remove My computer from desktop and start menu
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurentVersion\Policies\NonEnum"
Create "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and change its value to "1" for removing. Change its value to "0" for showing.

27. Show Windows version on desktop
User Key: "HKEY_CURRENT_USER\Control Panel\Desktop"
Create a new DWORD " PaintDesktopVersion" and change its value to "1" for showing and "0" for removing.

28. Remove My documenst from desktop
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Modify the value called "Attributes" as "0xf0500174" to hide or "0xf0400174" to show.

29. Disable Scan disk after improper shutdown
" HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem"
create a new DWORD "DisableScandiskOnBoot" and change its value to "01" for disablng and "00" for enabling.

30. Automatically end Hung programs.
" HKEY_CURRENT_USER\Control Panel\Desktop"
and
"System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop"
Modify the value of "AutoEndTasks" to "1".

REF :Myanmarchatonline.org

2Registry Tricks Empty Re: Registry Tricks 2nd March 2010, 2:50 pm

zawmin

avatar
MITR Reader



MITR Reader
cpu ကိုလိမ္ၾကရေအာင္

သင့္ရဲ ့computer CPU နိမ့္လို ့စိတ္ညစ္ေနလား။
မညစ္ပါနဲ ့။သူငယ္ခ်င္းေတြက Core2Duo တို ့Core2Quad တို ့သံုးေနၾကေတာ့မိမိကို
တိုင္လည္းသံုးခ်င္တာေပါ ့။ဒီ post က CPU ရဲ ့ Performance ကိုတိုးတာေတာ့မဟုတ္
ပါဘူး။လိမ္တာပါ။ၿပီးရင္သူငယ္ခ်င္းေတြကိုၾကြားေပါ ့။
1.Windows Key + R
2.regedit ဟုရုိက္ပါ။ဒီလမ္းအတိုင္းသြားပါ။
3.[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SYSTEM\CENTRALPROCESSOR\0]
4.ၿပီးရင္ညာဘက္မွာ ProcessorNameString(For Windows7) double-click
5.Intel(R) Core i7 Extreme Edition (R) (8)CPU 750 @ 1.5GHz လို ့ရုိက္ပါ။
ၿပီးရင္ Run ထဲမွာ dxdiag လို ့ရုိက္ၿပီး CPU Name ကိုၾကည္ ့ပါ။
ေရေရလည္လည္goodေနတယ္။
ၿပီးရင္သူငယ္ခ်င္းေတြကိုၾကြားေပါ့
cmd က systeminfo မွာေတာ့အမွန္အတိုင္းေပၚပါတယ္။
750 @ 1.5GHz ဒါကေတာ့က်ြန္ေတာ္လည္းေသခ်ာမသိပါဘူး။GHz ေတြ ဘာေတြေပါ ့။သံုးမွမသံုးဘူးတာ။ေစ်းၾကီးလို ့။
အဲေမ့ေတာ့မလို ့ Restart ခ်ရင္ေတာ့ၿပန္ေပ်ာက္သဗ်။ၿပန္ေရးေပါ ့ဗ်ာ။စိတ္ေတာ့မရွိပါနဲ ့အေပ်ာ္ေပါ ့ဗ်ာ။
အမွားပါရင္ေတာ့ခြင့္လြတ္ၾကပါ။ၿခင္ကိုက္ခံၿပီးေရးထားတာပါ။
ေက်းဇူးတင္ပါတယ္။ZawMin

3Registry Tricks Empty Re: Registry Tricks 2nd March 2010, 2:51 pm

zawmin

avatar
MITR Reader



MITR Reader
Virtual memory တိုးၿမွင့္နည္း
memory နဲနဲနွင့္ၿမန္လိုသူမ်ားအတြက္

ဒီpostကပထမဆံုးေရးတဲ့Post ၿဖစ္တဲ့အတြက္ေၾကာင့္အမွားပါခဲ့
ေသာ္ၿငားခြင့္လြတ္ပါဟုေတာင္းပန္ၿခင္ပါတယ္။
ဒီ post အေၾကာင္းေတာ္ေတာ္မ်ားမ်ားသိထားေသာ္လဲမသိေသး
ေသာသူမ်ားအတြက္သာၿဖစ္ပါတယ္။

Windows key +R နွိပ္ပါ။Run Boxတက္လာပါလိမ့္မယ္။
sysdm.cpl ဟုရုိက္ပါ။System Properties တက္လာပါမယ္။
Advanced ကိုေရြးပါ။Performance မွ Settingsကိုနွိပ္ပါ။
Advanced ကိုေရြးပါ။change ကိုနွိပ္ပါ။
Automatically mange....ကို tick ေၿဖာက္ပါ။
Custom Size ကို Tick လုပ္ပါ။
Initial Size ကိုသင့္ရဲ ့Memory ရဲ ့၁ဆခြဲ(Eg:2GB ဆိုရင္ 3500MB)
Maximum Size ကိုသင့္ရဲ ့Memory ရဲ ့ ၃ဆ(Eg:2GB ဆိုရင္ 6000MB)
ၿပီးလ်ွင္ set ကိုနွိပ္ပါ။okayနွိပ္ပါ။Restart ခ်ပါ။
သင့္ရဲ ့computer memory လ်ွင္ၿမန္စြာလုပ္ေဆာင္လိမ့္မည္။
ေက်းဇူးတင္ပါသည္။(zawmin)

4Registry Tricks Empty Re: Registry Tricks 2nd March 2010, 2:55 pm

zawmin

avatar
MITR Reader



MITR Reader
က်ြန္ေတာ္ကအခုမွဒီsiteကိူလာဒါဆိုေတာ့စာသိပ္မေရးတတ္ေသးဘူးဗ်။
အမွားပါခဲ့ရင္ခြင့္လြတ္ပါဟုေတာင္းပန္ၿခင္ပါတယ္။စိတ္မရွိပါနဲ ့ဗ်ာ။



Last edited by zawmin on 30th March 2010, 9:41 am; edited 1 time in total

5Registry Tricks Empty Re: Registry Tricks 29th March 2010, 4:01 pm

mars

mars
Moderator



Moderator
အခုလို RAM ကိုတိုးတာကေတာ့ ဟုတ္ပါၿပီ... က်ေနာ္ေနာက္ထပ္သိခ်င္တာက Graphic ကိုေကာ အဲလိုတိုးလို႔ရလား... က်ေနာ္အခုသံုးတာ Window 7 Laptop ပါ... တိုးလို႔ရရင္ ဘယ္ကေနသံုးလဲဆိုတာကို အေသးစိတ္ေျပာျပေပးပါ

http://sidnaing.co.cc/

6Registry Tricks Empty Re: Registry Tricks 30th March 2010, 9:41 am

zawmin

avatar
MITR Reader



MITR Reader
BIOS ကေနေတာ့ တိုးလို ့ေတာ့ရတယ္။
onboard ပဲၿဖစ္ရမွာ(graphic)ကိုေၿပာတာ
motherboard ကလက္ခံနိဳင္တဲ ့MAXIMUM အထိေတာ့တိုးလို ့ရပါတယ္။
ဒါေပမဲ့ ေက်ာ္သြားရင္ေတာ့ Motherboard ၇ဲ ့သက္တမ္းကိုထိခိုက္ေစနိုင္ပါတယ္။
Very Happy ပံုမွန္အတိုင္းပဲသံုးပါဗ်ာ။
Graphic တို ့ CPU လုပ္ေဆာင္ခ်င္ေတြကိုၿမွင့္တယ္ဆိုတာ က CPU တို ့ Graphicကိုညွစ္ၿပီးခိုင္းတာနဲ ့အတူတူပဲ။
ၾကာရင္ပ်က္တယ္ဗ်ာ။သဘာ၀အတိုင္းသာလွ်င္အေကာင္းဆံုးပါဘဲ....ဟီးဟီး Razz Razz

7Registry Tricks Empty Re: Registry Tricks 30th March 2010, 9:56 am

Mg Ko Ko

Mg Ko Ko
MITR New User



ဟုတ္ကဲ့ကိုေဇာ္မင္းေရ
ကိုေဇာ္မင္းေျပာသလို maximum ထိရွိပါတယ္ဒါေပမယ္ ့ကိုေဇာ္မင္းေျပာသလိုပဲGraphic ကိုညွစ္သံုးတာကေတာ ့မေကာင္းပါဘူးBios မွာ၀င္ျပင္ရင္maximum မထားပါနဲ ့maximum ကမေကာင္းပါဘူးထားခ်င္ရင္
ေတာ ့maximunေအာက္ကဟာပဲထားေစခ်င္တယ္(ကၽြန္ေတာ္ေျပာတာ Graphic ကိုေျပာတာေနာ္)
ဒါေပမယ္ ့Biosမွာ၀င္ျပင္တယ္ဆိုတာကေတာ ့ကၽြန္ေတာ္ေတာ ့အားမေပးဘူးဗ်ာ
windows မွာ၀င္ျပင္ရင္ေတာ ့ဘာမွမျဖစ္ဘူး.................... Razz Razz

8Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:14 am

mars

mars
Moderator



Moderator
BIOS ထဲမွာ၀င္ျပင္လို႔ရတယ္လို႔ေတာ့ ေျပာတာၾကားဖူးတယ္.. ဒါေပမယ့္ က်ေနာ့္ Laptop မွာရွာေတာ့ မေတြ႔ဘူးဗ်... အဲဒါေလးတစ္ခ်က္ေလာက္ေျပာေပးပါ.. သိသြားေအာင္လို႔ပါ... ေနာက္ၿပီး window မွာ၀င္ျပင္တယ္ဆိုတာ ဘယ္လိုကိုေျပာတာလဲမသိဘူး... ေျပာျပေပးပါလား ....

http://sidnaing.co.cc/

9Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:17 am

zawmin

avatar
MITR Reader



MITR Reader
ဟာ laptop ေတြမွာ BIOS ေတြပါပါတယ္ဗ်.....လာေနာက္ေနၿပန္ၿပီ. Razz Razz

10Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:23 am

mars

mars
Moderator



Moderator
ဟာ.. ဟုတ္ဘူးေလ... BIOS ထဲမွာ ျပင္လို႔ရတဲ့ေနရာကိုရွာမေတြ႔တာ... အဲဒါေျပာတာ... က်ေနာ္ဆီမွာ အဲဒါေတြနဲ႔ပတ္သတ္ၿပီးေတာ့ အကုန္လံဳးကို ဘာမွလုပ္လို႔မရသလိုပဲ... က်ေနာ္လညး္ ၀င္မေမႊျဖစ္တာပါမယ္နဲ႔တူတယ္... မေတြ႔မိဘူး... က်ေနာ္က အမ်ားဆံဳးသံုးျဖစ္တာကေတာ့ Boot တတ္တာေလာက္ကိုပဲလုပ္ျဖစ္တာ... က်န္တာက ဘာမွကို၀င္မကလိဘူးတာ.... အဲလိုပါဗ်ာ...

http://sidnaing.co.cc/

11Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:27 am

zawmin

avatar
MITR Reader



MITR Reader
Laptop ဆိုတာကတစ္လံုးနဲ ့တစ္လံုး မတူေရးခ်မတူပါဗ်ာ.. Very Happy
အမ်ိုးအစားေလးတစ္ခ်က္ေလာက္ေၿပာေပးပါဗ်ာ.......

12Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:31 am

Mg Ko Ko

Mg Ko Ko
MITR New User



ကၽြန္ေတာ္ေျပာတာ RAM ကို၀င္ျပင္လို ့ရတယ္ေျပာတာပါ
Graphic ကေတာ ့ Bios မွာ၀င္ျပင္မွပဲရမယ္
Bios ထဲ မွာရွာၾကည္ ့ပါရွိပါတယ္
ျပီးေတာ ့Bios အမ်ိဴးအစားသိခ်င္ပါတယ္

13Registry Tricks Empty Re: Registry Tricks 30th March 2010, 10:53 am

mars

mars
Moderator



Moderator
အဲဒါဆိုရင္မနက္ျဖန္မွရမယ္... ေလာေလာဆယ္ က်ေနာ္လညး္ စက္ကမပါလာေတာ့မသိရေသးဘူး... DELL Inspiron 1564 ပါ
Core i3, RAM 4GB, Graphic 512 MB (Dedicated) ပါဗ်ာ...

http://sidnaing.co.cc/

14Registry Tricks Empty Re: Registry Tricks 31st March 2010, 10:19 am

zawmin

avatar
MITR Reader



MITR Reader
ဟုတ္ကဲ့ပါ....ကြ်န္ေတာ္တို ့ ၿမန္မာနိုင္ငံမွာေတာ့ အသံုးအမ်ားဆံုး BIOSမွာ (ဖီးနစ္) BIOS ၿဖစ္တယ္ဗ်ာ..
[color=redဖီးနစ္ BIOS နဲ ့ပက္သက္ၿပီးေတာ့ဘဲ ေၿပာၿပေပးလိုက္ပါမယ္...[/color]
စက္တက္တက္ ခ်င္း BIOS ကို ၀င္လိုက္ပါ.
BIOS ၇ဲ ့ TAb ေတြမွာ Advanced ကိုရွာ..
Advanced ကိုေရာက္ရင္ လုပ္ လို ့ရၿပီ.ဗ်
ေအာ္ေနအံုး.....BIOS ေတြရ ဲ ့ Version ေတြဆိုတာလည္းတူတာမွမဟုတ္တာ...
အသီးသီးရွိပါတယ္...အဲ့ဒီမွာ CHIPSET ကိုရွာ.......NorthBridge နဲ ့ Southbridge ဆိုၿပီးရွိတယ္ဗ်ာ.
NorthBridge ကို ေရြးၿပီး၀င္ လိုက္ပါ
ကြ်န္ေတာ္ အိမ္ က BIOS မွာေတာ့
advanced ကို ၀င္ လိုက္ရင္ RAM(MEMORY)....Graphic ဆိုၿပီးပါပါတယ္...
မတူရင္လည္းလြယ္ပါတယ္..RAM တို ့ MEMORY တို ့ GRAPHIC စတဲ့စာလံုးေတြကိုရွာၿပီး
Enter နွိပ္ၿပီး၀င္လိုက္ပါ..စာေၾကာင္းေရ သံုးေၾကာင္း(သို ့မဟုတ္) ေလးေၾကာင္းရွိတယ္ဗ်...

128MB.......256MN........512MBစသၿဇင့္ရွိပါတယ္.
ေအာက္ဆံုးမွာေတာ့ MAXIMUM ဆိုၿပီး ရွိပါတယ္......ေၿပာရရင္ေတာ့ MAXIMUM ကေတာ့အေကာင္းဆံူးပါဘဲ.
ဒါေပမဲ့ မသံုးပါနဲ ့....စက္ထိခိုက္ပါတယ္..
256 Graphic သံုးရင္ 512MB အထိၿမွင့္ရင္ေတာ့ရပါတယ္...
512MB ထက္ေက်ာ္ရင္ေတာ့ ပ်က္္လိမ့္မယ္..
အဲ့ဒီိလိုေတာ့ Performance ကိုၿမွင့္လို ့ရပါတယ္..
MAXIMUM မဟုတ္ရင္ေတာ့ မထိခိုက္ပါဘူး..
မသိရင္ေတာ့ သိခ်င္တာရွိၿပန္ေမးေပါ့ဗ်ာ....(ZawMin)

15Registry Tricks Empty Re: Registry Tricks 1st April 2010, 3:50 pm

mars

mars
Moderator



Moderator
မရဘူးဗ်.... မေတြ႔တာဆိုတာထက္ မပါတာပါ.... က်ေနာ့္ရဲ႕ BIOS လညး္ ဖီးနစ္ ပါပဲဗ်ာ... ေျပာသလို Advance ထဲကိုသြားတယ္... အဲဒိမွာ အကိုေျပာသလိုမ်ဳိးေတြကို မေတြ႔ပါေၾကာငး္ အစီရင္ခံတာပါဗ်ာ.... ႏွ႔ံသြားပါၿပီဗ်ာ... BIOS တစ္ခုလံုးကိုေျပာတာပါ..

http://sidnaing.co.cc/

16Registry Tricks Empty Re: Registry Tricks 2nd April 2010, 2:15 pm

zawmin

avatar
MITR Reader



MITR Reader
ဟဟ...ထူးဆန္းတယ္ဗ်ိဳ ့.
တစ္ခါမွမၿမင္ဘူးဘူးဗ်....အိမ္က စက္ မွာေတာ့ ထင္းေနတာပဲ..
ဒါဆိုရင္ေတာ့ ဆရာ့ဆရာ့ေတြကိုၿပန္ေမးၾကည့္ေပးပါ့မယ္....

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com