Friday, December 25, 2015

Window user account with bat program

0 comments

ေအာက္မွာက်ေတာ္Bat programပါေရးိေပးထားတယ္
တူနယ္ခ်င္းးးတို႔
ဆရာႀကီးတို႔လည္းကလိၾကည့္ခ္ခ္
run boxမွာnotepadလို႔ရိုက္ပီးအန္းတားေခါက္ပါ
ေအာက္ဆံုးက
codeေတြcopy လုပ္ပါ
ctrl+s
နိပါပါ
Filenameမွာ account creation.batလို႔ေရးပီးdesktopေပၚမွာsaveထားလိုက္ပါ
desktopေပၚက
creation.batမွာright clickေထာက္
run as administratorကိုကလစ္ိပီးrunေပးပါ
ပီးးမွ အဲ့ထဲကျပထားတဲ့စာေတြတိုင္းကလိၾကည့္
ဆရာႀကီးေတြကေတာ့ရီေတာ့မယ္ hak hak
ကၽြန္ေတာ္ cmd (command line) ကုိသံုးပီး computer user account တစ္ခုဖန္တီးျပပါ့မယ္
+++++++++++++++++++++++++++++++++++++++++++++++
အရင္ဆံးု My computer>C:(window တင္ထားတဲ့အပိုင္းျဖစ္ရပါမယ္)>windows>system32ထဲက cmd မွာ right clickေထာက္ပါ
run as administrator နဲrun ေပးပါ
အဲ့မွာ ကၽြန္ေတာ္တို႕ computer မွာ user account ဘယ္နွခုရွိလည္းျကည့္ပါ့မယ္
Net users
လို႕ရီုက္ပီးအန္းတားေခါက္ပါ
ဒါဆိုရွိတဲ့ယူစာအေကာင့္မ်ားက်လာပါလိမ့္မယ္
ယူစာအေကာင့္တစ္ခုေလာက္ဖန္တီးရေအာင္ အေကာင့္နာမ္မည္ကMTK ဆိုပါေတာ့ဗ်ာသူ႕တြက္password က password လို႔ပဲေပးလိုက္ပါမယ္
net user MTK password /add
ရိုက္ပီးအန္းတားေခါက္လို္က္ပါ
The command complete successfully.
လို႕ျပရင္create လုပ္ပီးသြားပါပီ
ဒါဆိုရင္ MTK ဆိုတဲ့နာမ္မည္ သူ႕တြက္passwordကpassword ပါပဲ
space ပါတဲ့နာမ္မည္ေပးခ်င္ရင္ "" ထဲမွာထည့္ေပးရပါတယ္ ဥပမာျကည့္ပါ
net user "IT Learner And Sharer" password /add
ဒါဆို၇င္ ကြန္ပ်ဴတာနာမ္မည္က IT Learner And Sharer ျဖစ္ျပီး password ကေတာ့ passwordျဖစ္ပါတယ္
အခုကၽြန္ေတာ္တို႕ဖန္တီးလိုက္တဲ့ user account က standard user အဆင့္ပဲရွိတာပါ
(standard user နဲ႕ သံုးတဲ့သူက software ေတြသြင္းတာျဖဳတ္တာလုပ္မရပါဘူးေနာ္ကထပ္လည္းပိတ္ပင္ထားတာေတြရွိပါေသးတယ္
အဲ့အလိုအကုန္လံုးကိုေပးလုပ္ခ်င္ရင္ administrator ကိုသတ္မွတ္ေပး၇မွာပါေအာက္မွာadministrator ေျပာင္းနည္းကိုဆက္ျကည့္ပါ )
IT Learner And Sharer ကို administrator ေျပာင္းျပပါ့မယ္
Net Localgroup administrator "IT Learner And Sharer" /add
ရိုက္ပီးအန္းတားေခါက္ပါ
the command complete successfully.
ျပရင္ administrator အဆင့္ကိုသတ္မွတ္ျပီးသြားပါပီ
standard user ျပန္ေျပာင္းခ်င္ရင္
Net Localgroup administrator "IT Learner And Sharer" /delete
လို႔ရိုက္ပီးအန္းတားေခါက္ပါ
ဒါဆိုရင္ standard user ျဖစ္သြားပါပီ
ယူစာအေကာင့္ကိုျဖတ္ခ်င္ရင္
Net user "IT Learner And Sharer" /delete
ရိုက္ပီးအန္းတားေခါက္ပါ
The command complete successfully. ျပရင္ အိုေကပါပီ
နားမလည္ရင္ျပန္ေမးနိုင္တယ္ေနာ္......တိုတိုမမညီညီဥဥေဒၚေဒၚတို႕ေရ
ဒီမွာေရးျပထားတာေတြကိုျကိုက္သလိုျပင္ေရးျပီးျကိုက္သလိုရွဲလုပ္နိုင္ပါတယ္ခင္ဗ်ာ
အားလံုးပဲအဆင္ေျပပါေစ
IT Learner And Sharer
@echo off
set username=username
set password=password
:yatsauktarlay
cls
echo.
echo.
color 0a
echo User Account Management program
echo *****************************
echo.
echo.
echo **IF you want to view all user account ,type "viewall" and press enter.
echo.
echo **IF you want to create user account ,type "create" and press enter.
echo.
echo **If you want to delete user account ,type "delete" and press enter.
echo.
echo.
echo.
echo IT Learner And Sharer (Yat Sauk Tar Lay)
:Machine
set /p yatsauktar=Type you want:
if %yatsauktar%==viewall goto :A
if %yatsauktar%==create goto B:
if %yatsauktar%==delete goto :chitlay
else
msg * Please type above keyword.(Yat Sauk Tar Lay)
cls
goto :yatsauktarlay
:chitlay
color 0d
cls
@echo off
echo.
echo.
echo **If you want to exit this program, type "exit "and press enter.
echo.
echo.
set /p mtk=**Type You Want to delete User Account Name:
Net user %mtk% /delete
if %mtk%==exit goto exit
cls
goto :yatsauktarlay
:A
cls
color 0e
net users
pause
cls
goto :yatsauktarlay
:B
cls
color 0B
echo.
echo.
echo Creation Account
echo **************
echo.
echo.
echo **If you want to set user name ,type "createaccount" and press enter.
echo.
echo.
echo **If you want to Change "Administrator user",type "createadministrator" and press enter.
echo.
echo.
echo **IF you want to change "Standard User",type "createstandard" and press enter.
echo.
echo.
echo **If you want to go Home ,type "home" and press enter .
echo.
echo.
echo ** IF you want to exit this program ,type "exit" and press enter .
:abcdefg
set /p yatsauktarlay=Type you want:
if %yatsauktarlay%==createaccount goto :C
if %yatsauktarlay%==createadministrator goto :E
if %yatsauktarlay%==createstandard goto :F
if %yatsauktarlay%==home goto :yatsauktarlay
if %yatsauktarlay%==exit exit
else goto :mtk
:mtk
cls
msg * Invalid!!!Please type valid key!(Yat Sauk Tar Lay)
goto :B
:C
set /p username=Enter User Name:
set /p password=Enter Password:
net user %username% %password% /add
msg * Done!! username=%username% password=%password%
start http://yatsauktarlay1996.blogspot.com/
goto :B
pause
:E
color 0c
set /p administrator=Enter Username :
Net Localgroup administrator %administrator% /add
cls
goto :B
:F
color 0c
set /p standard=Enter Username:
net localgroup administrator %standard% /add
cls
goto :B

