Skip to main content

Posts

Showing posts with the label WINDOWS

How to create bootable USB drives ?

What You Need: A USB flash drive with good storage capacity; preferably 4GB or more. Access to a computer running Windows Vista or Windows 7. A CD or DVD containing software you want to download. Getting Started: Connect the USB flash drive to a computer running Windows Vista or 7 and follow the steps below: Click Start > All Programs > Accessories > Right click on Command Prompt > Run as Administrator Type ‘diskpart' and press Enter to start the built in Windows disk partitioning utility  Type 'list disk' and press Enter. Identify your USB Flash drive and make a note of the disk number.  Here in this example, My USB flash drive is Disk 1.  Type 'select disk 1' and press Enter.   Type ‘clean’ and press Enter. The clean command will remove partitions or volume formatting from the selected disk (disk 1) by zeroing sectors.  Now to create a partition, type 'create partition primary’ and press Enter.  Type 'select partition 1',

How to Turn off (UAC) User Account Control in Windows 2008 (R2)

If you are new to Windows Server 2008, then you are probably wondering why you are getting “Permission Denied” errors when attempting to even open your C drive folder. To help prevent malicious software from silently installing and causing computer-wide infection, Microsoft developed a feature called User Account Control. To get around these errors, you can simply disable the “User Account Control: Run all administrators in Admin Approval Mode” security option. To disable this feature, follow these steps, or simply let us know and we will take care of it for you: Turning off UAC Use the following procedure to disable UAC entirely. To perform the following procedure, you must be able to log on with or provide the credentials of a member of the local Administrators group. Important: Turning off UAC reduces the security of your computer and may expose you to increased risk from malicious software. Microsoft does not recommend leaving UAC disabled. To turn off UAC Click Star

How to Install the Desktop Experience feature in Windows 2008 Server

If you are tired of using the Windows Classic theme on your Server 2008, you can install Desktop Experience so that you can enjoy the eye candy goodness of the Vista theme. Desktop Experience will also install Windows Media Player, Windows Sidebar and photo gallery. Follow these steps to install Desktop Experience and liven up your server: The Desktop Experience installs a variety of features, including Windows Media Player. It is required for the proper operation of Moxie Studio and Player on Windows Server 2008 and Windows Server 2008 R2. 1. Click Start and select Server Manager 2. When the Server Manager window appears, go to the left pane and select  Features . 3. On the right, click the  Add Features  link. 4. Check the  Desktop Experience  checkbox 5. Click Next. 6. Click Install 7. When the installation is complete, Windows will notify you that you must restart your server to complete the process. After you have rebooted, go to  Services  and m

Windows Server 2008 R2 Upgrade Paths

Updated: April 7, 2010 Applies To: Windows Server 2008 R2 This document outlines supported and unsupported upgrade paths for editions of the Windows Server® 2008 R2 operating system. Unsupported Upgrade Scenarios Upgrades to Windows Server 2008 R2 from the following operating systems are not supported: Windows® 95, Windows 98, Windows Millennium Edition, Windows XP, Windows Vista®, Windows Vista Starter, or Windows 7 Windows NT® Server 4.0, Windows 2000 Server, Windows Server 2003 RTM, Windows Server 2003 with SP1, Windows Server 2003 Web, Windows Server 2008 R2 M3, or Windows Server 2008 R2 Beta Windows Server 2003 for Itanium-based Systems, Windows Server 2008 for Itanium-based Systems, Windows Server 2008 R2 for Itanium-based Systems Cross-architecture in-place upgrades (for example, x86 to x64) are not supported. Cross-language in-place upgrades (for example, en-us to de-de) are not supported. Cross-edition upgrades (for example, the Windows Server 2008 F

Upgrading Windows Server 2008 R2 with a command-line tool using DISM

Windows Server 2008 R2 includes a command-line tool called the Deployment Image Servicing and Management tool, or DISM. It's functionally equivalent to the Windows Anytime Upgrade feature in client versions of Windows. You can run it from an elevated command prompt. To determine the currently installed edition: DISM /online /Get-CurrentEdition To determine the editions you can upgrade to: DISM /online /Get-TargetEditions To actually perform an upgrade: DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Windows Commands Useful to Administrators

1. systeminfo - It will display all the system information in cmd line 2. set - will display all the environment variables 3. cmd  > filename.txt - will copy the output of the commands    eg: systeminfo > systeminfo_output.txt 4. Ping IP/Hostname - To check the machine available in network or not 5.PathPing IP/Hostname -  Helps to find the slow network routers are switch 6. nslookup ip/domainname - To find ip and domain name 7. ipconfig - To find the ip address of the system

Upgrade Windows Server 2008 R2 Standard To Enterprise Or Datacenter Edition

If you need to upgrade a server running Windows Server 2008 R2 Standard to either the Enterprise, or Datacenter editions, it’s possible to do so online, without re-installing Windows. Open an elevated command prompt and type DISM /Online /Get-CurrentEdition.  This will return the current Windows version. Type DISM /Online /Get-TargetEditions to list the Windows editions to which this server can be upgraded. If you type DISM /Online /Set-Edition:ServerDataCenter you’ll get the message in the screenshot below.  This is because even if you’re using a KMS server for internal activation, you have to provide a product key.  Fortunately, Microsoft have a page that lists the KMS client setup keys  http://technet.microsoft.com/en-us/library/ff793421.aspx .  On this page you can find keys for Windows Server 2008 R2 Enterprise and Datacenter. Typing DISM /Online /Set-Edition:ServerDataCenter /ProductKey:xxxxxx will upgrade the operating system.  All that’s required to complete the

Upgrading Windows Server 2008 R2 without media

Windows Server 2008 R2 introduces a new command-line utility, DISM, the Deployment Image Servicing and Management tool.    One of DISM’s many useful features is the ability to use its edition-servicing commands to upgrade an R2 installation without requiring install media.  This is functionally equivalent to Windows Anytime Upgrade in a Windows 7 client install, and can be performed on both an online or offline image, and on both full Server and Server Core installations. Upgrades using the edition servicing method are quick, and don’t require a full reinstall of the operating system.  Deployed roles and features, and other characteristics (machine name, user and admin accounts, etc) are persisted forward.     Because the target editions are staged within the image, only the updates necessary to move from edition to the next are applied. The upgrade options are limited to edition families, and are irreversible – you can’t downgrade once you’ve gone up an edition.  Additionall

List of FTP commands for the Microsoft command-line FTP client

Command-line options As you're starting the program from a DOS prompt: ftp [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-w:windowsize] [computer] -v  - Suppresses  verbose  display of remote server responses. -n  - Suppresses auto-login upon initial connection. -i  - Turns off interactive  prompting  during multiple file transfers. -d  - Enables  debugging , displaying all ftp commands passed between the client and server. -g  - Disables filename  globbing , which permits the use of wildcard chracters in local file and path names. -s:filename  - Specifies a text file containing ftp commands; the commands will automatically run after ftp starts. No spaces are allowed in this parameter. Use this switch instead of redirection (>). -a  - Use any local interface when binding data connection. -w:windowsize  - Overrides the default transfer buffer size of 4096. computer  - Specifies the computer name or IP address of the remote computer to connect to. The computer, if sp