Rds 2012 – Web Access customization – Do not type domain

Hi everyone.

Today I am going to speak about RDS 2012 Web Access Customization. This first tip concerns the login page. You have to type the domain when you try to connect on your RDWA. To override this, you can add some few lines on renderscripts.js file. (C:WindowsWebRDWebPages).
Continue reading

Disk view in Task Manager

Hello,

A quick trick here to enable the disk performances view in the new task manager since Windows Server 2012.Indeed, in Windows 8/8.1, by default, you can see the disk’s performances, with usefull informations as read/write speeds.

In Windows Server 2012, by default you get :

TaskManager

To get the disk view, you have to enable it with that command :

Diskperf -y

Note : You need administrator permissions.

Once enabled :

TaskManagerWithDisks

You need to do this one time, it persists after reboots.