Tuesday, October 13, 2015

Html part 1

0 comments

HTML part 1
**********
က်ေတာ္လည္းအရမး္ျကီးသိလို့ေတာ့မဟုတ္ဘူးဗ်
ဒါေပမဲ့သသိေလာက္ေတာ့အကုန္ေျပာျပပါ့မယ္
ခုကေတာ့ html ေပါ့ေနာက္ပိုင္း
css
javascript
php (need xampp sever)
mysql
အစဥ္လိုက္ေျပာျပသြားပါ့မယ္
window program ေတြက
main method ဆိုတာကေန အလုပ္စလုပ္ပါတယ္
html မွာ ေတာ့ <body> ဆိုတဲ့ tag ေလးထဲကေနအလုပ္စလုပ္တယ္ဗ်
အဲ့ေတာ့ tag ဆိုတာဘာ၊လဲ၊၊၊
tag <body> ဒါ tag ပါ
tag တစ္ခုစဖြင့္ပီဆိုရင္သူ့ကိုျပန္ပိတ္ေပးရပါတယ္
<body>

</body>
အေပါ္ကလိုမ်ိုးေပါ့ </BODY>ေလး

အ့ဆိုက်ေတာ္တိုHellow World ဆိုတာေလး web borwser မွာထုတ္ျကည့္ရေအာင္ဗ်ာ
အရင္ဆံုး Desktop မွာ web ဆိုတဲ့ folder ေလးေဆာက္ထားဗ်ာ
>>window key နဲ့ R နွိပ္ပီး run box ေခါ္ပါ
>>Notepad လို့ရို္က္ပီးအန္းတားေခါက္ပါ
>>ေအာက္ကကုတ္ကိုျကည့္ပီးလုိက္ေ၇းပါ
>>ctrl S နွိ္ပ္ပါ
>>File name မွာ example 1.html လို့ေပးပါ
>>encoding ကိုတစ္ခ်က္ကလစ္ပီး utf8 ဆိုတာေရြးေပးပါဦ(ျမန္မာလိုျမင္နိုင္ရန္)
>>Desktop ေပါ္က web ထဲမွာသြားသိမ္းပါ
>>ပီးရင္ double click ပီး run လိုက္ပါ
Hellow World ဆိုတာေလးထြက္လာပါပီ
-----------
<html>
<head>
<title></title>
</head>
<body>
Hellow World!
</body >
</html>
---------

