-
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
Automated Microsoft Security Essentials Installation
From Alex Verboon @ECHO OFFEcho Downloading Microsoft Security Essentials 2.0 (x86)start /wait bitsadmin /TRANSFER MSE20 http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe %TEMP%\mseinstall.exe Echo Installing Microsoft Security Essentials 2.0 (x86)start /wait %temp%\mseinstall.exe /s /runwgacheck /o Echo Updating Microsoft Security Essentials Signatures”C:\Program Files\Microsoft Security Client\msseces.exe” /updatepause
clip.exe
CLIP Description: Redirects output of command line tools to the Windows clipboard. This text output can then be pasted into other programs. Parameter List: /? Displays this help message. Examples: DIR | CLIP Places a copy of the current directory … Continue reading
Posted in Uncategorized
Leave a comment
SQL Server – Export Maintenance Plan
From: WARDY IT Open SQL Server Management Studio Select File | Connect Object Explorer Change the Server Type to Integration Services and connect to the server Expand Servername (Integration Services) | Stored Packages | MSDB | Maintenance Plans Right Click … Continue reading
Posted in Uncategorized
Leave a comment
AD Database Structure
Schema Partition – Definition of object classes Configuration Partition – The structure of AD, such as sites, site links Domain Naming Context – Users, groups, printers, OUs From SelfADSI & Other Gurus.
Posted in Uncategorized
Leave a comment
A black screen may appear while logging on via RDP
Symptoms: While logon into a remote server by using remote desktop, the following issues may occur: 1. A slow logon process. 2. A black screen appear for a while, until the regular desktop appear. Solution 1. Disable the use … Continue reading
Posted in Uncategorized
Leave a comment
Uninstall or change a program
appwiz.cpl Start, Computer, Uninstall or change a program
Posted in Uncategorized
Leave a comment
SQL Server 2005 and 2008 – Backup, Integrity Check and Index Optimization
http://ola.hallengren.com/ “I have developed a solution for backup, integrity check and index optimization in Microsoft SQL Server 2005, Microsoft SQL Server 2008 and Microsoft SQL Server 2008 R2. The solution is based on stored procedures, functions, sqlcmd and SQL Server … Continue reading
Posted in Uncategorized
Leave a comment
Microsoft Update Error “SendRequestUsingProxy failed”
Having problems with: WARNING: Send failed with hr = 80072ee2 WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2 Try the following site: http://support.microsoft.com/kb/836941 Looking at the following command “netsh winhttp reset proxy” and checking the “%windir%\system32\drivers\etc\hosts” file
Posted in Uncategorized
Leave a comment
Windows Command Reference
Describes the use of the command line tools used in Windows Server 2008 R2, 2008, 2003, Windows 7 and Vista: Windows Command Reference An A-Z list on Windows Server TechCenter is also available: http://technet.microsoft.com/en-us/library/cc772390(WS.10).aspx