What's new
Nirjonmela Desi Forum

Talk about the things that matter to you! Wanting to join the rest of our members? Feel free to sign up today and gain full access!

একটি ছোট সফটওয়্যার ডাউনলোড করে নিন “Lock Keyboard & Mouse” কাজে লাগতে পারে আপনার (4 Viewers)

ছোট্ট একটা জিনিস কিন্তু বেশ কাজের, ধন্যবাদ 🙏
 
সফটওয়্যার গুলো আসলেই কাজে দিবে

অসংখ্য ধন্যবাদ, এই পোস্টার জন্য

ধন্যবাদ ধন্যবাদ ধন্যবাদ ধন্যবাদ

অসাধারণ লিখেছেন দাদা ধন্যবাদ
 
without software we can easily do this using .bat files

Steps to disable it:

1. Press 'windows key + R' to open run menu.
2. Now write 'notepad' in it and press enter. It will open notepad.
3. Now copy the following codes and paste into the notepad.
4. save as anyname.dat

@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
reg add %key% /v Start /t REG_DWORD /d 4

To enable it:

@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg add %key% /v Start /t REG_DWORD /d 1
 

Users who are viewing this thread

Back
Top