-
Recent Posts
Archives
Meta
- Arduino
- Bing
- Bing Search results
- certificate
- certlm
- certmgr
- Garage
- Group Policy
- grouppolicy.biz
- Group Policy Preference
- Hyper-V
- iphone 6s
- Local Admin
- Microsoft
- MSE
- MSTSC
- Password
- Password Reset
- Performance
- POSH
- PowerShell
- premium
- premiumness
- RDP
- RRAS
- RunAs
- SBSL
- Server 2008 R2
- SQL
- SQl 2008 R2
- ThingSpeak
- Vyatta
- VyOS
- Windows
- Windows 7
- Windows 10
- XPERF
Blogroll
Author Archives: livestreak
Windows To Go Step by Step How To
From the TechNet Wiki: Windows To Go workspace is an enterprise feature of Windows® 8 that enables users to boot Windows from a USB-connected external drive. Windows To Go drives can use the same image that enterprises use for their … Continue reading
Posted in Uncategorized
Leave a comment
Cluster Disk With Identifier (identifier) has a Persistent Reservation on it
cluster.exe node %nodename% /clear:disknumber Check the cluster validation report to get the disk info… From: Fawzi
Posted in Uncategorized
Leave a comment
Cannot rename this connection. A connection with the name you specified already exists.
“ghosted network adapter” Where XXX.XXX.XXX.XXX is the IP address that you are trying to set and Name of adapter is the name of the network adapter that is present in the registry but hidden in Device Manager. Error message when … Continue reading
Posted in Uncategorized
1 Comment
Microsoft Support–Support Lifecycle
http://support.microsoft.com/lifecycle/ “Microsoft Support Lifecycle policy provides consistent and predictable guidelines for product support availability when a product releases and throughout that product’s life.”
Posted in Uncategorized
Leave a comment
Reset Active Directory Restore Mode Password
Run ntdsutil Type set dsrm password To reset on the local server type reset password on server null To reset on another server type reset password on server servername Type q as the DSRM command Type q at Ntdsutil
Posted in Uncategorized
Leave a comment
Mouse Without Borders
Mouse Without Borders …developed by Truong Do who by day is a developed for Microsoft Dynamics. The software is easy to setup and in addition to enabling drag and drop of files, you can lock or log in to all … Continue reading
FileTouch
WTG File Touch When developing or testing software, there are times when you need to reset a file’s date and time created, last modified, and/or last accessed. FileTouch modifies file date/times on individual files, or sets of files. Simply run … Continue reading
Posted in Uncategorized
Leave a comment
Delete Blank Rows Excel
Make a backup Select the column Press F5 Select Special Select Blanks Choose Edit, Delete Done
Posted in Uncategorized
Leave a comment
Windows Command Reference
The Windows command-line tools are used to perform various tasks related to Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows 7, and Windows Vista Windows Command Reference
Posted in Uncategorized
Leave a comment
Running SSMS as an alternate user or from a PC not connected to the Domain
From Pinaki’s Tech Zone and CB-Net and many other sites RUNAS /netonly /user:DOMAIN\Account “C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe” The problem is, we have to create many script files like this to use the software. Fortunately, there is a easier way. Download … Continue reading