শর্টকাট ভাইরাস থেকে স্থায়ী মুক্তির সহজ উপায়
হঠাৎ করে দেখলেন কম্পিউটার শর্টকাট ফাইল-ফোল্ডারে ভরে গেছে। বারবার ডিলিট করেও এ থেকে মুক্তি মিলছে না। হুটহাট অনেক ফাইল-ফোল্ডার হারিয়েও যাচ্ছে। ইদানীং এই সমস্যায় প্রায় সবাই পড়ছেন। এটি কোনো ভাইরাস নয়। এ হলো VBS Script (ভিজুয়াল বেসিক স্ক্রিপ্ট)। এ যন্ত্রণা থেকে খুব সহজেই মুক্তি পেতে পারেন। নিচের ধাপগুলো অনুসরণ করুন।
CMD ব্যবহার করে
১. ওপেন CMD (Command Prompt – DOS)
২. নিচের কমান্ডটি হুবহু লিখুন
attrib -h -s -r -a /s /d Name_drive:*.*
এবার Name_drive লেখাটিতে যে ড্রাইভটি আপনি শর্টকাট ভাইরাসমুক্ত করতে চান সেটি লিখুন। যেমন: C ড্রাইভ ভাইরাসমুক্ত করতে চাইলে লিখুন attrib -h -s -r -a /s /d c:*.*
৩. এন্টার বাটন চাপুন
৪. এবার দেখবেন শর্টকাট ভাইরাস ফাইল ও ফোল্ডারগুলো স্বাভাবিক হয়ে যাবে। এবার ওই ফাইল ও ফোল্ডারগুলো ডিলিট করে দিন।
.bat ব্যবহার করে
Bat ফাইল হলো নোটপ্যাডে লেখা একটি একজেকিউটেবল ফাইল। এতে ডাবল ক্লিক করলেই চালু হয়ে যায়।
১. নোটপ্যাড ওপেন করুন।
২. নিচের কোডটি হুবহু কপি-পেস্ট করুন
@echo off
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
@echo complete.
৩. এবার Name_Drive এর জায়গায় ভাইরাস আক্রান্ত ড্রাইভের নাম লিখুন। যদি তিনটির বেশি ড্রাইভ আক্রান্ত হয় তাহলে কমান্ডটি শুধু কপি-পেস্ট করলেই চলবে।
৪. removevirus.bat এই নাম দিয়ে ফাইলটি সেভ করুন।
৫. এবার ফাইলটি বন্ধ করে ডাবল ক্লিক করে রান করুন।
৬. এবার দেখবেন আপনার শর্টকাট ভাইরাস ফাইল-ফোল্ডারগুলো সব স্বাভাবিক হয়ে গেছে। এখন সব ডিলিট করে দিন।
এছাড়া নিচের কৌশলও নিতে পারেন:
আক্রান্ত পেনড্রাইভ থেকে বাঁচতে
১. RUN এ যান।
২. wscript.exe লিখে ENTER চাপুন।
৩. Stop script after specified number of seconds: এ --- দিয়ে APPLY করুন। এবার কারো পেনড্রাইভের শর্টকাট ভাইরাস আর আপনার কম্পিউটারে ডুকবে না।
আক্রান্ত কম্পিউটার ভাইরাসমুক্ত করতে
১. কী বোর্ডের CTRL+SHIFT+ESC চাপুন।
২. PROCESS ট্যাবে যান।
৩. এখানে wscript.exe ফাইলটি সিলেক্ট করুন।
৪. End Process এ ক্লিক করুন।
৫. এবার আপনার কম্পিউটারের C:/ ড্রাইভে যান।
৬. সার্চ বক্সে wscript লিখে সার্চ করুন।
৭. wscript নামের সব ফাইলগুলো SHIFT+DELETE দিন।
৮. যেই ফাইলগুলো ডিলিট হচ্ছে না ওইগুলো স্কিপ করে দিন।
৯. এখন RUN এ যান।
১০. wscript.exe লিখে ENTER চাপুন।
১১. Stop script after specified number of seconds: এ --- দিয়ে APPLY করুন।
ব্যাস, আপনার কম্পিউটার শর্টকাট ভাইরাসমুক্ত। এবার পেনড্রাইভের শর্টকাট ভাইরাসও আর আপনার কম্পিউটারে ডুকবে না।
Shortcuts from the last release of the virus easy way
Suddenly he saw the computer shortcut files, has been filled. Repeatedly without having to delete the match from the beginning. Many simply unlocked file folders lost. Nowadays, almost everyone reading this problem. It is not a virus. This is a VBS Script (Visual Basic Script). You can easily get rid of the pain. Follow the steps below.
Using CMD
1. Open CMD (Command Prompt - DOS)
II. Enter the following command exactly
attrib -h -s -r -a / s / d Name_drive: *. *
The article Name_drive shortcuts virus that drives you want to write. For example: C drive to the virus, type attrib -h -s -r -a / s /dc:*.*
3. Press the Enter button
4. The shortcut virus files and folders will be restored. Now the files and folders, delete.
Using .bat
Bat file in the notepad file a ekajekiutebala. Double-click on it was launched.
1. Open Notepad.
II. Copy-paste the following code exactly
echo off
attrib -h -s -r -a / s / d Name_Drive: *. *
attrib -h -s -r -a / s / d Name_Drive: *. *
attrib -h -s -r -a / s / d Name_Drive: *. *
echo complete.
3. Enter the name of the place drives Name_Drive the virus. If the drive is infected with the more than three command will simply copy-paste.
4. removevirus.bat save the file with this name.
5. Close the file and double-click to run.
6. Now you will see the file-folder shortcut virus were all normal. Now delete all.
The following strategies can:
Live from infected pen drive
1. Go to RUN.
II. wscript.exe write press ENTER.
3. Stop script after specified number of seconds: the so --- to APPLY. The pen's not dukabe shortcut virus and your computer.
To virus infected computers
1. Press CTRL + SHIFT + ESC key on the keyboard.
II. PROCESS tab.
3. Wscript.exe to select the file.
4. Click End Process.
5. Now your computer's C: / drive.
6. Search by typing in the search box to wscript.
7. all the days of wscript files SHIFT + DELETE.
8. Those files will not delete the skip day.
9. Now go to RUN.
10. wscript.exe write press ENTER.
11. Stop script after specified number of seconds: the so --- to APPLY.
That shortcut virus on your computer. The pen does not dukabe shortcut virus and your computer.
হঠাৎ করে দেখলেন কম্পিউটার শর্টকাট ফাইল-ফোল্ডারে ভরে গেছে। বারবার ডিলিট করেও এ থেকে মুক্তি মিলছে না। হুটহাট অনেক ফাইল-ফোল্ডার হারিয়েও যাচ্ছে। ইদানীং এই সমস্যায় প্রায় সবাই পড়ছেন। এটি কোনো ভাইরাস নয়। এ হলো VBS Script (ভিজুয়াল বেসিক স্ক্রিপ্ট)। এ যন্ত্রণা থেকে খুব সহজেই মুক্তি পেতে পারেন। নিচের ধাপগুলো অনুসরণ করুন।
CMD ব্যবহার করে
১. ওপেন CMD (Command Prompt – DOS)
২. নিচের কমান্ডটি হুবহু লিখুন
attrib -h -s -r -a /s /d Name_drive:*.*
এবার Name_drive লেখাটিতে যে ড্রাইভটি আপনি শর্টকাট ভাইরাসমুক্ত করতে চান সেটি লিখুন। যেমন: C ড্রাইভ ভাইরাসমুক্ত করতে চাইলে লিখুন attrib -h -s -r -a /s /d c:*.*
৩. এন্টার বাটন চাপুন
৪. এবার দেখবেন শর্টকাট ভাইরাস ফাইল ও ফোল্ডারগুলো স্বাভাবিক হয়ে যাবে। এবার ওই ফাইল ও ফোল্ডারগুলো ডিলিট করে দিন।
.bat ব্যবহার করে
Bat ফাইল হলো নোটপ্যাডে লেখা একটি একজেকিউটেবল ফাইল। এতে ডাবল ক্লিক করলেই চালু হয়ে যায়।
১. নোটপ্যাড ওপেন করুন।
২. নিচের কোডটি হুবহু কপি-পেস্ট করুন
@echo off
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
@echo complete.
৩. এবার Name_Drive এর জায়গায় ভাইরাস আক্রান্ত ড্রাইভের নাম লিখুন। যদি তিনটির বেশি ড্রাইভ আক্রান্ত হয় তাহলে কমান্ডটি শুধু কপি-পেস্ট করলেই চলবে।
৪. removevirus.bat এই নাম দিয়ে ফাইলটি সেভ করুন।
৫. এবার ফাইলটি বন্ধ করে ডাবল ক্লিক করে রান করুন।
৬. এবার দেখবেন আপনার শর্টকাট ভাইরাস ফাইল-ফোল্ডারগুলো সব স্বাভাবিক হয়ে গেছে। এখন সব ডিলিট করে দিন।
এছাড়া নিচের কৌশলও নিতে পারেন:
আক্রান্ত পেনড্রাইভ থেকে বাঁচতে
১. RUN এ যান।
২. wscript.exe লিখে ENTER চাপুন।
৩. Stop script after specified number of seconds: এ --- দিয়ে APPLY করুন। এবার কারো পেনড্রাইভের শর্টকাট ভাইরাস আর আপনার কম্পিউটারে ডুকবে না।
আক্রান্ত কম্পিউটার ভাইরাসমুক্ত করতে
১. কী বোর্ডের CTRL+SHIFT+ESC চাপুন।
২. PROCESS ট্যাবে যান।
৩. এখানে wscript.exe ফাইলটি সিলেক্ট করুন।
৪. End Process এ ক্লিক করুন।
৫. এবার আপনার কম্পিউটারের C:/ ড্রাইভে যান।
৬. সার্চ বক্সে wscript লিখে সার্চ করুন।
৭. wscript নামের সব ফাইলগুলো SHIFT+DELETE দিন।
৮. যেই ফাইলগুলো ডিলিট হচ্ছে না ওইগুলো স্কিপ করে দিন।
৯. এখন RUN এ যান।
১০. wscript.exe লিখে ENTER চাপুন।
১১. Stop script after specified number of seconds: এ --- দিয়ে APPLY করুন।
ব্যাস, আপনার কম্পিউটার শর্টকাট ভাইরাসমুক্ত। এবার পেনড্রাইভের শর্টকাট ভাইরাসও আর আপনার কম্পিউটারে ডুকবে না।
Shortcuts from the last release of the virus easy way
Suddenly he saw the computer shortcut files, has been filled. Repeatedly without having to delete the match from the beginning. Many simply unlocked file folders lost. Nowadays, almost everyone reading this problem. It is not a virus. This is a VBS Script (Visual Basic Script). You can easily get rid of the pain. Follow the steps below.
Using CMD
1. Open CMD (Command Prompt - DOS)
II. Enter the following command exactly
attrib -h -s -r -a / s / d Name_drive: *. *
The article Name_drive shortcuts virus that drives you want to write. For example: C drive to the virus, type attrib -h -s -r -a / s /dc:*.*
3. Press the Enter button
4. The shortcut virus files and folders will be restored. Now the files and folders, delete.
Using .bat
Bat file in the notepad file a ekajekiutebala. Double-click on it was launched.
1. Open Notepad.
II. Copy-paste the following code exactly
echo off
attrib -h -s -r -a / s / d Name_Drive: *. *
attrib -h -s -r -a / s / d Name_Drive: *. *
attrib -h -s -r -a / s / d Name_Drive: *. *
echo complete.
3. Enter the name of the place drives Name_Drive the virus. If the drive is infected with the more than three command will simply copy-paste.
4. removevirus.bat save the file with this name.
5. Close the file and double-click to run.
6. Now you will see the file-folder shortcut virus were all normal. Now delete all.
The following strategies can:
Live from infected pen drive
1. Go to RUN.
II. wscript.exe write press ENTER.
3. Stop script after specified number of seconds: the so --- to APPLY. The pen's not dukabe shortcut virus and your computer.
To virus infected computers
1. Press CTRL + SHIFT + ESC key on the keyboard.
II. PROCESS tab.
3. Wscript.exe to select the file.
4. Click End Process.
5. Now your computer's C: / drive.
6. Search by typing in the search box to wscript.
7. all the days of wscript files SHIFT + DELETE.
8. Those files will not delete the skip day.
9. Now go to RUN.
10. wscript.exe write press ENTER.
11. Stop script after specified number of seconds: the so --- to APPLY.
That shortcut virus on your computer. The pen does not dukabe shortcut virus and your computer.
No comments:
Post a Comment