့hellow world ကို size ျကးီျကည့္ရေအာင္ဗ်ာ

<html>
<head>
<title></title>
</head>
<body>
<h1>Hellow World!</h1>
</body >
</html>

tag တစ္ခုျဖစ္တဲ့ <h1>ေလးကိုက္ေပးလိုက္တယ္ဗ်
ျပင္ပးီျပန္run ျကည့္ဗ်
<h1> ကေန <h6>ထိရွိပါတယ္တစ္ခုခ်င္းစမ္းျကည့္ပါ

ေနာက္ထပ္ font ျကီးတဲ့တစ္နည္းရွိပါေသးတယ္

<html>
<head>
<title></title>
</head>
<body>
<font size="3" color="red">Hellow World</font>
</body >
</html>

<font>ဆိုတဲ့ tag ေလးပါ
သူ့ထဲမွာ size="3" ဆိုတာကို attribute လို့မွတ္ထားေပးပါဗ်
font ရဲ့ size ကို 3 လို့ထားမယ္ေျပာတာ ေပါ့ ဟဲ၊၊
color="red" ဆိုတာက color အနီေရာင္ကိုေျပာတာပါ
run ျကည့္လိုက္ပါဗ်
ေနာက္ထပ္ background color change ျကည့္ရေအာင္ဗ်ာ
<body>ဆိုတာမွာ attribute တစ္ခုထပ္ထည့္ပါ့မယ္
bgcolor="black"
<body bgcolor="black">
အဲ့လိုေလးျပင္ေရးလိုက္ပါ
run ျကည့္ပါဗ်၊
က်ေတာ္ေနာက္ထပ္ tag ေတြထပ္ေျပာျပပါ့မယ္စမ္းျကည့္ျကပါဗ်ာ
နားမလည္တာရွိရင္ျပန္ေမးပါ က်ေတာ္မသိရင္ေတာင္ရွာပီးျပန္ေျပာျပပါ့မယ္ဗ်
<center>
<s>
<u>
<b>
<i>
<u>
<strike>
<tt>
<sub>
<sup>
<big>
<small>
web ပိုင္းကိုေလ့လာခ်င္ရင္
www.w3school.com မွာသြားေလ့လာပါဗ်
အဲ့web site တစ္ခုလံုးေဒါင္းထားတာက်ေတာ့္မွာရွိပါတယ္
လိုခ်င္လာေတာင္းပါ
ရန္ကုန္သု၀ဏမွာေနပါတယ္
စေနေန့ေနာက္ဆံုးပဲ အဲ့ေန့က်ေတာ္ရွမ္းျပန္ျပန္ေတာ့မွာ :)
ေနာက္တစ္ပုိစ္မွာ image နဲ့ link ေတြနဲ့ကစားျကရေအာင္ဗ်ာ

#ရပ္ေစာက္သား

Sunday, September 27, 2015

ကြန္ပ်ဴတာကေန Wifi ျပန္လႊင့္မယ္ Personal Hotspot v1.1 (For Windows)

1 comments
ကၽြန္ေတာ္ေနာက္ထပ္ ေရးထားတဲ့ Software ေလးနဲ႕ မိတ္ဆက္ေပးပါရေစ
ဒီေကာင္ေလးက ကြန္ပ်ဴတာကေန Wifi ျပန္လႊင့္ေပးနိုင္မယ္ App ေလးပါ
လုပ္ေဆာင္ခ်က္ေတြကေတာ့
Laptop ကေန တိုက္ရိုက္ wifi လႊင့္နိုင္ပါတယ္
Desktop ဆိုရင္ေတာ့ Wifi သံုးဖို႕ hardware တခုလိုပါတယ္



