Category: Windows
-
Windows server 2012 activation grace period
Slmgr /rearm Shutdown /r /t 0 Thanks, Malcolm
-
How to configure Server Core as Domain Controller
UNOFFICIAL Add-WindowsFeature AD-Domain-Services Import-Module ADDSDeployment Install-ADDSForest ` -CreateDnsDelegation:$false ` -DatabasePath “C:\Windows\NTDS” ` -DomainMode “Win2012” ` -DomainName “CHALMERS.net” ` -DomainNetbiosName “CHALMERS” ` -ForestMode “Win2012” ` -InstallDns:$true ` -LogPath “C:\Windows\NTDS” ` -NoRebootOnCompletion:$false ` -SysvolPath “C:\Windows\SYSVOL” ` -Force:$trye
-
How to install a DNS Server on Server Core
UNOFFICIAL [draft] Install-windowsfeature DNS Add-DnsServerPrimaryZone -Name “DMZ.ServerCore.Net” -ZoneFile “dmz.servercore.net.dns” dnscmd.exe localhost /ZoneAdd 0.209.17.85.in-addr.arpa /Primary /file 209.17.85.in-addr.arpa.dns
-
How to install a DHCP Server on Server Core
UNCLASSIFIED [draft] Install-WindowsFeature DHCP –IncludeManagementTools Add-DhcpServerv4Scope -Name “Internal” -StartRange 192.168.0.10 -EndRange 192.168.0.250 -SubnetMask 255.255.255.0 -Description “Internal Network” Set-DhcpServerv4OptionValue -ScopeID “Internal ” -DNSServer 192.168.0.1 -DNSDomain demo.servercore.net -Router 192.168.0.254 Add-DhcpServerInDC -DNSName demo.servercore.net Source : https://4sysops.com/archives/how-to-install-a-dhcp-server-on-server-core/
-
Do not display last logged on user
You can configure this security setting by opening the appropriate policy and expanding the console tree as such: Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\ How to edit security settings on a group policy object. https://technet.microsoft.com/en-us/library/cc736516(v=ws.10).aspx Thanks, Malcolm
-
How to backup and restore your files in Windows 10
http://microsoft-news.com/how-to-back-up-and-restore-your-files-in-windows-10/
-
Custom Templates in Outlook 2010
1. Create your email and save it as an .oft file in %APPDATA%\Microsoft\Templates 2. In Outlook, Click on New Items, then More Items then Choose Form 3. Change the Look In drop down to User Templates in File System
-
SharpKeys – Remap one key to any other key in Windows
http://sharpkeys.codeplex.com/
-
Remote Server Administration Tools (RSAT) for Windows
http://social.technet.microsoft.com/wiki/contents/articles/2202.remote-server-administration-tools-rsat-for-windows-vista-windows-7-windows-8-windows-8-1-windows-server-2008-windows-server-2008-r2-windows-server-2012-and-windows-server-2012-r2-dsforum2wiki.aspx
-
Windows 2008R2 GPO to set desktop wallpaper
User Configuration > Administrative Templates > Desktop > Desktop