Jan 28
বর্তমানে বেশির ভাগ কম্পিউটার ভাইরাস আক্রান্ত হয় পেনড্রাইভের মাধ্যমে। পেনড্রাইভ ব্যবহারকারীর অজ্ঞতার কারণে বা অসাবধানতার কারণে ভাইরাস আক্রান্ত হয়। একটু সাবধান হলেই ভাইরাস মুক্ত থাকা সম্ভব।
এখানে আমি শুধু পেনড্রাইভের মাধ্যমে ছড়ানো ভাইরাস সম্পর্কে আলোচনা করবো। প্রথমে একটু বলে নেই ভাইরাস কি করে কম্পিউটারে প্রবেশ করে। ভাইরাস আক্রান্ত কোন পেনড্রাইভ যখন কোন কম্পিউটারে প্রবেশ করানো হয় তখন মাই কম্পিউটারে পেনডাইভের ড্রাইভটি অটোরান একটিভ থাকে। ফলে যখন ঐ পেনড্রাইভে যখন ডাবল ক্লীক বা ওপেন করা হয় তখন ড্রাইভের মধ্যে থাকা autorun.ini ফাইলটিতে দেয়া নির্দশনা অনুযায়ী ভাইরাসটি execute হয়। ফলে সাধারণ সফটওয়্যারের মত কম্পিউটারে সেটাপ হয়ে যায়। এধরনের ভাইরাস সাধারণত ইউন্ডোজের সার্ভিসগুলোতে সমস্যা তৈরী করে এবং রেজিস্ট্রিএডিটর এর কিছু value পরিবর্তন করে। যার কারণে ইউন্ডোজ ক্ষতিগ্রস্থ হয়।
Continue reading »
Jul 01
নেটওয়ার্ক কানেক্শন পরীক্ষা করার জন্য এবং ICMP packet পাঠানোর জন্য ping command ব্যবহার করা হয়। আমরা সাধারণত নির্দিষ্ট কিছু কমান্ডের কাজ করে থাকি। অন্যগুলোর তেমন একটা দরকার পড়ে না। আর এই দরকার পড়ে না বলে এই কমান্ডগুলো মনেও থাকে না। কমান্ডগুলো এখানে লিখে রাখলাম যেন প্রয়োজনে কমান্ডগুলো খুজে পাই। অন্যদেরও হয়তো কখনো কাজে আসতে পারে।
Command promt গিয়ে টাইপ করুন ping 192.168.0.1 -t
নিম্নে -t এবং অন্যান্য প্যারামিটারের ব্যবহার দেয়া হল।
Continue reading »
Jul 01
নিচের পদ্ধতি অনুসরণ করে খুব সহজে রাইট বাটন মেনুতে কমান্ড লাইন অপশন যোগ করতে পরেন।
উইন্ডোজের নোটপ্যাড ওপেন করুন। এখানে নিচের কোড টুকু হুবহু কপি পেস্ট করুন।
Continue reading »
May 16
To convert a FAT partition to NTFS, perform the following steps.
Click Start, click Programs, and then click Command Prompt.
In Windows XP, click Start, click Run, type cmd and then click OK.
At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
Convert.exe will attempt to convert the partition to NTFS.
May 16
To install the NETBEUI protocol:
- Locate the Valueadd/msft/net/netbeui directory on your Windows XP CD.Copy nbf.sys into the %SYSTEMROOT%SYSTEM32DRIVERS directory.
- Copy netnbf.inf into the %SYSTEMROOT%INF directory.
- In Control Panel, click Network and Internet Connections and then click Network Connections.
- Right-click the connection you want to configure, and then click Properties.
- On the General tab, click the INSTALL button to add the NetBEUI protocol.
May 16
Open up the Registry and go to : HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace
Under that branch, select the key :
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
and delete it.
This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.
This fix is so effective that it doesn’t require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.
May 16
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
"NoPopupsOnBoot"=dword:00000001
May 07
Sometimes viruses are disable reg editor. Then admin can not access reg editor. If you have this problem you can just copy this command and past on START>RUN .
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f