Tuesday, December 20, 2016
Display the file size information in Folder Tips using Folder Options the Registry and Regdevelop
Display the file size information in Folder Tips using Folder Options the Registry and Regdevelop
When you move the mouse cursor to a certain folder, by default, windows displays the file size information as shown below:
Lets study how its made using the folder option and Windows registry.
Well unchecked the option at Folder Options window and youll see the results that the folders file size information was remove at the Info Tip.
Windows Registry Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced
Registry Value Name: FolderContentsInfoTip
The default value is 1 and when the option was unchecked, it gives a value of 0 and 1 for the option is enabled.
Next, Lets recreate the said tweak using Regdevelop for our own application using the values above:
Drag and drop the checkbox control into the form and change the configuration details and pattern them to the registry information above.
Caption
Display the File Size Information for Folders
RegKeyPath1
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced
Value_Name1
FolderContentsInfoTip
ValueData1
1
ValueType1
DWORD
DeleteWhenUnchecked
False
RegKeyPath2
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced
Value_Name2
FolderContentsInfoTip
ValueData2
0
ValueType2
DWORD
Click the Start Button to test the program and afterwards, the Build Now Button to finish creating the application using RegDevelop.
From the tip above, Regdevelop lets you create program in minutes using Windows Registry information. Create your own TweakUI program Using the development tool Regdevelop Tweakui functions can be duplicated and enhance.
Thanks for reading the tip!
Go to link Download
Saturday, September 17, 2016
Dell adds dual core SU4100 CPU other options to Inspiron 11z
Dell adds dual core SU4100 CPU other options to Inspiron 11z
Dells 11.6-inch Inspiron 11z just went on sale last month, and already the outfit is opening up the options for those not entirely pleased with the single $399 model. Starting today, a $479 configuration is available to ship with a 250GB HDD and Vista Home Premium (with a Windows 7 upgrade, of course), and if thats still not enough, prospective customers can soon select their 11z in a variety of colors. Were talking Alpine White, Ice Blue, Jade Green, New Cherry Red, Passion Purple and Promise Pink, with the latter contributing $5 to breast cancer research. As for optional hardware upgrades, you can slot a dual-core Pentium SU1400 CPU in there alongside 4GB of RAM and a 320GB hard drive. As of this very moment, Dell has yet to open up the CTO doors, but were guessing an admin is on that as we speak. Right, Dell?
Via : myDELLMINI
Go to link Download