Write Protection | How To Remove Write Protection From memory Card In Malayalam | Techzila | Nikvin

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • In This Video We Are Sharing A Simple Way To Change The Write Protection From The Pendrive / Memory Card / External Device Using CMD Method. Hope This Video Is Useful For You.
    .
    .
    .
    Give You Valuable Feedback Through Comments.

Комментарии • 59

  • @gokulmuthukad2319
    @gokulmuthukad2319 2 года назад +5

    Bro aaa lock ne kurich ariyillayirunnu
    Ippo kandu unlock akki write protection disabled ayi
    Thanks bro🥰

    • @Techzila
      @Techzila  2 года назад +2

      Welcome bro ❤️

  • @ranjithranju1446
    @ranjithranju1446 3 года назад +4

    Thanks dude chelorku ready avum chelorku ready avula
    .. Enik ready ai keep going bro thanks baki method koode parayane oru video kode chaiyanetto😉

    • @Techzila
      @Techzila  3 года назад +1

      😇😇❤️

  • @lakshmi3698
    @lakshmi3698 Год назад +2

    Attributes disk clean kodukkumbo sheri aavunnila vere vazhi undo

  • @anujashaju5425
    @anujashaju5425 Год назад +1

    It worked..Thanks a ton ❤

    • @Techzila
      @Techzila  Год назад +1

      ❤️❤️❤️❤️

  • @rageshmanangara2033
    @rageshmanangara2033 2 года назад +1

    Thank you dr......

  • @user-or7hu3es4i
    @user-or7hu3es4i 3 месяца назад +2

    ഹെലോ ചേട്ടാ ഞാൻ oru movie usb വഴി tv yilekk kanan ശ്രെമിച്ചപ്പോൾ a movie petanuu blurrer avukayumm a movie back ayii usb യിൽ njnan a movie delete akan ശ്രെമിച്ചപ്പോ a movie delete ayathummilla usbyill vere onumm kettan സാധിക്കുന്നില്ല enthu പറ്റിയതാണ് ഒന്ന് പറയുമോ

    • @Techzila
      @Techzila  3 месяца назад +1

      Corrupted akam... Format chaith nok bro 💪

    • @user-or7hu3es4i
      @user-or7hu3es4i 3 месяца назад

      ഫോർമാറ്റ്‌ akunilla

  • @ziyanashukoor3172
    @ziyanashukoor3172 2 месяца назад +1

    1:04

  • @subinkodiyeri9875
    @subinkodiyeri9875 2 года назад +1

    Thank you..

  • @nithinpavatta
    @nithinpavatta Год назад +1

    Thanks bro it work's❤

  • @premillatrose7137
    @premillatrose7137 2 года назад +1

    Thank you bro so much

  • @junuizm4213
    @junuizm4213 2 года назад +1

    bro ingana cheythu. but error pokunnilla

  • @bijuvavoor6518
    @bijuvavoor6518 3 года назад +1

    Thank you brother

    • @Techzila
      @Techzila  3 года назад +1

      ❤️❤️❤️

  • @ajinr6455
    @ajinr6455 2 года назад +1

    Thank you broo❤️❤️

  • @praseenaachu3885
    @praseenaachu3885 Год назад +1

    Enikku marilla😢

  • @ABHINAVCHALATTIL
    @ABHINAVCHALATTIL 3 года назад +2

    Bro disk part not recognized an internal or external command operable program or batch file. Enna kanikkunne

    • @Techzila
      @Techzila  3 года назад +1

      Fully format chaitat... Disc properties eduk... Enit check for errors koduk...

    • @ABHINAVCHALATTIL
      @ABHINAVCHALATTIL 3 года назад +2

      Bro ippo ellam cheythu sett ayi but poyitilla

    • @ABHINAVCHALATTIL
      @ABHINAVCHALATTIL 3 года назад +1

      Disk write protected ennuthanne aan kanikkunnw

    • @Techzila
      @Techzila  3 года назад +2

      Fixing The “not recognized as an internal or external command” Error In Windows
      Regardless of the cause, there are ways to fix this error and get the Command Prompt to recognize the program that you’re trying to use.
      Ensure The Program Actually Exists On Your PC
      The first thing to do is verify if the program that you’re trying to use with the Command Prompt actually exists on your computer. You may have used a fake installer that told you that the program was successfully installed on your machine, but that may not be true.
      There’s an easy way to check if the program is indeed installed on your machine.
      Launch a File Explorer window on your PC.
      Head over to the following path.
      C:\Windows\System32\
      Ensure the executable that you’re trying to run from the Command Prompt is available in this folder. If it’s not, the program is likely not installed on your computer.
      The above isn’t a surefire way to check if a program is installed on your computer. This is because not all programs keep their files in the Windows’ System32 folder. However, it should help you locate most programs.
      Use The Full Path To The Executable File
      The “is not recognized as an internal command” error usually occurs because the computer can’t find the executable that you’re asking it to launch. However, you can provide it with the full path to your executable file and it should then be able to run it without any issues.
      Launch a Command Prompt window on your PC.
      Type in the full path of the executable that you want to use and hit Enter on your keyboard.
      For example, if you’re trying to use adb.exe that’s located in a folder called adb on your desktop, you’ll type something like the following.
      C:\Users\\Desktop\adb\adb.exe
      The file should launch without an issue.
      Enclose The File Path With Double Quotes
      Specifying the full path to your executable file isn’t a bulletproof method. It can also cause the “is not recognized as an internal or external command” error if it isn’t used properly. The problem lies in the path that you specify in your Command Prompt window.
      If your executable file’s full path has any spaces in it, that’s going to cause the error. This is because the utility can’t recognize the spaces, and it uses the characters up to the first space as a program name. Since that isn’t the correct path, you’ll get the aforementioned error.
      You can fix this using the following method.
      While typing in a path that has spaces (whether single or multiple), enclose the path with double quotes.
      Command Prompt will then recognize the entire path as a single item and launch the program appropriately on your machine.
      Move The File To System32 Folder
      By now, you know that when you try to run an executable from the Command Prompt utility, it looks into the System32 folder of your Windows installation and then opens the file, if it’s available there.
      What if you could place your executable file there and then access it from the Command Prompt? You can do this as long as you have admin access on your computer.
      Copy the executable file along with all other files associated with it to the following folder on your computer.
      C:\Windows\System32
      Close Command Prompt if it was already open and relaunch it.
      Enter the name of your executable file without any path, and you’ll find it launches successfully.
      While this method works great and helps you fix the “is not recognized as an internal or external command” error on your computer, you may want to use it cautiously.
      This is because each time you want to use something from the Command Prompt, you’ll need to put the appropriate executable in the System32 folder. Eventually, the folder will grow large and you’ll have a large number of files sitting in there.
      It also won’t work for executable tools that require installation into a specific directory. You won’t be able to move those into the System32 folder since the installation path is defined in the Windows Registry.
      We recommend you only use this solution if you can’t fix the issue using the other methods and as long as the application doesn’t require installation.
      Add The Executable File Path To Environment Variables
      The most efficient way to fix the “is not recognized as an internal command” error is to edit your environment variable and add the appropriate file path there. This is because the Command Prompt utility looks at those paths when you enter a command, and then opens the file if it finds it in one of those directories.
      By adding your file path there, you’re telling Command Prompt where a certain executable is located when you want to use it by its short-name in a CMD window.
      It’s pretty easy to edit your variables and add a new path there.
      Launch Control Panel using the Cortana search on your PC.
      Click on the option that says System and Security.
      Find and click on System on the following screen.
      Select Advanced system settings from the left sidebar on your screen.
      A box will open on your screen. Click on the Environment Variables button which is located at the bottom of the box.
      You’ll see all the user variables for your account. Click on the one that says Path and then click on the Edit button.
      You can now add the new path to the application you want to use with the Command Prompt. Click on Browse in the right sidebar to add a directory to the list.
      Navigate to the folder where your executable is located and select it.
      You should see your newly added path is listed in the variables list. Click on OK at the bottom to save the changes.
      Click on OK in all other boxes as you close them.
      Open a Command Prompt window and type the name of the executable file. You’ll see that the file opens without CMD throwing any errors on your screen.
      The “is not recognized as an internal command” error can sometimes be very frustrating, as it won’t let you use a program that you know you’ve installed on your computer.
      Using the methods above, you should be able to get rid of this error and run any program from a Command Prompt window without any issues. If any of the methods above helped you fix the issue, we’d like to know about it in the comments section below.

    • @Techzila
      @Techzila  3 года назад +1

      👆👆👆Onn try chaith nokk bro

  • @surjithsuresh9569
    @surjithsuresh9569 3 года назад +1

    thank you bro

    • @Techzila
      @Techzila  3 года назад +1

      😁😁❤️

  • @cruiserider3782
    @cruiserider3782 3 года назад +2

    0:39 ന്റെ മച്ചാനെ ഒരുപാട് നന്ദി ഈയൊരു സംഭവം അറിയില്ലായിരുന്നു . 😍🥰🤩

    • @Techzila
      @Techzila  3 года назад +2

      😁😁❤️

  • @bineeshcool
    @bineeshcool 3 года назад +1

    Thanks bro

    • @Techzila
      @Techzila  3 года назад +1

      Welcome 😍😍

  • @abhiyamantony2805
    @abhiyamantony2805 2 года назад +1

    Entta disk intta read only enable ayyi thanne kannikunnu ethoke cheyithattum. Help

  • @muhammedasif.ck.9491
    @muhammedasif.ck.9491 3 года назад +1

    Ithinte vere video indooi

  • @mytechmedia267
    @mytechmedia267 2 года назад +1

    100,00000‰ working

  • @jishnuramesh7079
    @jishnuramesh7079 3 года назад +2

    Thanks bro. Ne powli aa😍😍😘😘

    • @Techzila
      @Techzila  3 года назад +1

      😁😁😁❤️

  • @saifnsaifvision1451
    @saifnsaifvision1451 9 месяцев назад +1

    USB engana unlock cheyya

    • @Techzila
      @Techzila  6 месяцев назад +1

      Side lock check chaitat up or down akiyal mathi 😊

  • @aswinbosebose3758
    @aswinbosebose3758 3 года назад +1

    Edu muthe

  • @Film_cut_media
    @Film_cut_media 4 года назад +1

    😍

  • @ankithanki702
    @ankithanki702 2 года назад

    Memory Adapter thanne veno? memory reader upayogicha work aavuo

  • @mohamedyoossufpb592
    @mohamedyoossufpb592 4 года назад +1

    🔥

  • @ajpc6464
    @ajpc6464 2 года назад

    Byjus memory card format cheyan pattuvo

  • @08angelmariabiju70
    @08angelmariabiju70 3 года назад

    🥳🥳
    Baaki ella panim cheyth nokia but card reader nte lock mattan marann😜

  • @mithunjs2533
    @mithunjs2533 3 года назад +1

    ഇന്ന് ഞങ്ങളോ എന്നിട്ട് നീ മാത്രം ആണല്ലോ ഉള്ളത് പിന്നെ എവിടാ ഈ ഞങ്ങൾ

    • @Techzila
      @Techzila  3 года назад +1

      🤣🤣🤣🤣

  • @FABIN23
    @FABIN23 4 года назад +1

    🔥