You need to know what you're doing before changing these values. Execute the below commands in cmd.exe
powercfg -attributes SUB_PROCESSOR 06cadf0e-64ed-448a-8927-ce7bf90eb35d -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 12a0ab44-fe28-4fa9-b3bd-4b64f44960a6 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 40fbefc7-2e9d-4d25-a185-0cfd8574bac6 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 4b92d758-5a24-4851-a470-815d78aee119 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 7b224883-b3cc-4d79-819f-8374152cbe7c -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 943c8cb6-6f93-4227-ad87-e9a3feec08d1 -ATTRIB_HIDE
Then, go to Power Options, Change Plan Settings, Change Advanced Power Settings. You should see those values under Processor Power Management.
Tuesday, December 28, 2010
Friday, December 24, 2010
Blackberry Address Book Wireless Sync Option Disappeared or Disabled
To fix this problem: You need to reset “Desktop Sync Service book” using the following steps:
Go to Settings > Options > Advanced Options > Service Book
Select the Desktop [Sync] Service book from the menu, and select “Delete”
From the menu, select “Undelete” to restore the “Desktop [Sync]” service book
Settings > Options > Advanced Options > Enterprise Activation (Sometimes this step is not needed, check your contacts options)
From the menu, select “Activate” to re-try the wireless synchronization process
After Enterprise Activation process finishes check your settings for synchronization of your address book.
Address Book > Menu > Options
You will see that “Wireless Synchronization” has a “yes” value again (as it had disappeared before)
Go to Settings > Options > Advanced Options > Service Book
Select the Desktop [Sync] Service book from the menu, and select “Delete”
From the menu, select “Undelete” to restore the “Desktop [Sync]” service book
Settings > Options > Advanced Options > Enterprise Activation (Sometimes this step is not needed, check your contacts options)
From the menu, select “Activate” to re-try the wireless synchronization process
After Enterprise Activation process finishes check your settings for synchronization of your address book.
Address Book > Menu > Options
You will see that “Wireless Synchronization” has a “yes” value again (as it had disappeared before)
Warning:
Make sure you backup your pictures, videos, etc. This is going to delete all that.
Thursday, November 25, 2010
Ubuntu - Adjust trackpoint sensitivity to light trouch
Log on as su, then execute (on X201s):
echo -n 206 > /sys/devices/platform/i8042/serio1/sensitivity
echo -n 208 > /sys/devices/platform/i8042/serio1/speed
echo -n 206 > /sys/devices/platform/i8042/serio1/sensitivity
echo -n 208 > /sys/devices/platform/i8042/serio1/speed
Ubuntu - Set CPU Frequency
- Find supported frequencies
- cat /sys/devices/system/cpu/cpu
/cpufreq/scaling_available_frequencies - Examples:
- cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
- cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies
- Display your current set frequencies
- grep MHz /proc/cpuinfo
- Set the freqency
- cpufreq-selector -c
-f - For example:
- cpufreq-selector -c 0 -f 2401000
- cpufreq-selector -c 1 -f 2401000
- Your max speed is at /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq.
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
700000
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
500000
# echo 700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
# cat /proc/cpuinfo
cpu MHz : 697.252
# echo 900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
# cat /proc/cpuinfo
cpu MHz : 976.152
Ubuntu - Enable TrackPoint On Thinkpads
To query the available options
To enable vertical scrolling
To enable horizontal scrolling in addition to vertical scrolling
To enable middle button emulation (using left- and right-click simultaneously)
xinput list-props "TPPS/2 IBM TrackPoint"
To enable vertical scrolling
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 8 200
To enable horizontal scrolling in addition to vertical scrolling
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 8 6 7 4 5
To enable middle button emulation (using left- and right-click simultaneously)
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Emulation" 8 1 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Timeout" 8 50
Friday, November 5, 2010
Windows Live Essentials 2011 (Wave 4) Final Direct Download Links
Tuesday, October 26, 2010
FireFox - Color/Highlight The Active Tab
If you want the active tab to stand out in your current tab exactly like below:
Then edit your userChrome.css file located in your profile folder and add the following lines:
tab[selected="true"] {
background-color: rgb(205,69,50) !important;
color: black !important;
}
tab {
-moz-appearance: none !important;
}
Then edit your userChrome.css file located in your profile folder and add the following lines:
tab[selected="true"] {
background-color: rgb(205,69,50) !important;
color: black !important;
}
tab {
-moz-appearance: none !important;
}
Wednesday, October 20, 2010
Change the Windows 7 Taskbar Button Length or Width Size
With the following registry trick, user can also change or adjust the width, or length of the buttons appear on the Windows 7 Taskbar. The hack has been used to simulate “not combine or stack but hide labels” option to limit the width of buttons with label so that label (text after the icon on button which normally takes the form of window’s title) is hidden and the button is left with just the icon.
How to Adjust Button Length or Width Size in Windows 7 Taskbar
1. Run Registry Editor (RegEdit).
2. Navigate to the following registry key:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
3. Right click on a blank space on the right pane, select New, then String Value. Name the new string value as MinWidth.
Note: If “MinWidth” already exists, skip this step.
4. Double click on “MinWidth”, and change the value data according to the preferred size. By default, Windows 7 has the following MinWidth value (estimated), when MinWidth is not defined or not created:
Button with standard or normal icons: 56
Button with small icons: 40
MinWidth
5. Restart the computer, or log off and log on again.
Note: Above change button width trick only work when Taskbar is set to display “button”, which mean it doesn’t work is Taskbar buttons’ behavior is set to “Always combine, hide labels”, where Windows 7 will always use it default size for icon-only button.
Friday, September 17, 2010
Disable Folder Type Auto Discovery In Windows Visa and 7 (x86/x64)
Open Notepad and paste the following and save it as FolderTweak.reg
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
Wednesday, September 15, 2010
Thursday, May 6, 2010
Friday, April 23, 2010
Monday, April 19, 2010
VMWare Workstation - Turning off the PC speaker for all virtual machines
mks.noBeep = "TRUE"
Wednesday, April 14, 2010
Ubuntu - Installing bz2 files like FileZilla
- The latest version of FileZilla is 3.3.2.1. You can get it from here.
- Run these command in terminal:
sudo tar jxvf FileZilla_3.3.2.1_i586-linux-gnu.tar.bz2 -C /opt/
sudo chown -R root:root /opt/FileZilla3/
sudo chmod -R 755 /opt/FileZilla3/
- Create a menu item:
sudo gedit /usr/share/applications/filezilla.desktop
Add the following:
[Desktop Entry]
Encoding=UTF-8
Name=FileZilla
Comment=FTP Client
Exec=/opt/FileZilla3/bin/filezilla
Icon=/opt/FileZilla3/share/pixmaps/filezilla.png
Terminal=false
Type=Application
Categories=Application;Network;
StartupNotify=true
Ubuntu - Enable/Disable Root Account
- To Enable:
- Open Terminal
- Type "sudo passwd root"
- To Disable
- Open Terminal
- Type "sudo passwd -l root"
Ubuntu - Show Desktop Icons
-
Open the Configuration Editor, by running the program gconf-editor from terminal.
-
Choose
apps->nautilus->desktop.
-
Tick the box beside computer_icon_visible, home_icon_visible, and trash_icon_visible. The changes take effect immediately.
Friday, April 2, 2010
Fix: An error occurred while Windows was synchronizing with time.windows.com
- Most of the time you get the error is due to the time server being down, so try again later.
- Try another Server. ( time.nist.gov )
- Your firewall might be blocking W32Time, disable firewall, update time and enable again.
- The following steps will stop and start the time update application:
Start > Run cmd.exe
net stop w32time
w32tm.exe /unregister
w32tm.exe /register
net start w32time
Saturday, March 13, 2010
Start TaskManager Minimized With Windows
- Click Start -> Run
- Type: regedit
- Click ok
- Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Add a string name TaskManager, Value: "C:\WINDOWS\system32\cmd.exe" /c "start" /min taskmgr.exe
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"TaskMgr"=""C:\WINDOWS\system32\cmd.exe" /c "start" /min taskmgr.exe"
Subscribe to:
Posts (Atom)