

| Vista / Windows 7 Talk |
| Some of you have either upgraded to Vista or Win 7 or bought a new PC with Vista or Windows 7 installed. This page is intended to familiarize you with useful Vista features that have been integrated into Win 7. In addition, it will acquaint you with locating the equivalent XP features that seem to be absent in Vista and Win 7. A little digging and tweaking will restore those old XP features you have become so accustomed to, to their rightful place. In no time at all, you will begin to appreciate these new and enhanced features. Speaking of enhanced, you can bring up Task Manager by hitting (Ctl+Shift+Esc) simultaneously on your keyboard. Take time to view the "new" Task Manager: It sports an added Services tab (no more elusive svchost's are displayed). There is a description of each task listed, numerical Process identifiers (PIDS) are now included, plus assorted other improvements have been made. Take time to throughly check it out - you won't be disappointed. A new Bonus Section called Vista /Windows 7 Freeware has been added. |
The Run line - The run line allows you to launch applications more quickly in XP by choosing Start => Run and then typing the program's main executable file into the open box. At first glance this feature seems to be absent from Vista and Windows 7, but it's not. With a minor tweak you can restore the run line to its rightful position on the Vista or Windows 7 Start menu, which in my humble opinion, is where it belongs. To pin the run line to the Vista or Windows 7 Start Menu:- do the following:
You will now find your old pal - "Run..." is back. You can also access the run line by choosing the Start Orb, then clicking All Programs => Accessories => Run. The Command Prompt is also accessible this way, and can be pinned to the start Menu by right-clicking Command Prompt and choosing the Pin to Start Menu option. |
Running a program as Administrator In Vista and Windows 7, the built-in administrator account, named Administrator, is disabled (though it can be enabled). The Windows user profile default configuration is to run as a Standard User. This configuration helps protect you from some very malicious threats that need full Admin rights to run. While it takes some time to get used to this setup, it is the safest and preferred way to take advantage of Windows Vista and Windows 7 built-in security features. Besides, most programs are written so they run properly using Vista's and Windows 7's default security settings. That means if your running Vista, they expect User Account Control (UAC) to be on! Therefore, switching UAC OFF will not only diminish your security posture, but it may even cause your applications to malfunction. In Windows 7, the intrusiveness of UAC has not only been toned down significantly (in response to user feedback) but Windows 7 also allows you to selectively control your level of UAC experience, with no loss in third party program functionality. If UAC is fully enabled, then some programs, mainly security programs or system tools that require Admin rights to launch successfully, may not be able to effectively do so. This can be fairly easily overcome by just right-clicking the program's short cut or executable file and choosing "Run as Administrator" from the context menu. However, what if the program is a utility for which no shortcut exists and you don't know how to access the program's main executable? That too, is easily overcome without disabling UAC or logging on as an Administrative User. Open an Elevated Command Prompt An example of a program that you will need to use this workaround for is Netstat the Windows command line port viewing utility. Click the Start Orb, type cmd in the Start Search box. Among the returned results will be cmd.exe listed under the Programs heading. Right-click cmd.exe, select "Run as Administrator" from the context menu and a command prompt with Administrative privileges opens. Any programs launched from this 'elevated' command prompt will be run with Admin privileges. For example if wanted to see all open ports and the processes that own them, I'd issue the following command from an elevated command prompt - and it will work! Netstat -a -b If the output runs off the page, just modify the command like this and it will pause after each page full of data: Netstat -a -b | more An alternate way to launch a program with elevated privileges is to: Create an Elevated Command Prompt desktop shortcut
Open an Elevated Task Manager to launch programs with Admin rights:
Vista / Windows 7 Security Features Enhancing your Security by turning on Secure Login Now, that you how to obtain Admin privileges for running specific tasks in Windows, let's see how you can take advantages of Vista and Window's 7 built-in security features. By default Secure Login is turned off in Vista and Windows 7. You may wonder what Secure Login is. It is a way to prevent malware from intercepting and stealing your password information by requiring you to use a command sequence that only Windows can understand. That sequence is Ctrl+Alt+Delete or C-A-D for short , the same key combination that opens Task Manager in XP . After your enter C-A-D, the Secure Login screen appears and you can then enter your private details knowing that no Keylogger or other malicious program is able to access your personal information. Why was the decision made to leave Secure Login off by default in Vista and Windows 7? Secure Login was newly introduced in Vista. In Vista, it was turned off so Vista users could immerse themselves in Vista security features slowly without OD'ing and possibly turning off UAC. It represents a compromise between security and convenience and convenience won out. However, because this feature can prevent malware from spoofing (faking) a bogus Vista or Windows 7 logon screen, UAC screen with an elevation prompt request, or a phony cursor, it is an important security safeguard to enable. How to Turn on Secure Login in Vista or Windows 7 (it is OFF by default)
How Vista has been made more resistant to buffer overflow attacks than previous versions of Windows
executable files are loaded at the same address each time Windows launches (so they can be easily and quickly located). But what's good for Windows, is bad from an exploit perspective. So in an effort to thwart the bad guys, Vista and Windows 7 utilize ASLR to randomly store important system components at one of 256 memory locations each time the computer is restarted. Why was this done? - if key system components are always located at the same address, not only can Windows locate them more easily, but so can malware writers intent upon exploiting the operating system code. ASLR makes it so attackers have to guess the address of the item (stack, heap, library, PE) they are targeting, and if they guess incorrectly - the system may crash. Not only will this impede their intention to compromise your computer but it will alert you to the aborted attack (albeit not exactly in a nice way). DEP (Data Execution Prevention) prevents code from being executed in areas of memory that are reserved for data. Buffer overflow attacks exploit data overrun vulnerabilities in order to execute malicious code. DEP makes it so when data exceeds the boundary of the buffer meant to hold it, that overflow condition cannot be exploited to execute malicious code that has been strategically injected into that data area. A powerful duo - DEP in combination with ASLR makes buffer overflow attacks much less likely - because hackers will not know where to locate the code they targeting (ASLR). Even if they are successful at injecting their malicious code into their target process of choice, DEP will prevent it from being executed. Accessing DEP Controls in Vista and Windows 7 Click the Vista Orb -> Control Panel -> System -> Advanced System Settings -> Advanced Performance Settings In the Performance Options Dialog, select the Data Execution Prevention Tab. You can turn DEP on for only essential Windows programs and services (the Vista / Windows 7default) or you can turn DEP on system-wide - for all programs and services. If you opt for the latter (system-wide DEP), then you can use the Add/Remove buttons to indicate program exceptions for which you want DEP turned off. DEP should be turned OFF for any programs that prove to be problematic when DEP is enabled. MSI Installers that are packaged with the Windows installer program often fail to install a program when DEP is enabled. If DEP interferes with the proper functioning of a program or program installation, Vista normally informs you that DEP is the cause, by throwing up an alert in the system tray. You must reboot for any changes made to take effect. Please note that DEP cannot be turned off completely for all programs and services using this method of control - one of the two options presented must always be selected. Remember - by default DEP is turned on only for essential Windows programs and services. Should you elect to turn it on for all programs, be mindful that you may have to add program exceptions to the DEP exclusion list.
There is alternative, faster method that you can use to turn DEP OFF and ON when you have a program that doesn't execute properly with DEP enabled. This method of control is executed from an elevated command prompt.
2. Open an Elevated Command Prompt by double-clicking the desktop shortcut. 3 Copy or paste the following line at the command prompt and then hit Enter:
5. Run the program that was interfered with by DEP. 6. After the previously non-working program has successfully executed, turn DEP back ON again, by copying and pasting the following line at an elevated command prompt - then hit Enter: bcdedit.exe /set {current} nx AlwaysOn
8. Close the command prompt window. Note: Vista's winning "start search" feature is a MAJOR improvement over XP's Search function. It yields results immediately and brings up not just files, but anything related to the search term you type in, even locating text embedded within files..
highly regarded and I have used the majority of them with excellent results. Please check the tech specs of the vendors to to verify whether any specific program listed offers Windows 7 support. In general, only antirootkit programs do NOT! Caveats:
Suspicious URL scanners (plug in url to test for "suspect" site activity) Dr Web: http://online.us.drweb.com/?url=1 LinkScanner (tests for exploit code): http://linkscanner.explabs.com/linkscanner/default.asp SiteAdvisor: http://www.siteadvisor.com/
http://www.mywot.com/ AntiSpyware/Antimalware Programs
http://www.microsoft.com/Security_Essentials/ Windows Defender (built into Vista and Windows 7): http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
http://www.besttechie.net/tools/mbam-setup.exe
http://www.superantispyware.com/ Spybot Search and Destroy: http://www.safer-networking.org/en/spybotsd/index.html Ad-Aware 2007 Free http://www.lavasoftusa.com/products/ad_aware_free.php Dr Web Cure-it http://www.freedrweb.com/cureit/ Removal of scam security programs often referred to as "Rogue Programs" Malwarebytes' - RogueRemover Free: http://www.malwarebytes.org/rogueremover.php
http://www.besttechie.net/tools/mbam-setup.exe Data bases you can check to research whether a suspect program is indeed a rogue: Malwarebytes’ RogueNET™ Suspicious Applications Database http://www.malwarebytes.org/database.php
http://www.spywarewarrior.com/rogue_anti-spyware.htm Computer Associates "Rogue Security Software" database: http://www.ca.com/us/securityadvisor/pest/browse.aspx?cat=Rogue%20Security%20Software Passive Protection (no active program component runs in the background) SpywareBlaster http://www.javacoolsoftware.com/spywareblaster.html MVPS Hosts File Blocks known malicious websites http://www.mvps.org/winhelp2002/hosts.htm System Monitoring / Analysis WinPatrol - System start-up and security monitor with some removal capability that I personally highly recommend. Keylogger detection and removal recently added: http://www.winpatrol.com/
http://www.kztechs.com/eng/index.html
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx Autoruns (Autostart Monitor by Microsoft): http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
http://www.runscanner.net/ SilentRunners (Autostart Script): http://www.silentrunners.org/ TrendoMicro HijackThis: http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis Firewalls Refer to STUDY of Firewall Testing and Rankings: http://www.matousec.com/projects/windows-personal-firewall-analysis/leak-tests-results.php
http://www.tallemu.com/free-firewall-protection-software.html Comodo Firewall Pro: http://www.personalfirewall.comodo.com/ Jettico Personal Firewall: http://jetico-personal-firewall.en.softonic.com/ http://www.jetico.com/jpf2setup.exe Vista Firewall Control - not a separate firewall but a simple program that allows you to configure connections for the Windows Firewall: http://www.sphinx-soft.com/Vista/order.html AntiVirus
http://www.microsoft.com/Security_Essentials/
http://www.free-av.com/en/download/1/avira_antivir_personal__free_antivirus.html AVG Free AVG Free Anti-Virus Free Edition Avast: http://www.avast.com/eng/download-avast-home.html McAfee® VirusScan Plus (includes Antivirus, Antispyware, and a Firewall) – Special edition from AOL (requires an AOL email address) http://safety.aol.com/isc/BasicSecurity/ Dr.Web Cure-it! (standalone antimalware - doesn't need unzipping or updating - just download and run it) http://www.freedrweb.com/cureit/ Click on the "Cureit! DOWNLOAD" button. Anti-Rootkit Note: These are very advanced programs. Do not attempt to analyze the output or attempt removal of any detected items. Depending on the program used, many entries listed in the scan results may be perfectly legitimate. Seek expert advice. Most of if not ALL of these programs are NOT Windows 7 compatible - Check vendor site & use at your own risk. BlackLight Rootkit Eliminator (F-Secure): http://www.f-secure.com/security_center/ Gmer (by Gmer): http://gmer.net IceSword 1.20 Vista (by pfj) : http://202.38.64.10/%7Ejfpan/download/is120en_vista.zip Icesword v. 1.22 Windows XP version: http://mail.ustc.edu.cn/~jfpan/download/IceSword122en.zip Malicious Software Removal Tool (MSRT automatic detection and removal tool by Microsoft- does not target all rootkits) http://www.microsoft.com/security/malwareremove/default.mspx Rootkit Hook Analyzer by Resplendence (Checks SSDT hooks only) http://resplendence.com/hookanalyzer Rootkit Unhooker (recently acquired by Microsoft): http://forum.sysinternals.com/uploads/20071210_182632_rku37300509.rar Rootkit Revealer (Microsoft): http://technet.microsoft.com/en-us/sysinternals/bb897445.aspx
http://rootrepeal.googlepages.com/ Unhackme (Greatis): http://www.greatis.com/unhackme/download.htm AVZ (from the makers of Kaspersky Antivirus): http://z-oleg.com/avz4.zip Zip (archiving) Software ZipGenius: http://www.zipgenius.it/eng/?page_id=10 7 Zip: http://www.7-zip.org/ CD/DVD Burning Ultimate CD/DVD Burner: http://ultimate-cd-dvd-burner.mispbo-technologies.qarchive.org/ ImgBurn - Supports all the Windows OS's - Windows 95, 98, Me, NT, 2000, XP, 2003 and Vista (including all the 64-bit versions) http://www.imgburn.com/ Virtualization Software Virtual PC (Microsoft) - Requires a separate license for both the host and guest operating system http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx Sandboxie (Does not require a second operating system - isolates malicious programs from your physical computer): http://www.sandboxie.com/ Software to mount virtual ISO IMG images in Vista Virtual Clone Drive: http://www.elby.ch/fun/software/index.html Help Info: http://www.howtogeek.com/howto/windows-vista/mount-an-iso-image-in-windows-vista/
To obtain a lost product key: http://www.magicaljellybean.com/keyfinder.shtml
http://www.mydigitallife.info/2007/11/03/add-take-ownership-option-to-files-and-folders-context-menu-in-vista/ |