How can i exec sp_xp_cmdshell_proxy_account

Dear All,

I give some users to check my hard drive space MS SQL Server. But they are have no sysadmin permission.

and then I try to execute as below command:

EXEC sp_xp_cmdshell_proxy_account 'PC\12520', '123';

==================
It still not work.
Please help provide me step to do this.