Your best source of information and news about xp, Vista hardware and microsoft on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Hack

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category Hack.

Windows 7 Hack Brings Build 6801 Closer to Build 6956


Microsoft ensured that the Windows 7 development milestone delivered at the Professional Developers Conference 2008 and the Windows Hardware Engineering Conference 2008 delivered less than what it showcased at the two events. 
In this context, a variety of features were blocked in Windows 7 pre-Beta Build 6801 Milestone 3, including the new Taskbar, dubbed the Superbar, but also Aero Peek, Desktop Slideshow and Aero Shake. On the heels of the availability of Windows 7 pre-Beta Build 6801, the “Blue Badge” hack was released to unlock all the features that Microsoft was so careful to block. 

Developed by Rafael Rivera, Blue Badge is up to version 3, a revision which managed to enable Aero Peek, the sole which was not available out of all the Windows 7 native features demonstrated at PDC 2008. However, at PDC, Microsoft was showcasing Windows 7 Builds as advanced as 6936, and not the 6801 released, which was handed to all participants. Despite this, Windows 7 pre-Beta Build 6801 does contain the entire span of features enabled in later development milestones of the operating system. 

Aero Peek was demoed at PDC 2008 in the Windows 7 Desktop session presented by Chaitanya Sareen, a senior program manager with Microsoft. Peek's functionality is intimately connected with the new Taskbar. In Windows 7, interaction with the thumbnails of programs from the Taskbar will cause the corresponding window to be brought in focus, while the remaining items on the desktop become fully transparent. This is valid for any of the windows opened on the desktop at a given time. 

Moving onward from Build 6801, Microsoft stopped blocking the features in subsequent milestone releases. In this regard, Windows 7 Build 6956, showcased at WinHEC 2008 China, delivers all the items blocked in Windows 7 Build 6801 by default. However, the same is valid for Windows 7 pre-Beta Build 6801, provided that the Blue Badge tool is used to tweak the client.

Written by Madhukar on December 11th, 2008 with no comments.
Read more articles on windows 64 bit and otherSoftware and Hack.

Unlock all known protected features in Windows 7

Before patching. backup these files into some folder.
  • \Windows\System32\ieframe.dll
  • \Windows\System32\TabletPC.cpl
  • \Windows\System32\themecpl.dll
  • \Windows\System32\themeui.dll
  • \Windows\Explorer.exe
  • \Windows\System32\powercfg.cpl
  • \Windows\System32\wisptis.exe
  • \Windows\System32\shell32.dll
  • \Windows\System32\stobject.dll



Please keep in mind this tool is not affiliated, sponsored, supported by, written by, or endorsed by Microsoft Corporation.




You can download this application from the following link.


http://rapidshare.com/files/163599090/unlock_win7__x86.zip

Written by Madhukar on November 14th, 2008 with no comments.
Read more articles on otherSoftware and windows 7 and Hack and softwares.

Keystrokes Can Be Sniffed Without the PC Being Compromised

Two Swiss researchers have demonstrated, in James Bond-like experiments, that sniffing the keystrokes from a wired keyboard is possible by capturing the electromagnetic radiations that are emitted when the keys are pressed. The researchers devised four methods of attack, one of which successfully decodes the pressed keys from a distance up to 20 meters, through an office wall, with a rather simple wireless antenna.

The knowledge that computer systems generate compromising emanations or Tempest radiation is dated back to the 1960s, the military organizations being the first to run tests with it. However, it was believed that modern wired keyboards had been constructed in order to overcome this problem. Martin Vuagnoux and Sylvain Pasini, two researchers from the Security and Cryptography Laboratory at Ecole Polytechnique Federale de Lausanne in Switzerland, set out to prove that many keyboards sold today are still vulnerable to this type of attacks.

One of their attack techniques has been based on a previous more generic research by Markus G. Kuhn and Ross J. Anderson, from the Computer Laboratory at the University of Cambridge. This technique is already known in the security industry as the Kuhn attack. The two Swiss researchers have used in their test 11 different wired keyboards, USB and PS2, external and embedded in laptops, which were bought after 2001. All of the tested keyboards have been found vulnerable to at least one of the four attacks.


