Message Board

What's your say ??? Send Message Here.
--------------------------------------------------------------
Showing posts with label Windows Server 2008. Show all posts
Showing posts with label Windows Server 2008. Show all posts

Tuesday, May 14, 2013

Why Windows Kernel Slower is Than Other OS – Anonymous Microsoft Dev Says

Bookmark and Share

Why Windows Kernel Slower is Than Other OS – An Anonymous Microsoft Dev Says

Hello Friends,

Do you ask a common questions all the time that Why Windows is slow ? or Why my PC is slowing down after some days even if there is very minimum apps or file in my PC ? This is the regular case whether you use Laptop, Desktop or High end / High configuration Computer.

Yes this is the common question, that everyone asks on computing. As a IT Pro We face this question daily, and a major headache and challenge in the profession. But there is no specific answers from any IT Pro or from Microsoft. The answer may be many or may be one ? But what is the real/true reason behind it is still unknown and to be found out. There are many discussions on the internet and on offline. Few days ago there was a long discussion on CNET (Why do all Window systems slow down over time?). But have may reasons at last.

The Design and Development of the Windows OS is questionable many a times, in this scenario. Comparing to other OS, it is true that Windows is Slower than other (Linux, Mac etc.) in many cases.

Here is the recent post by an anonymous Microsoft developer, describing the causes of the issue from the development point of view.

The post was 1st published on (Microsoft dev explained in a comment) Hacker News, (then deleted, and reposted on Zorinaq.com). Just read through it to know more, why Windows “is indeed slower than other operating systems in many scenarios, and the gap is worsening”.

SlowerWindows

--------------------Read the Full post below-------------------------------

"I Contribute to the Windows Kernel. We Are Slower Than Other Operating Systems. Here Is Why."

I was explaining on Hacker News why Windows fell behind Linux in terms of operating system kernel performance and innovation. And out of nowhere an anonymous Microsoft developer who contributes to the Windows NT kernel wrote a fantastic and honest response acknowledging this problem and explaining its cause. His post has been deleted! Why the censorship? I am reposting it here. This is too insightful to be lost. [Edit: The anonymous poster himself deleted his post as he thought it was too cruel and did not help make his point, which is about the social dynamics of spontaneous contribution. However he let me know he does not mind the repost at the condition I redact the SHA1 hash info, which I did.] [Edit: A second statement, apologetic, has been made by the anonymous person. See update at the bottom.]