File Size ကလည္း 518.5 Kb ပဲရိွပါတယ္။
လိုအပ္ရင္ ယူသြားဗ်ာ...

Download Links:

(or)
ရႊင္လန္းခ်မ္းေျမ႕ၾကပါေစ...😊☺️😊
တပ္ကုန္းသား(IT Knowledge Sharer)
Facebook Page: http://www.facebook.com/itknowledgesharer

Shutdown/Restart/LogOut အလြယ္တကူလုပ္ႏိုင္ပီး စက္ရွင္းေပးမယ့္ App ေလးပါ..☺️

0 comments
မဂၤလာပါခင္ဗ်
ကၽြန္ေတာ္ ေရးထားတဲ့ Software တခုနဲ႔ မိတ္ဆက္ေပးပါရေစ...☺️
Software အမည္က Shutdown and Cleaner လို႔ေခၚပါတယ္
လုပ္ေဆာင္ခ်က္မ်ားကေတာ့
Shutdown, Restart, Logout အလြယ္တကူလုပ္နိုင္ပါတယ္
အခ်ိန္ သက္မွတ္နိုင္ပါတယ္
ပီးေတာ့ Temp, Prefetch, နဲ႔ အျခား မလိုတဲ့ဖိုင္ေတြကိုလည္း Click တစ္ခ်က္တည္းနဲ႔ ရွင္းနိုင္ပါတယ္
windows 7 ေပၚမွာစမ္းထားတာ ျဖစ္ပါတယ္
Windows 8 မွာလည္း အဆင္ေျပပါတယ္
windows 10 မွာေတာ့ One Click Clean က အဆင္မေျပပါဘူး


Shortcut Keys
************
1 = Shutdown
2 = Restart
3 = Logout
4 = All Cancel
5 = One Click Clean

File Size ကလည္း 174.5Kb ပဲရိွပါတယ္
လိုအပ္ရင္ အားေပးသြားဦးေနာ္

Download Links(174.5kb):

(or)


ရႊင္လန္းခ်မ္းေျမ့ပါေစ.....☺☺☺
တပ္ကုန္းသား(IT Knowledge Sharer)
Facebook Page: http://www.facebook.com/itknowledgesharer

Sunday, September 6, 2015

Link တစ္ခုမွတစ္ခုသို႔variable သယ္နည္း

0 comments


ေအာက္ကဟာေတြကက်ေတာ္ pelrojectတစ္ခုေရးတံုးကစမ္းခဲ့တာမလို႔ နည္းလမ္းအမ်ဳးမ်ိဳး႐ွိႏိုင္ပါတယ္ :-)

Beginnerမ်ားတြက္ပါ
တကယ္ေတာ့ေခါငး္စဥ္ေရးထားတာ႐ိုးလြန္းလွပါတယ္

ပံုစံက ဒီလိုဗ်
က်ေတာ္တို႔web site တစ္ခုေရးလိုက္ပီ
ဆိုပါေတာ့ဗ်ာ
အန္.....နာရီေရာင္းၾကမယ္ေပါ့ဟဲ...ဟဲ

ညာဘက္မွာနာရီနဲ႔ပတ္သတ္တဲ့ brandေတြ႐ွိမယ္
Casio တို႔ g shock တို႔ဘာညာေပါ့ဗ်ာ
အ့ဆိုက်ေတာ္ casioကိုႏွိပ္လိုက္ပီ

ဒါနဲ႔ေဘာ္ဒါ casio ဆိုတဲ္pageတြက္ web pageတစ္ခုလံုးျပန္ေရးမွာလား¿
header
Footer
Right panel
Left panel
ဒါေတြအကုန္လံုးတြက္ ျပန္ပီးေရးေပးေနရမယ္ဆိုရင္ coding ေတြေတာ္ေတာ္ေလးကို႐ႈပ္သြားမွာပါ
အဲ့ေတာ့ က်ေတာ္တို႔က casio ႏွိပ္တာနဲ႔
အလယ္မွာ casio နဲ႔ပတ္သတ္တာေတြပဲေျပာင္းရေအာင္ေလ :-)

