Saturday, December 8, 2012
Sunday, November 11, 2012
Tuesday, June 5, 2012
How to run Skype in Windows 8 Release Preview
UPDATE: Skype has released a hot fix for these issues so instead of following these steps please re-install/update the latest version of Skype.
Fix login issue:
Fix high CPU usage:Fix login issue:
- Stop Skype (it doesn't stop all the way in Win8 RP so kill it using Task Manager/Process Explorer)
- Go to C:\Users\YourUserName
\AppData\Roaming\Skype - Delete the following folders and files
- shared_dynco
- shared_httpfe
- shared.lck
- shared.xml
- Run Process Explorer
- Find Skype from the running processes
- Double click the Skype.exe process
- Go to Threads tab (click ok on the warring, it only shows up once)
- Sort the running threads by CPU usage and kill the one that is consuming highest CPU resource
- Skype will be still running but it will consume less CPU resource than before
Wednesday, January 11, 2012
How to disable password complexity rule in Active Directory (Windows 2008 R2)
- Go to Start > run > gpmc.msc
- Go to "Forest">"Domains" then expand the default domain
- Right-click and edit the "Default Domain Policy". This will open a new window with title "Group Policy Management Editor"
- On the "Group Policy Management Editor"
go to "Computer Configuration">"Polices">"Windows Settings">"Security Settings">"Account Policies">"Password Policy" - Now modify the password complexity requirements setting.
- You have to then run "gpupdate" to propagate the changes.
Subscribe to:
Posts (Atom)
FizzBuzz in different languages
Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( ...
-
Start a command prompt (as Administrator). cd to the folder that you are trying to delete. For example: cd C:\Users\UserName\AppData\...
-
Run a command prompt as Administrator CD to the folder where the 0kb file is located at. Type: dir /x (this will give you the short file...
-
SOLUTION The workaround is to set "_fix_control"='17376322:OFF' SQL> alter session set "_fix_control"=...