"""

I'm a developer in Windows and contribute to the NT kernel. (Proof: the SHA1 hash of revision #102 of [Edit: filename redacted] is [Edit: hash redacted].) I'm posting through Tor for obvious reasons.

Windows is indeed slower than other operating systems in many scenarios, and the gap is worsening. The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory, that you see in the Linux world.

Granted, occasionally one sees naive people try to make things better. These people almost always fail. We can and do improve performance for specific scenarios that people with the ability to allocate resources believe impact business goals, but this work is Sisyphean. There's no formal or informal program of systemic performance improvement. We started caring about security because pre-SP3 Windows XP was an existential threat to the business. Our low performance is not an existential threat to the business.

See, component owners are generally openly hostile to outside patches: if you're a dev, accepting an outside patch makes your lead angry (due to the need to maintain this patch and to justify in in shiproom the unplanned design change), makes test angry (because test is on the hook for making sure the change doesn't break anything, and you just made work for them), and PM is angry (due to the schedule implications of code churn). There's just no incentive to accept changes from outside your own team. You can always find a reason to say "no", and you have very little incentive to say "yes".

There's also little incentive to create changes in the first place. On linux-kernel, if you improve the performance of directory traversal by a consistent 5%, you're praised and thanked. Here, if you do that and you're not on the object manager team, then even if you do get your code past the Ob owners and into the tree, your own management doesn't care. Yes, making a massive improvement will get you noticed by senior people and could be a boon for your career, but the improvement has to be very large to attract that kind of attention. Incremental improvements just annoy people and are, at best, neutral for your career. If you're unlucky and you tell your lead about how you improved performance of some other component on the system, he'll just ask you whether you can accelerate your bug glide.

Is it any wonder that people stop trying to do unplanned work after a little while?

Another reason for the quality gap is that that we've been having trouble keeping talented people. Google and other large Seattle-area companies keep poaching our best, most experienced developers, and we hire youths straight from college to replace them. You find SDEs and SDE IIs maintaining hugely import systems. These developers mean well and are usually adequately intelligent, but they don't understand why certain decisions were made, don't have a thorough understanding of the intricate details of how their systems work, and most importantly, don't want to change anything that already works.

These junior developers also have a tendency to make improvements to the system by implementing brand-new features instead of improving old ones. Look at recent Microsoft releases: we don't fix old features, but accrete new ones. New features help much more at review time than improvements to old ones.

(That's literally the explanation for PowerShell. Many of us wanted to improve cmd.exe, but couldn't.)

More examples:

  • We can't touch named pipes. Let's add %INTERNAL_NOTIFICATION_SYSTEM%! And let's make it inconsistent with virtually every other named NT primitive.
  • We can't expose %INTERNAL_NOTIFICATION_SYSTEM% to the rest of the world because we don't want to fill out paperwork and we're not losing sales because we only have 1990s-era Win32 APIs available publicly.
  • We can't touch DCOM. So we create another %C#_REMOTING_FLAVOR_OF_THE_WEEK%!
  • XNA. Need I say more?
  • Why would anyone need an archive format that supports files larger than 2GB?
  • Let's support symbolic links, but make sure that nobody can use them so we don't get blamed for security vulnerabilities (Great! Now we get to look sage and responsible!)
  • We can't touch Source Depot, so let's hack together SDX!
  • We can't touch SDX, so let's pretend for four releases that we're moving to TFS while not actually changing anything!
  • Oh god, the NTFS code is a purple opium-fueled Victorian horror novel that uses global recursive locks and SEH for flow control. Let's write ReFs instead. (And hey, let's start by copying and pasting the NTFS source code and removing half the features! Then let's add checksums, because checksums are cool, right, and now with checksums we're just as good as ZFS? Right? And who needs quotas anyway?)
  • We just can't be fucked to implement C11 support, and variadic templates were just too hard to implement in a year. (But ohmygosh we turned "^" into a reference-counted pointer operator. Oh, and what's a reference cycle?)

Look: Microsoft still has some old-fashioned hardcore talented developers who can code circles around brogrammers down in the valley. These people have a keen appreciation of the complexities of operating system development and an eye for good, clean design. The NT kernel is still much better than Linux in some ways --- you guys be trippin' with your overcommit-by-default MM nonsense --- but our good people keep retiring or moving to other large technology companies, and there are few new people achieving the level of technical virtuosity needed to replace the people who leave. We fill headcount with nine-to-five-with-kids types, desperate-to-please H1Bs, and Google rejects. We occasionally get good people anyway, as if by mistake, but not enough. Is it any wonder we're falling behind? The rot has already set in.

"""

Edit: This anonymous poster contacted me, still anonymously, to make a second statement, worried by the attention his words are getting:

