Please check out my new blog @

Going Beyond Windows.....

Showing posts with label Basics. Show all posts
Showing posts with label Basics. Show all posts

Monday, July 21, 2008

Recommended System Requirements For Windows Vista

Windows Vista UltimateHere I am providing the recommended system requirements for Vista:

1. Vista Home Basic:
  • 1 GHz 32-bit (x86) or 64-bit (x64) processor

  • 512 MB of system memory

  • 20 GB hard drive with at least 15 GB of available space

  • Support for DirectX 9 graphics and 32 MB of graphics memory

  • DVD-ROM drive

  • Audio Output

  • Internet access (fees may apply)

Additional System Requirements

Actual requirements and product functionality may vary based on your system configuration.Windows Vista Upgrade Advisor can help you determine which features and edition of Windows Vista will run on your computer.

While all editions of Windows Vista can support multiple core CPUs, only Windows Vista Business, Ultimate, and Enterprise can support dual processors.

2. Vista Home Premium/Business/Ultimate:

  • 1 GHz 32-bit (x86) or 64-bit (x64) processor

  • 1 GB of system memory

  • 40 GB hard drive with at least 15 GB of available space

  • Support for DirectX 9 graphics with:

    • WDDM Driver

    • 128 MB of graphics memory (minimum)

    • Pixel Shader 2.0 in hardware

    • 32 bits per pixel

  • DVD-ROM drive

  • Audio Output

  • Internet access (fees may apply)

Additional requirements

Actual requirements and product functionality may vary based on your system configuration.Windows Vista Upgrade Advisor can help you determine which features and edition of Windows Vista will run on your computer.

While all editions of Windows Vista can support multiple core CPUs, only Windows Vista Business, Ultimate, and Enterprise can support dual processors.

Home Premium/Ultimate:

TV tuner card required for TV functionality (compatible remote control optional).

Home Premium/Business/ Ultimate:

Windows Tablet and Touch Technology requires a Tablet PC or a touch screen.

Ultimate:

Windows BitLocker Drive Encryption requires a USB Flash Drive and a system with a TPM 1.2 chip.


Friday, June 6, 2008

Command Prompt Basics

For use in command prompt on you own computer or network:


CMD or command.com = use whichever works best or whichever one is available ( to open command prompt in the run command.
EXIT = exit the command prompt
PATH = displays the places that if will look for if not in the name first
CLS = clears up everything on command prompt page
TIME = displays time and you can change it if you want
HELP = displays help, more commands
DIR OR DIR /? = Shows a lot of information
CD\PROGRA~1 ENTER THEN DIR = Programs installed (1)
CD\ ENTER THEN DIR = shows installations of programs
(DEL OR COPY OR DIR) *.* C:\TARGET = you can either delete, copy or dir a program
NET = you get options to use it
SHUTDOWN –LETTER OR SHUTDOWN/? = you can shutdown

Your computer or another computer

NETSTAT = view the stats of the computers one feature is
to get people’s I.P. for more type netstat/?

FSUTIL AND FSUTIL FSINFO = shows you things like list of
all drives
BASIC OF CMD PART 2
ERASE C:\PROGRAM FILES = erases all program files or leave
just the c delete everything

NBTSTAT = GETTING INFORMATION ON YOUR COMPUTER
AND OTHERS

TREE = displays all files on program files and desktop good
for seeing if you have any keyloggers

TRACERT (IP) = to see if the I.P. exist
NET USE C: \\PCNAME\C$ /USER: PCNAME\ADMINISTRATOR
= to sign in as an administrator that’s not signed in

NSLOOKUP SET TYPE=MX EXP:HOTMAIL.COM = getting ips
from web sites

/WHOIS (SCREENAME) = only on a chat room, to find
information a that person which owns the screename an I.P.

For use in command prompt for path chanching

DISKPART = shows you stuff like the computer name and
takes you to disk part option

CD\PROGRA~1 ENTER THEN DIR = Programs installed (2)
CD \WINDOWS \SYSTEM = to look for stuff in this folders

BASIC OF CMD PART3
TELNET : remote controlling
NET START MESSENGER = start net send when it is disable
For use in command prompt only on a network or hacking

BOOTCFG = you can make changes to boot the computer ,
boot it mess it up

GPRESULT = shows all the information of a computer
DRIVERQUERY = list of drives and their properties
GETMAC = this gets the Mac (media access control) address
NETSH = good for hacking a network configuration tool
type netsh /? For more

OPENFILES = only for windows professional allows an
administrator to display or disconnect open files

REG = THE CONSOLE REGISTRY TOOL
SYSTEMINFO = info
TASKLIST AND TASKKILL = LIKE PRESING CTRL+ALT+DELETE

Popular Posts