Friday, June 9, 2017
Disable Low Disk Space Notification in Wondows XP
Disable Low Disk Space Notification in Wondows XP
Open regedit & follow the steps below:
1. Navigate to HKEY_CURRENT_USERSoftware
MicrosoftWindowsCurrentVersionPoliciesExplorer
2. On the Edit menu, click New, click DWORD value .
3. Name the new DWORD Value as NoLowDiskSpaceChecks
4. Right click the new DWORD Value and Modify the data value to 1.
5. Exit the registry editor and restart your computer.
Friday, June 2, 2017
Disable Chromes Notification bell icon from notification area
Disable Chromes Notification bell icon from notification area

Chrome users may noticed that when they are using Chrome browser in notification area bell icon appears. So there are a way to disable that bell icon, and disappear from notification area.
1. Open Chrome browser and type in chrome://flags and hit enter.
2. Now use Ctrl+F keyboard combination to open search box in Chrome.
3. Search for Enable Rich Notifications and from drop down menu select Disabled.
But in latest version of Chrome there are no Enable Rich Notifications function.
If you cant find any result from that, then try to find next Enable Google Now notifications support and Enable experimental Synchronized Notifications and select both to Disabled.
Now after that all, at bottom of left side press on the Relaunch Now button.
After Chrome restarted, all settings given from you will be appeared.
Saturday, April 22, 2017
Disable Security Center notification in Windows 10
Disable Security Center notification in Windows 10
If you like customizing Win10 just like me, the first thing you did was disable the Security center service, like this.
Then you noticed an annoying notification poping up each time you start Windows (I don�t have an image showing it). And when I say annoying, I mean it. So, let�s disable it.
Download this little .reg file and double click it. What this file does is gives you like a �super user� privilege on the files you choose. Now, what to do?
Go to C:WindowsSystem32, find these two file:
ActionCenter.dll
ActionCenterCPL.dll
Use the �Take Ownership� on each of those, and modify the name.
I never recommend deleting the files or changing the name to something hard to remember. Just add an �.old� at the end, or do like me and add a �--� at the beginning.
And that�s it, restart you pc.
Wednesday, April 19, 2017
Disabling spam email notification of AntispamBee plugin in WordPress multisite
Disabling spam email notification of AntispamBee plugin in WordPress multisite
Antispam Bee is a great spam filtering plugin for WordPress. Its free of charge and ad-free. But the thing is when you apply it for your network, a WordPress multisite with hundred or thousand of blogs, you have to set it up one-by-one. Luckily, I found an easy way to apply the default settings of Antispam Bee for all the blogs, such as disable the spam email notifications or even delete the spam without sending it to the spam folder.
Its quite easy, you just need to open the antispam_bee.php (/path/to/your/wordpress/wp-content/plugins/antispam-bee/) file and modify these lines as following (around line #370, #371):
flag_spam => 0,
email_notify => 0,