Posts tagged Windows 7
Windows 7 SP1 Beta 1 (7601.16537) leaked download
Apr 10th
Details for you to find it yourself.
Windows 7 Service Pack 1; Beta 1 Milestone; Wave 0 release
FILE: 7601.16537.100327-0053_Update_Sp1_Wave0-B1SP1.0_DVD.iso
SIZE: 1,350,488,064 bytes
MD5: 785D27C10CD58897E2CF72B0EECA05DD
SHA-1: 0176319386113561926314442F80F1C5A8B71DBC
The single ISO above contains the following there SP1 update files:
FILE: windows6.1-KB976932-X64-INTL.exe
SIZE: 575,907,992 bytes
MD5: 08AACB0441CD273749CAF6C075653CCD
SHA-1: 6F9D002B0782CD4E68A10A51241AC646B42340D0
FILE: windows6.1-KB976932-ia64-INTL.exe
SIZE: 457,201,208 bytes
MD5: 34051FD345D29BF5881E61087A3119ED
SHA-1: 6214603A71D8997850EFD02C53DBBB83400B7E39
FILE: windows6.1-KB976932-x86-INTL.exe
SIZE: 316,619,176 bytes
MD5: 1976A6A037F47CBEA4B2577D2B6053BD
SHA-1: C9D35D883AE4F80B89F4073724C374241BB2F46F
MICROSOFT.WINDOWS.7.AND.SERVER.2008.R2.SP.1.BETA-1.ENGLISH-MSFT
FILE: 7601.16537.100327-0053_Update_Sp_Wave0-B1SP1.0_DVD.iso
SIZE: 1,350,488,064 byte
MD5: 785D27C10CD58897E2CF72B0EECA05DD
SHA1: 0176319386113561926314442F80F1C5A8B71DBC
Early Windows 7 SP1 build leaks
Apr 7th
An early build, still in development, of Windows 7 Service Pack 1 has leaked. If anyone is interested the build goes like this:
6.1.7601.16537.amd64fre.win7.100327-0053
I will update hashes as well when they are confirmed.
How to Disable or Deactivate User Account in Windows 7?
Mar 6th
Windows 7 operating system supports multiple user accounts creation, which can be assigned as either administrator or standard user account type, in addition to a guest account. However, after a user account is created, it’s only possible to be deleted or removed, and administrator cannot disable or deactivate the user account from within the Control Panel user interface.
Administrator may need to temporarily or permanently disable or deactivate a user account, without deleting or removing the user account completely from the system. In order to disable or deactivate user account, follow the following guide. Disabling a user account allows the account to be re-enable or re-activate in future, without loss of data.
1. Go to Control Panel -> System and Security -> Administrative Tools, and then open Computer Management.
Alternatively, right click on Computer in Start menu, and select Manage.
2. Expand Local Users and Groups branch.
3. Click on Users section.
4. Right click on the user to deactivate, and select Properties.
5. Select and tick the check box for Account is disabled option.
6. Click OK and close Computer Management window.
7. The user account is now disabled, and no longer can be used to log on.
Tip: Uncheck the Account is disabled option to re-enable the user.
Alternative method is to use command line syntax of “net user”. To disable and make a user account inactive, open an elevated command prompt with administrator rights, and type the following command:
net user “user name” /active:no
Replace user name with the actual user name of the account to disable. Note that user name with space in between must be enclosed with quotation mark (“).
To reactivate the account to active status, just use the following command, as similar to enable the built-in super administrator account in Windows 7 and Vista:
net user “user name” /active:yes