Skip to main content

Posts

Showing posts from April, 2015

Individual css for every li node

Dear All If you are looking for define individual node for every css here is a code  for first node li:first-child { background: #ff0000; } for last node li:last-child { background: #ff0000; } for nay number of node (change the 2 with the number of node you want to apply the style) li:nth-child(2) { background: #ff0000; } Regards Rashid Imran Bilgrami

How to convert and crack windows server 2012 from Evaluation to Full

Dear All This is a way how you Convert Evalution to Full Step1: Open CMD and run following command DISM /online /Get-CurrentEdition <edition ID> is like ServerStandard with out Eval Step 2: DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula WINDOWS SERVER 2012 Serial Key Windows Server 2012 DataCenter: 48HP8-DN98B-MYWDG-T2DCC-8W83P Datacenter: Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW Standard: XC9B7-NBPP2-83J2H-RHMBY-92BT4 Standard R2: DBGBW-NPF86-BJVTX-K3WKJ-MTB6V Server Essentials: K2XGM-NMBT3-2R6Q8-WF2FK-P36R2 For Standard R2 here is a command For R2 its like that DISM /online /Set-Edition:ServerStandard /ProductKey:DBGBW-NPF86-BJVTX-K3WKJ-MTB6V /AcceptEula Regards

Enable Multiple Remote Desktop Session in windows 2012

Dear All, Here is the way you can enable Multiple Remote Desktop Sesison Enable Multiple RDP Sessions Log into the server using Remote Desktop. Open the start screen (press the Windows key) and type gpedit.msc and open it Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections. Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled. Double click Limit number of connections and set the RD Maximum Connections allowed to 999999.