အိုေက အဲ့ေတာ့
Casio ဆိုတဲ့ linkေလးက right panelကပါ
Right panelတြက္ codeကိုမွာ casioရဲ႕လင့္ကို
casio.php&value=casio
အဲ့တိုင္းပဲ
Gshockလင့္ကိုလည္း
Gshock.php&value=gshock
လို႔ value ထဲမွာ casio တြက္ casioနဲ႔ g shock တြက္ gshock ဆိုတာထည့္ေပးလိုက္ပါမယ္
က်ေတာ္တို႔ index (home) pageရဲ့ codingမွာစစ္ရပါမယ္

If(isset($_get["casio"]))
{
Include{"casio.php"};
}

Else If(isset($_get["gshock"]))
{
Include("gshock.php");
}

႐ွင္းစရာေတာင္မလိုေလာက္ဘူး
Codeၾကည့္တာနဲ႔ နားလည္ႏိုင္ပါတယ္
projectလုပ္တဲ့ခါ coding ေလ်ွာ့ခ်ေရးပါ
:-)

တခ်ိဳ႕projectအပ္တဲ့ ခါ
Codingစစ္ရင္ ဒီအပုိင္းေတြလည္းစစ္လိမ့္မယ္ထင္တယ္ :-)

ဒီေလာက္ပါပဲ စာမြဲပီးမွ ဒါနဲ႔ပတ္သတ္တဲ့
Page ခ်ေပးေတာ့ မယ္ :-)

Friday, September 4, 2015

Androidမွyoutube videoက္​ို mp3ဖိုင္​​ေျပာင္​း​ေဒါင္​းနည္​း

0 comments

Android မွ you tube video အား mp3 ေျပာင္းdownload လုပ္နည္း
++++++++++++++++++++++

အရင္ဆံုးကိုေဒါင္းခ်င္တဲ့သခ်င္းyou tube linkကိုသြားပါ
အဲ့မွာေအာက္နားေလးမွာ share ဆိုတာ႐ွိတယ္ တစ္ခ်က္ႏွိပ္လိုက္ပါ
Short you tube url ေလး ထြက္လာလိမ့္မယ္
Copy ကူးထားပါ

http://www.savemedia.com/
Linkကိုသြားပါ

Search boxမွာpasteပါ
Search download ႏွိပ္ပါ
Download now ကိုႏွိပ္ပါ
mp3 mp4ေရြးပီးေဒါင္းႏိုင္ပါပီ
#ရပ္ေစာက္သား

Monday, August 17, 2015

ပံုတစ္​ပံုရဲ႕ background ​ေတြ​ေျဖာက္​ မဲ့ online tool

0 comments

မိုက္​​ေတာ့မိုက္​တယ္​ဗ်
ပံုတစ္​ပံုbackground မွာ ႐ႈပ္​​ေနရင္​ည
အဲ့​ေကာင္​​ေတြကိုပဲသီးသန္​႔ျဖတ္​ပီး လိုခ်င္​တဲ့ အပိုင္​း​ေလးပဲထြက္​လာတယ္​
http://clippingmagic.com/
လင္​့မွာကလိၾကည္​့ဗ်ာ

#ရပ္​​ေစာက္​သား

Shortcut key for window 8

0 comments