"""

All this has gotten out of control. I was much too harsh, and I didn't intend this as some kind of massive exposé. This is just grumbling. I didn't appreciate the appetite people outside Microsoft have for Kremlinology. I should have thought through my post much more thoroughly. I want to apologize for presenting a misleading impression of what it's like on the inside.

First, I want to clarify that much of what I wrote is tongue-in-cheek and over the top --- NTFS does use SEH internally, but the filesystem is very solid and well tested. The people who maintain it are some of the most talented and experienced I know. (Granted, I think they maintain ugly code, but ugly code can back good, reliable components, and ugliness is inherently subjective.) The same goes for our other core components. Yes, there are some components that I feel could benefit from more experienced maintenance, but we're not talking about letting monkeys run the place. (Besides: you guys have systemd, which if I'm going to treat it the same way I treated NTFS, is an all-devouring octopus monster about crawl out of the sea and eat Tokyo and spit it out as a giant binary logfile.)

In particular, I don't have special insider numbers on poaching, and what I wrote is a subjective assessment written from a very limited point of view --- I watched some very dear friends leave and I haven't been impressed with new hires, but I am *not* HR. I don't have global facts and figures. I may very well be wrong on overall personnel flow rates, and I shouldn't have made the comment I did: I stated it with far more authority than my information merits.

Windows and Microsoft still have plenty of technical talent. We do not ship code that someone doesn't maintain and understand, even if it takes a little while for new people to ramp up sometimes. While I have read and write access to the Windows source and commit to it once in a while, so do tens and tens of thousands of other people all over the world. I am nobody special. I am not Deep Throat. I'm not even Steve Yegge. I'm not the Windows equivalent of Ingo Molnar. While I personally think the default restrictions placed on symlinks limited their usefulness, there *was* a reasoned engineering analysis --- it wasn't one guy with an ulterior motive trying to avoid a bad review score. In fact, that practically never happens, at least consciously. We almost never make decisions individually, and while I maintain that social dynamics discourage risk-taking and spontaneous individual collaboration, I want to stress that we are not insane and we are not dysfunctional. The social forces I mentioned act as a drag on innovation, and I think we should do something about the aspects of our culture that I highlighted, but we're far from crippled. The negative effects are more like those incurred by mounting an unnecessary spoiler on a car than tearing out the engine block. What's indisputable fact is that our engineering division regularly runs and releases dependable, useful software that runs all over the world. No matter what you think of the Windows 8 UI, the system underneath is rock-solid, as was Windows 7, and I'm proud of having been a small part of this entire process.

I also want to apologize for what I said about devdiv. Look: I might disagree with the priorities of our compiler team, and I might be mystified by why certain C++ features took longer to implement for us than for the competition, but seriously good people work on the compiler. Of course they know what reference cycles are. We're one of the only organizations on earth that's built an impressive optimizing compiler from scratch, for crap's sake.

Last, I'm here because I've met good people and feel like I'm part of something special. I wouldn't be here if I thought Windows was an engineering nightmare. Everyone has problems, but people outside the company seem to infuse ours with special significance. I don't get that. In any case, I feel like my first post does wrong by people who are very dedicated and who work quite hard. They don't deserve the broad and ugly brush I used to paint them.

P.S. I have no problem with family people, and want to retract the offhand comment I made about them. I work with many awesome colleagues who happen to have children at home. What I really meant to say is that I don't like people who see what we do as more of a job than a passion, and it feels like we have a lot of these people these days. Maybe everyone does, though, or maybe I'm just completely wrong.

Courtesy: http://blog.zorinaq.com/?e=74

---------------------------------------------------------------------

Posted on this blog by: bcdalai

Friday, June 1, 2012

RUN Commands in Windows Server 2008 / 2008 R2

Bookmark and Share
Applies To: Windows Server 2008, Server 2008 R2 or later. For more info read the e-book: Windows Commands Guide 2016
APPLICATION / TOOL COMMAND
Security Configuration Wizard scw
Security Configuration Wizard viewer scwviewer
Server Manager compmgmtlauncher
Share and Storage Management storagemgmt.msc
Storage Explorer storexpl.msc
Terminal Service Manager tsadmin.msc
Terminal Services Configuration tsconfig.msc
Windows Firewall with Advanced Security wf.msc
Windows Memory Diagnostic Tool mdsched
Windows Server Backup wbadmin.msc

Find more info, read the e-book: Windows Commands Guide 2016

Saturday, February 5, 2011

Creating custom RUN Command for your Favorite Apps

Bookmark and Share
Creating custom RUN Command for your Favorite Apps

This tricks help you to create custom Run commands for your favorite applications or software. so that you can run that app from RUN.

Here are the steps for doing this:
  1. Open Registry Editor (from Start Menu > RUN and type regedit then press Enter):

    Go to the location:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\

  2. Create a new Key and name it as per exact executable file name of your app (example

    “windbg.exe" file for "Debugging Tools for Windows (x86)"). Remember to add .exe in the

    key name. The key name must be same as the app's executable name to avoid confusion.

  3. Then in the right pane change the value of the default string value named as "Default", to

    the address of the app's installation folder. The app's address must be direct and not be

    with environment variables. Example: C:\Program Files\Debugging Tools for Windows

    (x86)\windbg.exe

  4. And create another new string named “Path” and changed the value to the location of the

    app. Example: C:\Program Files\Debugging Tools for Windows (x86)\

  5. Then close registry editor and issue the command in the RUN. These commands may not

    be executed from Command Prompt.
Screenshot:
CustomCommands

This command is included in the tips and tricks section of the eBook Windows Command Guide. Also you can download this eBook from here: http://1drv.ms/1mDyZC9. Commands for the third-party apps can be found in the APPENDIX-A14 of this eBook.

Applies To: All version of Microsoft Windows, specifically from Windows XP or higher. May work on previous version.

bcdalai
@bcdalai2020

Tuesday, June 22, 2010

Changed Feature Names on Vista, 2008, Windows 7

Bookmark and Share

Changed Feature Names on Vista, Server 2008 and Windows 7

Posted: 22th June 2010, Updated: 27th Apr 2011.

80+ new Windows feature names.

After the introduction of Windows Vista, Microsoft changed many features and components in the new edition of Windows (i.e. Vista). Some of the features, technologies, components and services are redesigned or developed. And also OS feature/component names are changed and the functionality of some items has been enhanced and moved or consolidated with other features with a new ones.

Here are the lists of features/components that are changed or modified in Windows Vista, Windows Server 2008 and in Windows 7 etc.

FORMER NAME
LATER NAME
WINDOWS 2000, XP, SERVER 2003 etc.
WINDOWS VISTA (Client OS)
Accessibility OptionsEase of Access Center
Add or Remove ProgramsPrograms and Features
Address BookWindows Contacts
Automated System Recovery (ASR)Windows Complete PC Restore
Computer BrowserNetwork Discovery Protocol (NDP)
Documents and SettingsUsers
Error ReportingWindows Error Reporting (WER)
Files and Setting Transfer WizardWindows Easy Transfer (WET)
Local Security SettingsSecurity Configuration Management
Microsoft Synchronization Tool Sync Center
My ComputerComputer
My DocumentsDocuments
My MusicMusic
My Network PlacesNetwork Places
My PicturesPictures
My Recent DocumentsRecent Documents
My VideosVideos
NetMeetingWindows Meeting Space
NTBackup (Windows Backup Utility)Backup and Restore Center
Outlook ExpressWindows Mail
Performance MonitorReliability and Performance Monitor
PrefetchSuperfetch
Regional SettingsRegion and Language
Remote AssistanceWindows Remote Assistance
Run AsRun As Administrator
Scheduled TasksTask Scheduler
Stored Use Names and PasswordsCredential Manager
System File Checker (SFC)System Integrity Check and Repair
System RestoreSystem Protection
Tour Windows XPGetting Started or Welcome Center
Windows File Protection (WFP)Windows Resource Protection (WRP)
Windows MessengerWindows Live Messenger
Windows Picture and Fax ViewerWindows Photo Gallery
Windows Services for UnixSubsystem for Unix-based Applications
Windows Vista
Windows 7
Backup and Restore CenterBackup and Restore
Network PlacesNetworks
Pen and Input DevicesPen and Touch
PrintersDevices And Printers
Problem Reports and SolutionsAction Center
Regional and Language OptionsRegion and Language
Welcome CenterGetting Started
Windows MarketplaceGet Programs (Online)
Windows Photo GalleryWindows Photo Viewer
Windows Security CenterAction Center
Windows SidebarDesktop Gadgets
WINDOWS SERVER 2008 (Server OS)
Computer ManagementServer Manager
Error ReportingProblem Reports and Solutions
NTBackup (Windows Backup Utility)Windows Server Backup
Windows FirewallWindows Firewall with Advanced Security
OTHER TECHNOLOGY / FEATURE
Data Protection ServerSystem Center Data Protection Manager (DPM)
MDAC (Microsoft Data Access Components)Windows DAC
Microsoft Business SolutionsMicrosoft Dynamics products
Microsoft InstallerWindows Installer
Microsoft Internet Explorer (till IE6)Windows Internet Explorer (IE7 onwards)
Microsoft Office GrooveMicrosoft SharePoint Workspace
Microsoft Office OutlookMicrosoft Outlook
Microsoft Operations Manager (MOM)System Center Operations Manager (SCOM)
Microsoft Shared Computer ToolkitWindows SteadyState
Microsoft Virtual PCWindows Virtual PC
Remote Installation Services (RIS)Windows Deployment Services (WDS)
System File ProtectionWindows File Protection
Systems Management Server (SMS)System Center Configuration Manager
Windows Genuine Advantage (WGA)Windows Activation Technology (WAT)
Windows Photo GalleryWindows Live Photo Gallery
Windows Scripting HostWindows Script Host

Get this article in a Downloadable file: See the end of these file of table-16 in APPENDIX section to find this table of lists.

Download PDF here:

http://1drv.ms/1mDyZC9

Download XPS here:

http://1drv.ms/1mDz3BO

------------------------------------------------------------
Posted by: bcdalai

Tuesday, January 5, 2010

Windows Command Guide 2010

Bookmark and Share
Windows Command Guide 2010 (updated 2016)

Version 4.3 Final, Last Updated: Dec, 2015


Photobucket
Welcome to the “Windows Command Guide”. In this guide you will find all types of Windows commands. This guide includes every possible command; those are available on a Windows platform. There are many long and unusual commands, those you may not use commonly – but, these are commands available in Windows platform whether you know it or not. If you have more information, then please share with me. For more information visit the website.

Always download the latest version of this guide from here:


About this Article:
Every computer user knows about Windows commands. This guide contains 550+ Run commands and 700+ additional Windows commands. This guide contains approx. 1200+ Windows commands in various categories. This is very useful for every user - desktop, laptop and server. The objective of this guide is to know more about Windows commands, features and to ease the administrative tasks. The document is maintained by the original author with the feedback and suggestions from IT Pro community. See the version number to check the latest updates.

Contents



PART – 1 (Everyone)



Chapter – 1
Windows RUN Commands
RUN Commands in Windows Vista
RUN Commands in Windows Server 2008 / 2008 R2
RUN Commands in Windows 7
Network RUN Commands


Chapter – 2
RUN Commands for Third-party Applications
Control Panel (applets) Commands
Command-line Tools:
Windows 2000 / XP / Server 2003
Windows Vista / Server 2008 / 2008 R2 /Windows 7


PART - 2 (Advance users)

Chapter – 3
Advance rundll32 Commands:
Windows 2000 / XP / Server 2003
Windows Vista / Server 2008 / 2008 R2 / Windows 7
Netsh Commands
Relative System Paths
Environment Variables
Environment Variables: Windows XP Embedded


Chapter – 4
Recovery Console Commands
Miscellaneous Commands

Appendix – A
Appendix – B: CHANGED FEATURES AND NAMES

REFERENCES

Run Commands:
(Here are few commands to know all about the Windows commands download the complete PDF or XPS document below this page.)
Accessibility Controls: access.cpl
Accessibility Wizard: accwiz
Add Hardware Wizard: hdwwiz.cpl
Add/Remove Programs: appwiz.cpl
Administrative Tools: control admintools
Automatic Updates: wuaucpl.cpl
Bluetooth Transfer Wizard: fsquirtCalculator: calc
Certificate Manager: certmgr.msc
Character Map: charmap
Check Disk Utility: chkdsk
Clipboard Viewer: clipbrd
Command Prompt: cmd
Component Services (DCOM/COM+ configuration): dcomcnfg
Computer Management: compmgmt.msc
Control Panel: control
Date and Time Properties: timedate.cplDDE Shares: ddeshare
Default E-mail client: mailto:
Device Manager: devmgmt.msc
DirectX Diagnostic Tool: dxdiag
Disk Cleanup Utility (Appendix-A1): cleanmgr
Disk Defragment: dfrg.msc
Disk Management: diskmgmt.msc
Disk Partition Manager: diskpart
Display Properties: control desktop
Display Properties: desk.cpl
Display Properties (Appearance tab pre-selected): control color
Dr. Watson System Troubleshooting Utility (16-bit): drwatson
Dr. Watson System Troubleshooting Utility (32-bit): drwtsn32
Driver Verifier Utility: verifier
DVD Placeholder Utility (playing DVD in WMP): dvdplay
Event Viewer: eventvwr
Event Viewer: eventvwr.msc
File Signature Verification Tool: sigverif
Files and Setting Transfer Wizard: migwiz
Folders Properties: control folders
Fonts Folder: control fonts
Fonts Folder: fonts
Game Controllers: joy.cpl
Game: Free Cell: freecell
Game: Hearts Card Game: mshearts
Game: Internet Backgammon: bckgzm
Game: Internet Checkers: chkrzm
Game: Internet Hearts: hrtzzm
Game: Internet Reversi: rvsezm
Game: Internet Spades: shvlzm
Game: Minesweeper: winmine
Game: Pinball: pinball
Game: Solitaire: sol
Game: Spider Solitaire: spider
Group Policy Object Editor: gpedit.msc
Help and Support Center: helpctr
HyperTerminal: hypertrm
Iexpress Wizard (packaging tool): iexpress
Indexing Service: ciadv.msc
Internet Connection Wizard: icwconn1
Internet Explorer (IE): iexplore
Internet Explorer (InPrivate Mode) (IE8 or later): iexplore -private
Internet Explorer (no Add-ons): iexplore -extoff
Internet Properties: inetcpl.cpl
Internet Setup Wizard: inetwiz
Keyboard Properties: control keyboard
Local Security Settings: secpol.msc
Local Users and Groups: lusrmgr.msc
Log Off: logoff
Mail configurations (Outlook / Office Outlook): control mlcfg32.cpl
Microsoft Chat: winchat
Microsoft Management Console (MMC): mmc
Microsoft Media Player (for audio only): mplay32
Microsoft Movie Maker: moviemk
Microsoft Paint: mspaint
Microsoft Paint: pbrush
Microsoft Program Manager: progman
Microsoft Synchronization Tool: mobsync
Mouse Properties: control mouse
Mouse Properties: main.cpl
MS-DOS Editor (editing files in DOS mode): edit
Network Access Protection (NPA) Client UI: napstat
Network Connections: control netconnections
Network Connections: ncpa.cpl
Network Setup Wizard: netsetup.cpl
Notepad: notepad
Object Packager: packager
On Screen Keyboard: osk
Outlook Express: msimn
Password Properties: password.cpl
Performance Monitor: perfmon
Performance Monitor: perfmon.msc
Phone and Modem Options: telephon.cpl
Phone Dialer: dialer
Power Configuration: powercfg.cpl
Printers and Faxes: control printers
Printers Folder: printers
Private Character Editor: eudcedit
Regional Settings: intl.cpl
Registry Editor: regedit
Registry Editor: regedt32
Remote Access Phonebook: rasphone
Remote Assistance: rcimlby –launchra
Remote Desktop: mstsc
Removable Storage: ntmsmgr.msc
Removable Storage Operator Requests: ntmsoprq.msc
Resultant Set of Policy (RSOP): rsop.msc
Scanners and Cameras: sticpl.cpl
Scheduled Tasks: control schedtasks
Security Center: wscui.cpl
Services: services.msc
Shared Folders: fsmgmt.msc
Shutdown Windows (Appendix-A2): shutdown –s –t 00
Sound Recorder: sndrec32
Sounds and Audio: mmsys.cpl
SQL Client Configuration: cliconfg
System Configuration Editor: sysedit
System Configuration Utility: msconfig
System Information: msinfo32
System Information: winmsd
System Properties: sysdm.cpl
Task Manager: taskmgr
Telnet Client: telnet
Telnet Server Admin: tlntadmn
User Accounts 2: control userpasswords2
User Accounts Management: nusrmgr.cpl
Utility Manager: utilman
Windows Address Book: wab
Windows Address Book Import Utility: wabmig
Windows Backup Utility: ntbackup
Windows Diagnose: winmsd
Windows Explorer: explorer
Windows Firewall: firewall.cpl
Windows Installer version checking: msiexec
Windows Magnifier: magnify
Windows Management Infrastructure (WMI): wmimgmt.msc
Windows Media Player (WMP): wmplayer
Windows Media Player 6.4.09 (old version): mplayer2
Windows Messenger: msmsgs
Windows NetMeeting: conf
Windows Picture Import Wizard (require a camera): wiaacmgr
Windows Product Activation (WPA) status: oobe/msoobe /a
Windows System Security Tool: syskey
Windows Update Launches (update website): wupdmgr
Windows Version Information: winver
Windows WordPad: wordpad
Windows Write: write
Windows XP Registration Wizard: regwiz /r
Windows XP Tour Wizard: tourstart

And for more commands...................Download below...
--------------------------------------------
Download PDF here:

http://1drv.ms/1mDyZC9


Download XPS here:

http://1drv.ms/1mDz3BO


Download Flash Version here:
http://www.box.net/shared/8c58rfxpgc

Copyright © 2004-2015 bcdalai.
------------------------
Posted by: bcdalai



Saturday, March 1, 2008

Windows Command Guide 2008

Bookmark and Share
Windows Command Guide 2011
Version 4.3 final (2016 updates)
(with Windows 7 and Server 2008 SP2)
Commands for Everyone

Last Updated: Dec 2015
New Commands in Windows 7:
Programs Commands

Connect to a Network Projector: netproj
Sync Center: mobsync
Resource Monitor: perfmon /res
Performance Monitor: perfmon.msc
Component Services: comexp.msc
Print Management: printmanagement.msc
Windows Memory Diagnostic: mdsched
Math Input Panel: mip
Tablet PC Input Panel: tabtip
Windows Journal: journal
Windows PowerShell ISE (Integrated Scripting Environment) : powershell_ise
Windows PowerShell V2: powershell
Create a System Repair Disc: recdisc
Windows Remote Assistance: msra
XPS Viewer: xpsrchvw
Desktop Gadget Gallery: sidebar /showgadgets
Windows Fax and Scan: wfs
Send feedback: control -name microsoft.feedbacktool
Sticky Notes: stikynot
Scan Management: scanmanagement.msc
Security Configuration Management: secpol.msc
Services For Network File System: nfsmgmt.msc

And many more commands in the pdf file. download the updated file.
--------------------------------------------
This is the latest version of Windows Command Guide. This guide contains more than 1200+ Windows Run commands and also other useful commands and tips.

Please refer to this previous article to know more about.
Download Windows Command Guide 2011 (Final Version):
Download Now
Some Screenshots of this Guide
Click this image to download this FREE GUIDE
Click this image to download this FREE GUIDE
Click this image to download this FREE GUIDE

For more commands and complete lists download free guide from the above or click here.

----------------------
Posted by: bcdalai

Sunday, November 18, 2007

News-Windows Server 2008 Line-up and Pricing

Bookmark and Share
Windows Server 2008 Line-up and Pricing

Photo Sharing and Video Hosting at Photobucket

Like Windows Vista, Windows Server 2008 will be available in a multitude of product versions; eight to be precise, three of which include Hyper-V: Windows Server 2008 Standard, Windows Server 2008 Enterprise and Windows Server 2008 Datacenter.

Two versions offered without Hyper-V are targeted at specific workloads: Windows Web Server 2008 and Windows Server 2008 for Itanium-based Systems.

To complete the product offering, Windows Server 2008 Standard, Windows Server 2008 Enterprise and Windows Server 2008 Datacenter will also be available without the Hyper-V technology.

All server versions will be available in 32-bit or 64-bit versions, with the exception of Windows Server 2008 for Itanium-based Systems, which will only be available as a 64-bit version. Other changes include the availability of Windows Web Server 2008, a 64-bit edition of Web server. The Hyper-V feature will only be available with 64-bit editions of Windows Server 2008.

Pricing for all Windows Server 2008 products will be increasing by approximately 1 percent for all distribution channels. Estimated MSRP* are listed by each version below:
Windows Server 2008 Standard: $999 (with five Client Access Licenses, or CALs)
Windows Server 2008 Enterprise: $3,999 (with 25 CALs)
Windows Server 2008 Datacenter: $2,999 (per processor)
Windows Server 2008 for Itanium-based Systems: $2,999 (per processor)
Windows Web Server 2008: $469
Windows Server 2008 Standard without Hyper-V: $971 (with five CALs)
Windows Server 2008 Enterprise without Hyper-V: $3,971 (with 25 CALs)
Windows Server 2008 Datacenter without Hyper-V: $2,971 (per processor)
For more Info visit
System Requirements for Windows Server 2008:
System Requirements:
ProcessorMinimum: Minimum: 1GHz (x86 processor) or 1.4GHz (x64 processor) Recommended: Recommended: 2GHz or faster
Note: An Intel Itanium 2 processor is required for Windows Server 2008 for Itanium-based Systems.
Memory
Minimum: 512MB RAMRecommended: 2GB RAM or greaterOptimal: 2GB RAM (Full installation) or 1GB RAM (Server Core installation) or moreMaximum (32-bit systems): 4GB (Standard) or 64GB (Enterprise and Datacenter)Maximum (64-bit systems): 32GB (Standard) or 2TB (Enterprise, Datacenter and Itanium-based Systems)
Available Disk SpaceMinimum: 10GBRecommended: 40GB or greater
Note: Computers with more than 16GB of RAM will require more disk space for paging, hibernation, and dump files.
Drive
DVD-ROM drive
Display
Super VGA (800 × 600) or higher-resolution monitor.
Other
Keyboard and Microsoft Mouse or compatible pointing device.
Windows Server 2008 Release Candidate 1
This time-limited release of Windows Server® 2008 Release Candidate 1 will expire on June 30, 2008. After this time, you will need to uninstall the software or upgrade to a later release or a fully-licensed version of Windows Server® 2008. More Info...
Download Page:
Direct Download Links:
Windows Server 2008 Standard RC1 (x86 and x64)
Windows Server 2008 Enterprise RC1 (x86 and x64)
Windows Server 2008 Datacenter RC1 (x86 and x64) **
Windows Web Server 2008 RC1 (x86 and x64)
Windows Server 2008 for Itanium-Based Systems RC1 Link
This product requires a valid product key for activation within 30 days of installation. If you have received a product key via email confirmation, you may use the key with the software you download from this site or with a DVD containing Windows Server® 2008 Release Candidate.
Register to get the product key that extends your evaluation through June 30, 2008:
http://technet.microsoft.com/bb687945.aspx
** This version of Windows Server can’t be downloaded from Microsoft, because the problem in the download page. Microsoft web suite says the page doesn’t exist. If you want to use “Windows Server 2008 Datacenter” edition the download the RC0 version from below.
Windows Server 2008 Datacenter RC0 (x86 and x64).
Windows Server 2008 Product Description:Microsoft Windows Server 2008 helps IT professionals to increase the flexibility of their server infrastructure while offering developers a more robust Web and applications platform for building connected applications and services. Powerful new management tools and security enhancements offer more control over your servers and network and provide advanced protection for your applications and data.
Windows Server 2008 Standard Edition: This edition of Windows Server 2008 provides key server functionality across most server roles and features. It includes both full and Server Core installation options.
Windows Server 2008 Enterprise Edition: This edition builds on Windows Server 2008 Standard Edition to provide greater scalability and availability, and adds enterprise technologies such as failover clustering and Active Directory Federation Services.
Windows Server 2008 Datacenter Edition: This edition offers the same functionality as Windows Server 2008 Enterprise Edition with support for additional memory and processors, and unlimited virtual image use rights.
Windows Web Server 2008: This edition is designed specifically for use as a Web and applications server. Other server roles are not available in this edition.
Windows Server 2008 for Itanium-based Systems: This edition is designed for use with Intel Itanium 64-bit processors to provide Web and applications server functionality on that platform. Other server roles and features may not be available.
*MSRP= Manufacturer Suggested Retail Price
The final release of Windows Server 2008 (RTM) is scheduled to launch in February 27 2008.

Article by: bcdalai

Sunday, September 30, 2007

Microsoft Windows OS Release Dates

Bookmark and Share
-------------------------------------------------------
Microsoft Windows OS Release Dates
-------------------------------------------------------
Last updated: June 24, 2010
{OS Name}- {Release Date}-{OS Type}-{Platform}
1. {OS/2 1.0}- {1987}-{16-bit}-{Non-GUI based}
2. {OS/2 1.1}- {1988}-{16-bit}-{Non-GUI based}
3. {OS/2 1.2}- {1989}-{16-bit}-{Non-GUI based}
4. {OS/2 2.0}- {1992}-{16-bit}-{Non-GUI based}
5. {Windows 1.0/1.01}- {November 20, 1985}-{16-bit}-{Desktop}
6. {Windows 2.0}- {December 9, 1987}-{16-bit}-{Desktop}
7. {Windows 3.0}- {May 22, 1990}-{16-bit}-{Desktop}
8. {Windows 3.1}- {April 6, 1992}-{16-bit}-{Desktop}
9. {Windows for Workgroups 3.1}- {October 27, 1992}-{16-bit}-{Server}
10. {Windows NT 3.1 & 3.1 Advance Server}- {July 27, 1993}-{32-bit}-{Server}
11. {Windows for Workgroups 3.11}- {November 8, 1993}-{16-bit}-{Server}
12. {Windows NT 3.5 Server & Workstation}- {September 21, 1994}-{32-bit}-{Server}
13. {Windows NT 3.51 Server & Workstation}- {May 30, 1995}-{32-bit}-{Server}
14. {Windows 95}- {August 24, 1995}-{16 & 32-bit}-{Desktop}
15. {Windows NT 4.0 Server & Workstation}- {August 24, 1996}-{32-bit}-{Server}
16. {Windows 98}- {June 25, 1998}-{16 & 32-bit}-{Desktop}
17. {Windows 98 SE}- {May 9, 1999}-{16 & 32-bit}-{Desktop}
18. {Windows 2000 Prof. & Server}-{February 17, 2000}-{32-bit}-{Server & Desktop}
19. {Windows Me}- {September 14, 2000}-{16 & 32-bit}-{Desktop}
20. {Windows XP Home & Professional}- {October 25, 2001}-{32-bit}-{Desktop}
21. {Windows Server 2003}- {April 25, 2003}-{32 & 64-bit}-{Server}
22. {Windows Server 2003 R2}- {December 2005}-{32 & 64-bit}-{Server}
23. {Windows XP Media Center Edition 2003}- {December 18, 2003}-{32-bit}-{Multimedia Desktop}
24. {Windows XP Media Center Edition 2005}- {October 12, 2004}-{32-bit}-{Multimedia Desktop}
25. {Windows XP Professional x64 Edition}- {April 25, 2005}-{64-bit}-{Server & Desktop}
26. {Windows Fundamentals for Legacy PCs (WinFLP)(XP SP2)}- {June 08, 2006}-{32-bit}-{for Thin-Client}
27. {Windows Vista (Business versions}-{November 30, 2006}-{32 & 64-bit}-{Desktop}
28. {Windows Vista (Desktop versions}-{January 30, 2007}-{32 & 64-bit}-{Desktop}
29. {Windows Home Server}- {August 2007}-{32 & 64-bit}-{Server on Home Desktop}
30. {Windows Server 2008}- {February 27, 2008}-{32 & 64-bit}-{Server}
31. {Windows 7}- {Oct 22, 2009}-{32 & 64-bit}-{Desktop}
32. {Windows Server 2008 R2}- {Oct 22, 2009}-{64-bit only}-{Server}


Windows Timelines

Picture Source: Wikipedia, Article Link

Download PDF version of this article:
http://www.box.net/shared/vlc8ozhush

Author: bcdalai