F8 key ကိုႏွိပ္တယ္ အလုပ္မလုပ္ဘူး ဆိုရင္ safe mode ထဲကို ဝင္ဖို႕ ေအာက္ေဖာ္ျပပါနည္းနဲ႕လည္း လုပ္ေဆာင္ႏိုင္ပါတယ္။
( ၁ ) Start Button ကို click ပါ။
( ၂ ) Search box (or) Ran မွာ “msconfig” လို႕ ရိုက္ပါ။ Enter ေခါက္ပါ။
( ၃ ) အဲလိုလုပ္လိုက္ရင္ “System Configuration” window ပြင့္လာပါလိမ့္မယ္။
( ၄ ) “Boot” tab မွာ ရွိတဲ့ Boot Options section ကို သြားပါ။
( ၅ ) ေအာက္မွာ ေဖာ္ျပထားတဲ့ အတိုင္း “Safe Boot/Minimal” Check box မွာ check ေပးပါ။
( ၆ ) ၿပီးရင္ Restart ေပးပါ။
(၇) ၿပီးရင္ ေအာက္မွာ ေဖာ္ျပထားတဲ့ အတိုင္း “Safe Boot/Minimal” Check box မွာ uncheck ေပးပါ။
ဒါမွ process က ပုံမွန္အတုိင္းၿပန္ၿဖစ္မွာပါ။ အဆင္ေၿပပါေစ
Windows 7 / Vista to Boot Into Safe Mode Without Using the F8 Key
ကြ်န္ေတာ္တုိ႔ FLASH Drive (USB) ကုိကြန္ျပဴတာမွာတပ္လုိက္ရင္Autoplay အေနနဲ႔ Dialog box တက္လာတာကုိ
သတိျပဳမိၾကမွာပါအဲဒီAutoplayဟာvirusေတြကုိအလြယ္တကူပ်ံ႔ႏူိင္ေစတယ္ဆုိတာကုိကြ်န္ေတာ္႔အေနနဲအရင္ကလုံး၀မသိခဲ႔ပါဘူး။
ကြ်န္ေတာ္တစ္ေယာက္တည္းမသိတာေနမွာပါပဲ။ကြ်န္ေတာ႔ ကြန္ျပဴတာမွာေတာ႔ အဲဒီလုိလုပ္ထားပါတယ္ ။ အရင္ကေတာ႔
autorunkiller ကုိသုံးပါတယ္။ဘာျဖစ္ျဖစ္ပါ မသိေသးတဲ႔သူေတြအတြက္ရည္ရြယ္ျပီး ဒီ post ကုိတင္ျဖစ္ခဲ႔တာပါ။Autoplay box ကုိ
ျဖဳတ္ထားရင္ USB မွာ ပါလာတဲ့ ဗိုင္းရပ္ကုိလည္း ကာကြယ္ႏူိင္္ပါတယ္။
ဘယ္လုိလုပ္ရမလဲဆုိေတာ့ …..
-startmenu>run မွာ gpedit.msc လုိ႔ ရုိက္ထည့္ပါ
-ျပီးရင္ User Configuration>Administrative Templates>System ကုိ သြားျပီးရင္ ညာဘက္မွာ Turn off Autoplay ကုိ
double click ေပးျပီး Enabled ေပးလုိက္ပါ။ ဒါဆုိရင္ သင္႔ရဲကြန္ျပဴတာမွာ USB ကေန virus အလြယ္တကူ မပ်ံ႔ ႏွံႏူိင္ေတာ႔ပါဘူး ဘယ္USB ဘဲလာထည့္ၿပီးသုံးသုံးစိတ္ခ်ႏုိင္ပါၿပီ။
Type the rest of your post here.
Start ထဲက Run Menu ေပ်ာက္ေနရင္ ေအာက္ပါ စာသားေတြကို Notepad ထဲကူး
File Name : 'EnableRun.vbs'
File Type : All Files ကို ေရြး Save လုပ္ပါ။ ၿပီးရင္ အဲဒီ ဖိုင္ကို double-click ႏွိပ္ပါ။ Logoff လုပ္ၿပီး ျပန္၀င္ပါ။ အိုေက .... :)))
'Enable/Disable Run on Start Menu
'© Created by koQQ84
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, p1, t, mustboot, errnum
Dim itemtype
Dim enab, disab, jobfunc
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"
p1 = "NoRun"
p = p & p1
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED" & vbCR
disab = "DISABLED" & vbCR
jobfunc = "The Start Menu Run command is now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
'Create the registry key value for NoFind with value 0
WSHShell.RegWrite p, 0, itemtype
End If
'If the key is present, or was created, it is toggled
'Confirmations can be disabled by commenting out
'the two MyBox lines below
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End If
ညီငယ္တစ္ေယာက္ရဲ႔
ေမးထားတာေလးကုိ ေတြ႔မိလုိ႔ ရွာၾကည့္မိတာပါ..
Mouse Pointer ေလးေပ်ာက္သြားရင္ေအာက္ပါအတုိင္းၿပန္ရွာလုိ႔ရပါတယ္..
1.first, open Windows XP's Mouse Control Panel
2. "Mouse Properties" မွာဘဲmulti-tabbed dialog box that follows, select the "Pointer Options" tab.
3. Check "Show location of pointer when I press the CTRL key".
4. Press "OK" to close the dialog box.
ဆက္ေလ့လာခ်င္ရင္ အဲဒီဆုိက္မွာဘဲ ေလ့လာၾကည့္ပါ..
လင့္ေလးက ဒီမွာပါ
This is used for command in computer ) …..
NOTE: If you interest to use this command ,you must be done as like this step.First go to the ‘run’,in this box you must be written ‘cmd’.You will see command box .In this box you write this command .Only not know computer command ………………………………………….Try it.We will get.
သုံးနည္းေလးပါ………..ပထမဆုံး”run box”ကုိ ဖြင့္ ရမွာပါ။window key နဲ ့R ကုိ တြဲ ႏွိပ္ ပါ။”Run box” က် လာပါ မယ္။အဲဒီ”Run box” မွာ “cmd”လုိ ့ ရုိက္ ပါ။ “command box”ေလးက် လာ ပါ မယ္။အဲဒီ “box” ေလးမွာ ဒီ “command”ေတြကုိ ရုိက္ ျပီးသုံးၾကည့္ ပါ။သိ ျပီးသူမ်ားကုိ မရည္ရြယ္ပါဘူး…….
1.Accessibility Control (command box )မွာ ရုိက္ ရမွာ က access.cpl
2.Add Hardware Wizard (command box )မွာ ရုိက္ ရမွာ က hdwwiz.cpl
3.Add/Remove Programs (command box )မွာ ရုိက္ ရမွာ က appwiz.cpl
4.Administrative Tools(command box )မွာ ရုိက္ ရမွာ က control admintools
5.Automatic Updates (command box )မွာ ရုိက္ ရမွာ က wuaucpl.cpl
6.Blutetooth Transfer Wizard (command box )မွာ ရုိက္ ရမွာ က fsquirt
7.Calculator(command box )မွာ ရုိက္ ရမွာ က calc
8.Certificate Manager (command box )မွာ ရုိက္ ရမွာ က certmgr.msc
9.Character Map (command box )မွာ ရုိက္ ရမွာ က charmap
10.Check Disk Utility (command box )မွာ ရုိက္ ရမွာ က chkdsk
11.Clipboard Viewer (command box )မွာ ရုိက္ ရမွာ က clipbrd
12.Command Prompt (command box )မွာ ရုိက္ ရမွာ က cmd
13.Component Services (command box )မွာ ရုိက္ ရမွာ က dcomcnfg
14.Computer Management (command box )မွာ ရုိက္ ရမွာ က compmgmt .msc
15.Date and Time Properties (command box )မွာ ရုိက္ ရမွာ က timedate.cpl
16.DDE Shares (command box )မွာ ရုိက္ ရမွာ က ddeshare
17.Device Manager (command box )မွာ ရုိက္ ရမွာ က devmgmt.msc
18.Direct X Control Pannel (If Installed)* (command box )မွာ ရုိက္ ရမွာ က directx.cpl
19.Direct X Troubleshooter (command box )မွာ ရုိက္ ရမွာ က dxdiag
20.Disk Cleanup Utility (command box )မွာ ရုိက္ ရမွာ က cleanmgr
21.Disk Defragment (command box )မွာ ရုိက္ ရမွာ က dfrg.msc
22.Disk Management (command box )မွာ ရုိက္ ရမွာ က diskmgmt.msc
23.Disk Partition Manager (command box )မွာ ရုိက္ ရမွာ က diskpart
24.Display Properties (command box )မွာ ရုိက္ ရမွာ က control desktop
25.Display Properties (command box )မွာ ရုိက္ ရမွာ က desk.cpl
26.Display Properties (w/Appearance Tab Preselected) (command box )မွာ ရုိက္ ရမွာ က control color
27.Dr.Watson System Troubleshooting Utility (command box )မွာ ရုိက္ ရမွာ က drwtsn32
28.Driver Verifier Utility (command box )မွာ ရုိက္ ရမွာ က verifier
29.Event Viewer (command box )မွာ ရုိက္ ရမွာ က eventvwr.msc
30.File Signature Verification Tool (command box )မွာ ရုိက္ ရမွာ က sigverif
31.Findfast (command box )မွာ ရုိက္ ရမွာ က findfast.cpl
32.Folders Properties (command box )မွာ ရုိက္ ရမွာ က control folders
33.Fonts (command box )မွာ ရုိက္ ရမွာ က control fonts
34.Fonts Folder (command box )မွာ ရုိက္ ရမွာ က fonts
35.Free Cell Card Game (command box )မွာ ရုိက္ ရမွာ က freecell
36.Game Controllers (command box )မွာ ရုိက္ ရမွာ က joy.cpl
37.Group Policy Editor (XP Prof) (command box )မွာ ရုိက္ ရမွာ က gpedit.msc
38.Heart Card Game (command box )မွာ ရုိက္ ရမွာ က mshearts
39.Iexpress Wizard (command box )မွာ ရုိက္ ရမွာ က iexpress
40.Indexing Services (command box )မွာ ရုိက္ ရမွာ က ciadv.msc
41.Internet Properties (command box )မွာ ရုိက္ ရမွာ က inetcpl.cpl
42.IP Configuration (Display Connection Configuration) (command box )မွာ ရုိက္ ရမွာ က ipconfig/all
43.IP Configuration (Display DNS Cache Contents) (command box )မွာ ရုိက္ ရမွာ က ipconfig/displaydns
44.IP Configuration(Delete DNS Cache Contents) (command box )မွာ ရုိက္ ရမွာ က ipconfig/flushdns
45.IP Configuration (Release All Connections) (command box )မွာ ရုိက္ ရမွာ က ipconfig/release
46.IP Configuration(Refreshes DHCP& Re-Registers DNS) (command box )မွာ ရုိက္ ရမွာ က ipconfig/registerdns
47.IP Configuration(Display DHCP Class ID) (command box )မွာ ရုိက္ ရမွာ က ipconfig/showclassid
49.IP Configuration(Modifies DHCP Class ID) (command box )မွာ ရုိက္ ရမွာ က spconfig/setclassid
50.ava Control Panel (If Installed) (command box )မွာ ရုိက္ ရမွာ က jpicpl32.cpl
51.Java Control Panel(If Installed) (command box )မွာ ရုိက္ ရမွာ က javaws
52.Keyboard Properties (command box )မွာ ရုိက္ ရမွာ က control keyboard
53.Local Security Settings (command box )မွာ ရုိက္ ရမွာ က secpol.msc
54.Local Users and Groups (command box )မွာ ရုိက္ ရမွာ က lusrmgr.msc
55.Logs You Out of Windows (command box )မွာ ရုိက္ ရမွာ က logoff
56.Microsoft Chat (command box )မွာ ရုိက္ ရမွာ က winchat
57.Minesweeper Game (command box )မွာ ရုိက္ ရမွာ က winmine
58.Mouse Properties (command box )မွာ ရုိက္ ရမွာ က control mouse
59.Mouse Properties (command box )မွာ ရုိက္ ရမွာ က main.cpl
60.Network Connection (command box )မွာ ရုိက္ ရမွာ က ncpa.cpl
61.Network Setup Wizard (command box )မွာ ရုိက္ ရမွာ က netsetup.cpl
62.Notepad (command box )မွာ ရုိက္ ရမွာ က notepad
63.Nview Desktop Manager (If installed) (command box )မွာ ရုိက္ ရမွာ က nvtuicpl.cpl
64.Object Packager (command box )မွာ ရုိက္ ရမွာ က packager
65.ODBC Data Source Administrator (command box )မွာ ရုိက္ ရမွာ က odbccp32.cpl
66.On Screen Keyboard (command box )မွာ ရုိက္ ရမွာ က osk
67.Opens AC3 Filter (If installed) (command box )မွာ ရုိက္ ရမွာ က ac3filter.cpl
68.Password Properties (command box )မွာ ရုိက္ ရမွာ က password.cpl
69.Performance Monitor (command box )မွာ ရုိက္ ရမွာ က perfmon
70.Phone and Modem Options (command box )မွာ ရုိက္ ရမွာ က telephon.cpl
71.Power Configuration (command box )မွာ ရုိက္ ရမွာ က powercfg.cpl
72.Printers and Faxes (command box )မွာ ရုိက္ ရမွာ က control printers
73.Printers Folder (command box )မွာ ရုိက္ ရမွာ က printers
74.Private Character Editor (command box )မွာ ရုိက္ ရမွာ က eudcedit
75.Quicktime(If Installed) (command box )မွာ ရုိက္ ရမွာ က QuickTime.cpl
76.Regional Settings (command box )မွာ ရုိက္ ရမွာ က intl.cpl
77.Registry Editor (command box )မွာ ရုိက္ ရမွာ က regedit
78.Registry Editor (command box )မွာ ရုိက္ ရမွာ က regedit32
79.Remote Desktop (command box )မွာ ရုိက္ ရမွာ က mstsc
80.Removable Storage (command box )မွာ ရုိက္ ရမွာ က ntmsmgr.msc
81.Removable Storage Operator Requests (command box )မွာ ရုိက္ ရမွာ က ntmsoprq.msc
82.Resultant Set of Policy(XP Prof) (command box )မွာ ရုိက္ ရမွာ က rsop.msc
83.Scanners and Cameras (command box )မွာ ရုိက္ ရမွာ က sticpl.cpl
84.Scheduled Tasks (command box )မွာ ရုိက္ ရမွာ က control schedtasks
85.Security Center (command box )မွာ ရုိက္ ရမွာ က wscui.cpl
86.Services (command box )မွာ ရုိက္ ရမွာ က services.msc
87.Shared Folders (command box )မွာ ရုိက္ ရမွာ က fsmgmt.msc
88.Shut Down Windows (command box )မွာ ရုိက္ ရမွာ က shutdown
89.Sounds and Audio (command box )မွာ ရုိက္ ရမွာ က mmsys.cpl
90.Spider Solitare Card Game (command box )မွာ ရုိက္ ရမွာ က spider
91.SQL Client Configuration (command box )မွာ ရုိက္ ရမွာ က cliconfg
92.System Configuration Editor (command box )မွာ ရုိက္ ရမွာ က sysedit
93.System Configuration Utility (command box )မွာ ရုိက္ ရမွာ က msconfig
94.System File Checker Utility (Scan Immediately) (command box )မွာ ရုိက္ ရမွာ က sfc/scannow
95.System File Checker Utility (Return to Default Setting (command box )မွာ ရုိက္ ရမွာ က sfc/revert
96.System File Checker Utility (Purge File Cache) (command box )မွာ ရုိက္ ရမွာ က sfc/purgecache
97.System File Checker Utility (Set Cache Size to size x) (command box )မွာ ရုိက္ ရမွာ က sfc/cachesize=x
98.System Properties (command box )မွာ ရုိက္ ရမွာ က sysdm.cpl
99.Task Manager (command box )မွာ ရုိက္ ရမွာ က taskmgr
100.Telnet Client (command box )မွာ ရုိက္ ရမွာ က telnet
101.User Account Management (command box )မွာ ရုိက္ ရမွာ က nusrmgr.cpl
102.Utility Manager (command box )မွာ ရုိက္ ရမွာ က utilman
103.Windows Firewall (command box )မွာ ရုိက္ ရမွာ က firewall.cpl
104.Windows Magnifier (command box )မွာ ရုိက္ ရမွာ က magnify
105. Windows Management Infrastructure (command box )မွာ ရုိက္ ရမွာ က wmimgmt.msc
106.Windows Update Launches (command box )မွာ ရုိက္ ရမွာ က wupdmgr
107.Windows XP Tour Wizard (command box )မွာ ရုိက္ ရမွာ က tourstard
108.Wordpad (command box )မွာ ရုိက္ ရမွာ က wordpad
My Task Manager is greyed out and not enabled. How can I enable it?
ေအာက္မွာေဖာ္ၿပေပးထားတဲ့ ပုံအတုိင္း task bar ကုိ right click ေထာက္တဲ့အခါမွာ
task Manger မေပါၚလုိ႔ရွိခဲ့လုိ႔ ရွိရင္ ဘာလုပ္ရမလဲဆုိတာေလးကုိ ေၿဖရွင္းရေအာင္....
ဒီၿပႆနာကုိေၿဖရွင္းဖုိ႔အတြက္ သိပ္အခက္ၾကီးမဟုတ္ပါဘူး..
ပထမဦး Start > run မွတဆင့္ regedit ကုိရုိက္ေပးပါ..
ေအာက္ကပုံအတုိင္းေပါ့..
အဲဒီအခါ Registry Editor boxေပၚလာပါမယ္
ၿပီး၇င္ေတာ့ ေအာက္ကေဖာ္ၿပထားတဲ့အတုိင္းအဆင့္ဆင့္သြားေပးပါ...
HKEY-CURRENT-USER-->SOFTWARE--.>MICROSOFT-->WINDOWS-->CURRENT VIRSION----> POLICIES--->SYSTEM (or) Key1#တစ္ခ်ိဳ႔စက္ေတြမွာကsystem အစား Key1#ဘဲပါပါတယ္..ကြ်န္ေတာ္စက္မွာလည္း
Key1# ဘဲေတြ႔ပါတယ္..
ၿပီးရင္ ပုံမွာၿပထားတဲ့အတုိင္း Disable TaskNgr ကိုdoulble click ေပးၿပီး value dataေနရာမွာ
1ၿဖစ္ေနရင္ 0 ေပးလုိက္ေပါ့..ဒီပုံအတုိင္းေပါ့
window စတက္လာရင္ မိမိၾကိဳက္တဲ႕ သီခ်င္းသံေလးထည့္ၾကည့္ရေအာင္....
ပထမဆံုးအေနနဲ႕ မိမိထည့္လိုတဲ႕သီခ်င္း (သို႕) အသံဖိုင္တစ္ခုရွာထားရပါမယ္..format ကေတာ့
*.wav ျဖစ္မွရမယ္ေနာ္။။က်န္တဲ႕ format ေတြကို window က မသိပါဘူး။ျပီးရင္
task bar ေပၚက speaker icon ေလးေပၚမွာ Right click လုပ္၊ Adjust Audio Properties ဆိုတာကို ႏွိပ္၊
ေပၚလာတဲ႕ box မွာ sound tab ကိုႏွိပ္။ program event ေအာက္က start window ဆိုတာေလးကို select လုပ္( speakerပံုးေလးနဲ႕)
အဲဒီေအာက္မွာ Browse ကိုႏွိပ္ျပီး ကိုယ္သိမ္းထားတဲ႕ ဖိုင္ ကို open လုပ္ျပီး apply လုပ္၊ok လုပ္လိုက္ပါ။
ဒါဆိုရင္ Window ကို အစကေန Restart ျပန္လုပ္ၾကည့္လိုက္ပါက မိမိထည့္ထားတဲ႕ အသံေလး ထြက္လာပါလိမ့္မယ္..
အဆင္ေျပပါေစ..........
(refrenence by : Myanmar Engineer forum)
Type the rest of your post here.
ကြၽန္ေတာ္တို. ၀င္းဒိုးစတက္လာခ်ိန္မွာ၊ Desktop ႀကီးတက္လာၿပီး ကြန္ျပဴတာက အလုပ္လုပ္လို.မရေသးဘဲ အၾကာႀကီး ေစာင့္ေနရတဲ့ 'ဒုကၡမွကင္းလြတ္ဖုိ႔အတြက္၊
Run => msconfig => ထဲမွာ setup ဆိုတဲ့ Tab မွာ ရွိသမွ် ခ်က္ေဘာက္ေတြကို အမွန္ျခစ္ျဖဳတ္ေပးထားလိုက္၊ ၿပီးရင္ OK နဲ. ထြက္၊ ၿပီးရင္ ကြန္ျပဴတာ Restart က်သြားမယ္။ ျပန္တက္လာရင္ေတာ့ ၀င္းဒိုးပြင့္တာ ျမန္သြားပါလိမ့္မယ္။
Registry Editor ေခၚလို.မရရင္္
တကယ္လို.မ်ား Run ထဲမွာ regedit လို.ရိုက္တာ Registry Editor ေပၚမလာပဲ Error က်လာၿပီဆိုရင္ေတာ့ Registry Editor ကို အန္ေနဘယ္ ျပန္လုပ္ေပးလို.ရပါတယ္။ ျပန္လုပ္ေပးဖို.ရာ။ Start => Run ထဲမွာ gpedit.msc ဆိုၿပီး Enter ေခါက္။ Group Policy Editor ေပၚလာလိမ့္မယ္။ အဲဒီမွာ User Configuration => Administrative Templates => system ဆိုတာေပၚမွာ select မွက္လိုက္ရင္ ညာဘက္ခ်မ္းမွာ Pervent Access to registry editing tools ေပၚမွာ ကလစ္နွစ္ခ်က္နွိပ္ ပါ။ Enabled ဆိုတာကိုေရြးေပးပါ။ Apply ရယ္ OK ရယ္ကိုနွိပ္ေပးပါ။ Group Pokicy Editor ကိုပါပိတ္လိုက္ပါ။ အဲဒါမွာ Registry ကိုေခၚလို.မရေသးဘူးဆိုရင္ ခုနက လမ္းေၾကာင္းအတိုင္း ျပန္၀င္ၿပီး Enabled လို.ေရြးခဲ့တဲ့ေနရာမွာ Not configured ဆိုတာကိုျပန္ေရြးေပးပါ။ ဒါဆိုရင္ေတာ့ တကယ္ Registry ျပန္ေခၚလို. ရသြားပါလိမ့္မယ္။
My Computer ကို အမည္ေျပာင္း`ဖို႔ရာမStar >Runမွ တစ္ဆင့္
regedit လို႔ ႐ိုက္ထည့္ၿပီး Registry Editorကို ဖြင့္ပါ။ထို႔ေနာက္ HKEY CLASSES ROOT>CLSID>
20D04FE0-3AEA-1069-A2D8-08002-B30309D ကို ရွာပါ။ ၄င္းကိုေမာက္စ္ျဖင့္ ကလစ္လုပ္လိုက္
ပါ။ ညာဘက္ေဘာင္ျမင္ကြင္းအတြင္း LocalizedString ကိုရွာၿပီး ညာကလစ္ ျပဳလုပ္ကာpopup menu မွ Modifyကိုေရြးခ်ယ္ပါ။ ထိုအခါ Edit string dialog boxပြင့္လာၿပီးValue dataရဲ႕ ေနာက္မွာ
My computerကို ႏွစ္သက္ရာ အမည္ေပးႏိုင္ပါတယ္။ေနာကok ကို ႏိွပ္ၿပီး ကြန္ပ်ဴ
တာကို ျပန္ေမာင္းလိုက္ပါ။ဒီလိုပဲ my documentRecycle bin တို႔ကိုလည္းသက္ဆိုင္ရာ Value dataမ်ား
ကိုေျပာင္းေပးျခင္းျဖင့္ ႏွစ္သက္ရာ အမည္သို႔ ေပးႏိုင္ပါတယ္..
Type the rest of your post here.
Volume control program error ရဲ႕အစကဒီလို....
Microphone mute ျဖစ္ေနလို႔ျပန္ Onမယ္ဆိုျပီး Taskbar က volume control icon ေလးကိုရွာေတာ့ေပ်ာက္ေနတာကစတာပဲ..။ဒီလိုျဖစ္ေနလို႔ဆိုျပီး..
Control panel >Sounds and audio devices ထဲကTaskbar က်ုျပန္ေခၚေတာ့လည္း Volume control program မရွိေတာ့ဘူးဆိုျပီး ေအာက္က Error message ေလးေပၚလာပါေလေရာ..။
ဒါနဲ႔ Add or remove program ကေနျပန္ Install လုပ္ဖို႔ၾကိဳးစားတာလဲမရ..။ဘာျဖစ္တာလဲလို႔ရွာၾကည့္ေတာ့ System32 ထဲက sndvol32.exe ကိုမွားဖ်က္မိလိုက္တာေၾကာင့္ျဖစ္ေနတယ္..။ေနာက္ဆံုးေတာ့ ထံုးစံအတိုင္း Google it ေပါ့..။အဲဒီက်မွ Repare ျပန္လုပ္တဲ့နည္းေလးေတြ ေတြ႔ျပီးေျပာတဲ့အတိုင္းလိုက္လုပ္ၾကည့္မွ အဆင္ေျပသြားတယ္..။Volume control ကိုျပန္ Install လုပ္ဖို႔ Window CD ေတာ့လိုတယ္..
(၁)Window CD က Drive ထဲထည့္လိုက္ပါ။
(၂)Start menu>Run ထဲမွာ cmd ဆိုျပီးရုိက္ထည့္ေပးလိုက္။Command Prompt Window ေပၚလာလိမ့္မယ္..။
(၃)CD C:\ ကိုရုိက္ျပီး Enter ေပးလိုက္ပါ။
(၄)ျပီးရင္ Window CD ထဲက sndvol32.exe ကို C Drive ထဲျပန္ကူးထည့္ေပးရပါမယ္။
expand e:\i386\sndvol32.ex_ c:\window\system32\dllcache\sndvol32.exe ဆိုျပီးရုိက္လိုက္ပါ။sndvol.exe ကို open with နဲ႔ဖြင့္မလားလို႔ေမးပါလိမ့္မယ္။
ဘာမွမလုပ္နဲ႔ ဒီအတိုင္းပဲထားထားလိုက္ပါ.။ေနာက္ထပ္..
expand e:\i386\sndvol32.ex_ c:\windows\system32\sndvol32.exe
ဆိုတာ ထပ္ရိုက္ေပးလိုက္ပါ။ sndvol32.exe ကို expending လုပ္ျပီးတာကို ေတြ႕ရပါလိမ့္မယ္.။
(၅)exit ရိုက္ျပီး c prompt ကထြက္လိုက္ပါ။
ကဲ.. ေနာက္ဆံုးအေနနဲ႕ control panels--> sounds and audio devices မွ Place volume icon on the task bar ကို check လုပ္ေပးလိုက္ပါ။ ဒါဆိုရင္ မိမိကြန္ပ်ဳတာရဲ႕ taskbar မွာ volume icon ကို ျပန္ retsore လုပ္ျပီးသား ျဖစ္သြားပါလိမ့္မယ္။ ဒီလိုျဖစ္တာ အျဖစ္နည္းေပမဲ့ error ျဖစ္လာရင္ေတာ့ ဒီနည္းေလးနဲ႕ ျပန္ျပင္ၾကည့္လို႕ရပါတယ္.။
လက္ဆင့္ကမ္းျခင္းျဖစ္ပါတယ္..။အကိုေတာ္မ်ားရဲ႕ လုပ္ေဆာင္ခ်က္ေလးေတြအတိုင္းကၽြန္ေတာ္ကိုယ္တိုင္လည္းလိုက္လုပ္ၾကည့္ျပီးပါျပီ..။ေအာင္ျမင္ပါတယ္ခင္ဗ်ာ.
ဒီအတြက္ ကၽြန္ေတာ္လိုပဲ ဒီလိုအခက္အခဲေလးမ်ားၾကံဳေတြ႔လာၾကမယ္ဆိုရင္ လုပ္ရကိုင္ရလြယ္ကူေအာင္ျဖန္႔ေ၀ေပးတာပါ..
အားလံုးကိုေက်းဇူးတင္လ်က္...
ေသြးသစ္