Posts Tagged ‘Windows’
November 4th, 2011
To enable hibernation. To do this, follow these steps:
1. |
Click Start , click All Programs , and then click Accessories . |
2. |
Right-click Command Prompt , and then click Run as administrator .
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow . |
3. |
At the prompt in the Administrator: Command Prompt window, type powercfg -h on |
If you want to disable Hibernation completely
At the prompt in the Administrator: Command Prompt window, type powercfg -h off
August 5th, 2011
Mounting Windows based shares on Linux is a relatively simple process.
If the share is on a Windows XP, Server 2000 or NT machine you can use the following command:
mount -t smbfs -o username=username //server/share /mountpoint
However for Server 2003 the above command will not work so you simply change smbfs for cifs as shown below.
mount -t cifs -o username=username //server/share /mountpoint
The username should be that of your Windows user and in both examples you will be prompted for your windows password.
The command above will work for all versions of Windows. If you are having difficulty mounting or receive an error with invalid file type ensure that the samba-client packages for your distribution are installed
April 29th, 2011
After a week windows mobile 7 also joins the party along with Google Android and Apple iPhone, both companies are sued against stealing user sensitive data (like GPS cordinates which is user's pin point location) from user's mobile devices and transmitting over internet then stored at Google and Apple databases.
CNET reported the location tracking on Monday, almost a week after reports of similar tracking in Apple's iPhone and Google's Android mobile OS raised concerns that smartphones could be used by police, civil litigants, or abusive spouses to track an owner's movements over extended periods of time.
Microsoft Version:-
https://www.microsoft.com/windowsphone/en-us/howto/wp7/web/location-and-my-privacy.aspx
Sources:-
http://www.theregister.co.uk/2011/04/25/apple_sued_for_location_tracking/
http://www.theregister.co.uk/2011/04/28/google_sued_over_android_location_tracking/
http://www.theregister.co.uk/2011/04/27/windows_phone_location_tracking/
April 4th, 2011
After a decade of abuse, Autorun is finally being retired in older versions of Windows.
Microsoft has finally removed Autorun function from earlier versions of its Windows operating system that has been widely abused by miscreants to surreptitiously install malware on users' computers.
Vista/Windows 7 introduces some new features like UAC and improved AutoPlay (aka Autorun) that disables certain functionality which has been abused by malware (like Conficker). These changes will be backported to down level platforms.
This functionality was made available for Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008 .
Please visit the following KB article for more information and how to download the new updates http://support.microsoft.com/kb/971029 for disabling Autorun abuse.
Previous update http://support.microsoft.com/kb/967715