Forum တစ္​ခုက​ေတြ႕လို႔မလာတာဟဲဟဲ
Here are Quick way Important
factors For Windows 8
1) Windows key: Access the Start
screen
2) Windows+D : Access the
Desktop.
3)Windows: Showthe Charms.
4)Windows+Q (or juststart typing
whenyou are on the Start menu) :
Search
5)Windows+H :Share
6) Windows+K : Start Windows
Devices
7)Windows+I : Settings
Tip: When you’re ready to shut
down your computer, use
Windows+I and then click or tap
the Power button, found on the
bottom right.
Windows+Z : Show the App Bar
while inany app.
9) Windows+Tab or Alt+Tab :
Cycle through open apps.
10) Zoom in and out : Ctrl+- to
zoomout and Ctrl++ tozoomin
11) Windows+period : Snap an
app to one sideof the screen
Tip: You’ll find that many of the
traditional shortcuts you’ve
always used still exist, such as
Windows+L to lock and Windows
+Ptoproject to another display.
12) StartScreen : Windows Key
13) Right Shift key : If you press it
for eight seconds, it turns on Filter
Keys. If you press it five times in a
row, it turns onStickyKeys.
14) Ctrl+mouse wheel : When used
on the desktop, it changes the size
of your desktop icons. When used
on the Start screen, it zooms in
and out.
15) Ctrl+A : Selectall.
16) Win+C : Open the charms.
17) Ctrl+C : Copy.
18) Win+D :Showthe desktop.
19) Alt +D : Select the address bar
in InternetExplorer.
20) Ctrl+Alt+D :Enable the Docked
mode in the Magnifier tool.
21) Win+E : Open File Explorer.
22) Ctrl+E :Selectthe searchbox in
File Explorer.
23) Win+F : Show Files in the
Searchcharm.
24) Win+Ctrl+F : Open the Find
Computers window, which can
find computers on a network
(used mostly in business
networks).
25) Win+G : Cycle through desktop
gadgets.
26) Win+H : Open the Share
charm.
27) Win+I : Open the Settings
charm.
28) Ctrl+Alt+I : Invert colors in the
Magnifier tool.
29) Win+J : Switch the focus
between snapped apps and larger
apps.
30) Win+K : Open the Devices
charm.
31) Win+L : Lock the computer
and display the Lockscreen.
32) Ctrl+Alt +L : Enable Lens mode
in the Magnifier tool.
33) Win+M : Minimize all the
windows on the desktop.
34) Ctrl+N : Open a new File
Explorer window.
35) Ctrl+Shift +N : Create a new
folder inFile Explorer.
36) Win+O : Change the Lock
screen orientation.
37) Win+P : Open the project
options for a second screen.
38) Win+Q : Open the Search
charm.
39) Win+R : Open the Runwindow.
40) Ctrl+R :Refresh.
41) Win+T : Set the focus on
the task bar and cycle through the
running desktop apps.
42) Win+U : Launch the Ease of
Access Center.
43) Win+V : Cycle through
notifications.
44) Win+Shift +V : Cycle through
notifications in backward order.
45) Ctrl+V:Paste.
46) Win+W : Open Settings in the
search charm.
47) Ctrl+W : Close the current
window. It works only in desktop
apps.
48) Win+X : Open the hidden
system menu.
49) Ctrl+X :Cut.
50) Ctrl+Y :Redo.

Sunday, August 16, 2015

software install ရဲဲ႕ Default location ကို changeမယ္

0 comments


ပံုမွန္ေတာ့ ကြန္ပ်ဴတာမွာ software တစ္ခု install လုပ္မယ္ဆိုရင္ C:\programFile မွာ data သြားသိမ္းပါတယ္
သူ႔ရဲ႕ default location ကို ခ်ိန္းမွာပါ  Dထဲက install ကိုေျပာင္းျကည့္မယ္
>>အရင္ဆံုး D ထဲမွာ installဆို တ ဲ့  folder ေဆာက္ေပးပါ

>> run box ေခၚပါ regedit ရိုက္ပီးအန္းတားေခါက္ပါ
>>Hkey_Local_Machine>Software\Microsoft\Windows\CurrenVersion ကိုတစ္ခ်က္ကလစ္ပါ

>>ညာဘက္မွာ ProgramFilesDir ဆိုတာကို double click ပါ
Value Data မွာ အကုန္ျဖတ္ပါ

>>D:\install လို႔ရိုက္ေပးပီး
ok  >restart your computer
အ့ဆိုအိုေက

ရပ္ေစာက္သား(IT Learner And Sharer)

Window 7 password ျဖဳတ္​

0 comments

Window password
ျဖဴတ္တာက ေလ အဟြာ

တကယ္ ျဖစ္ေနပီဆိုမွကလိေနာ္
ျပတနာတက္ရင္တားပါ၀ူး
၀င္းဒိုးေခြထည္
ဘုတက္

Languageေ၇ြးခိုင္းလိမ့္မယ္
Eေရြးပီး next
I accepctမွာအမွန္ခ်စ္တက္
Next

Partition ပိုင္းေရာက္ရင္window တင္တဲ့ driveကိုေ၇ြးပီး
Next
ပထမဆံုးစာေက်ာင္းက 100 percentမျပည့္ခင္
စက္ကိုပိတ္ႏိုင္ပိတ္

Power keyဖိပီးပိတ္ေနာ္
ျပန္တက္လာ၇င္ passျပဳတ္ေနလိမ့္မယ္
လြန္ခဲ့တဲ့
၇လေလာက္က win 7 ultimateေပၚမွာစမ္းၾကည့္ထားပါတယ္ခင္ဗ်ာ

ဆရာေတြပဲကလိေနာ္ ဟီးဟီး
#ရပ္​​ေစာက္​သား