Read More..

Written by Madhukar on October 21st, 2008 with no comments.
Read more articles on otherSoftware and Hack.

Windows Server 2008 RC1 Available For Download

Microsoft will launch the final version of the server OS at a February 27th event in Los Angeles which the company is calling ‘Heroes Happen Here,’ . Also to be unveiled is Microsoft SQL Server 2008…

[Learn More]

Written by pcwizkid.tech.talk@gmail.com (PCWizKid) on December 5th, 2007 with no comments.
Read more articles on SP3 and otherSoftware and Hack and pcwizkid and fixpack and servicepack and windows 2008 and sp2 and rc1 and longhorn and vista and xp and Beta and Updates and Tips and powertoys and SP1 and tweaks and Security.

ITsVISTA Web Links: September 13th, 2007

Written by Joe on September 13th, 2007 with no comments.
Read more articles on Legal and Piracy and Hack and stuff and PR and News.

Make your Vista’s admin account acts like in XP, Always in full control

First let me start by saying that one of the main features of Windows Vista is the new user accounts security enhancements, but sometimes, defaults don’t meet everyone’s taste when it comes to how we deal with our PCs. I for one, always used full administrator accounts since I first knew what a Windows user account is, and never been hit by a virus/spyware/crap, using common sense and updated AV software, so I don’t want to give permissions to myself or face strange error messages every time I do a simple task on my computer.

We know UAC feature in Windows Vista, and we all know how to disable it, this is not the purpose of this thread, because even after you disable UAC, you’ll have other prompts about folder/file permissions errors sometimes (I faced it in strange, unexpected occasions, like deleting an empty folder for a program left by the uninstaller), or you’ll need to right click and select “Run as Administrator” for most applications to work/install correctly.

That’s because Microsoft made the administrators accounts (in local administrators group) run as standard users, unless we give permissions for every and each administrative tasks, with a little difference when UAC is turned on/off

Enough introductions, lets get our hands dirty:

*************************************

Remember that cute “Administrator” account you see when you login to safe mode in XP? That’s the built-in administrator account that’s installed by default, and disabled by default too, after a little digging-in I made this tutorial that’ll let you enable and use this account in normal mode, and with a little other tweak, enjoying an XP-like administrator experience, while UAC is left ON (or off, it doesn’t matter), but with no prompts or right clicks.

For Windows Vista Ultimate/Business/Enterprise:

1- Click Start, and type “secpol.msc” in the search area and click Enter. (You may receive a prompt from UAC, approve/login and proceed)
2- In the left list, choose “Local Policies“, then “Security Options
3- Set “Accounts: Administrator account status” to Enabled.
4- Set “User Account Control: Admin Approval Mode for the Built-in Administrator account” to Disabled.

For Windows Vista Home Basic/Home Premium:

1- Click Start, and type “cmd” in the search area, right click on “Command Prompt” and select ‘Run as Administrator“.

2- In the command prompt type “net users Administrator /active:yes” (Note the capital “A” in Administrator) and press Enter, you will get a confirmation as “The command completed successfully”.

3- Click Start, and type “regedit” in the search area and click Enter, navigate to: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
Double click on “FilterAdministratorToken” and set it to “0

*************************************

Now log-off, and you’ll see new account named “Administrator” is available, click on it to login.

Now you are the master of your domain! I recommend if you’re going to use this method is to apply it as soon as you do a fresh install of Windows, so you can simply delete whatever administrator you’ve created in the setup process, and make this one the “real” administrator for your PC, also you can rename this new admin account or change its password like any other account from “User Accounts” in the Control Panel.

A last note/disclaimer:

Please note that disabling UAC and using the built in Adminstrator account will also disable IE7 “Protected Mode”.

Please apply this procedures only if you know what you’re doing. Disabling security features in the operating system is not something recommended to the average Joe, and for sure I won’t be held accountable for any damaging happens to your system or files resulting from running a full administrator account all the time.

Enjoy!

Written by Madhukara H on September 6th, 2007 with 1 comment.
Read more articles on Xp Vs Vista and Vista guides and Hack and UAC and vista.

« Older articles

No newer articles