Zaw Htet
No battle was ever won by people who run!
Friday, October 2, 2009
Mounting Folder as Drive in Windows
In command prompt:
C:\> subst
:
Eg: subst E: C:\Test\temp
Removing Virtual Drive
C:\ subst /d
Eg: subst /d E:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Funny Girl !!!
Exchange 2010 - PowerShell Commands
Restart Exchange Services Get-Service | ? { $_.name -like "MSExchange*" -and $_.Status -eq "Running"} foreach ($servic...
Network Connectivity Status Indicator
Windows Server 2008 includes a feature called Network Connectivity Status Indicator (NCSI), which is part of a broader feature called Net...
No comments:
Post a Comment