Guest benxxv via WinServerKB.com Posted June 6, 2008 Posted June 6, 2008 HI, Windows 2008 Terminal Server / Vista Client... There are several users in the above scenario, one of the user needs his mouse pointer to be changed. Where I can implement this for this user ? Regards. -- Message posted via WinServerKB.com http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1
Guest Munindra Das [MSFT] Posted June 9, 2008 Posted June 9, 2008 Re: RDP User needs MousePointer change You can change the pointer from inside a TS session exactly like you do in a local session http://www.microsoft.com/enable/training/windowsvista/pointerlook.aspx. Are you trying to do this with a script or program? In that case you will have to use something like SetSystemCursor (http://msdn.microsoft.com/en-us/library/ms648395(VS.85).aspx). -- This posting is provided "AS IS" with no warranties, and confers no rights. "benxxv via WinServerKB.com" <u30064@uwe> wrote in message news:8547dcce6b527@uwe... > HI, > > Windows 2008 Terminal Server / Vista Client... > > There are several users in the above scenario, one of the user needs his > mouse pointer to be changed. Where I can implement this for this user ? > > Regards. > > -- > Message posted via WinServerKB.com > http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1 >
Guest benxxv via WinServerKB.com Posted June 12, 2008 Posted June 12, 2008 Re: RDP User needs MousePointer change Hi, Thankyou, I gone through both links. Let me elaborate my situation. I have windows server 2008 terminal server, published my application using TS RemoteApp. Now, when the user login into my RemoteApp (Just only one application is published), so, inside this application, the user wants a customised mouse pointer. Can you guide me further. Regards. Munindra Das [MSFT] wrote: >You can change the pointer from inside a TS session exactly like you do in a >local session >http://www.microsoft.com/enable/training/windowsvista/pointerlook.aspx. > >Are you trying to do this with a script or program? In that case you will >have to use something like SetSystemCursor >(http://msdn.microsoft.com/en-us/library/ms648395(VS.85).aspx). > >> HI, >> > >> >> Regards. -- Message posted via WinServerKB.com http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1
Guest benxxv via WinServerKB.com Posted June 16, 2008 Posted June 16, 2008 Re: RDP User needs MousePointer change Hi Vera, You have any inputs for me ? Can you please help and point me in RemoteApp Mouse Pointer customization ? Regards. benxxv wrote: >Hi, > >Thankyou, I gone through both links. > >Let me elaborate my situation. I have windows server 2008 terminal server, >published my application using TS RemoteApp. Now, when the user login into my >RemoteApp (Just only one application is published), so, inside this >application, the user wants a customised mouse pointer. Can you guide me >further. > >Regards. > >>You can change the pointer from inside a TS session exactly like you do in a >>local session > >>> >>> Regards. -- Message posted via WinServerKB.com http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1
Guest Munindra Das [MSFT] Posted June 17, 2008 Posted June 17, 2008 Re: RDP User needs MousePointer change Mouse cursor setting is a user policy (under HKEY_CURRENT_USER\Control Panel\Cursors) and not specific to TS or Remote App. So if you set it for an user on the TS server, the cursor should be available inside the RemoteApp opened on the server as well. -- Thanks! This posting is provided "AS IS" with no warranties, and confers no rights. "benxxv via WinServerKB.com" <u30064@uwe> wrote in message news:85be17864b269@uwe... > Hi Vera, > > You have any inputs for me ? Can you please help and point me in RemoteApp > Mouse Pointer customization ? > > Regards. > > benxxv wrote: >>Hi, >> >>Thankyou, I gone through both links. >> >>Let me elaborate my situation. I have windows server 2008 terminal >>server, >>published my application using TS RemoteApp. Now, when the user login into >>my >>RemoteApp (Just only one application is published), so, inside this >>application, the user wants a customised mouse pointer. Can you guide me >>further. >> >>Regards. >> >>>You can change the pointer from inside a TS session exactly like you do >>>in a >>>local session >> >>>> >>>> Regards. > > -- > Message posted via WinServerKB.com > http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1 >
Guest benxxv via WinServerKB.com Posted June 18, 2008 Posted June 18, 2008 Re: RDP User needs MousePointer change Thankyou. Your solution is working fine, provided the user is given full desktop access to the terminal server. Where as in my scenario, I published a RemoteApp, created .RDP file and distributed this to users. Even though I changed the coursor in full desktop mode for this user, when I access it through RemoetApp RDP file, the cursor is again showing as default cursor only, but not the customized one. In RemoteApp distributed .rdp file, I need mouse pointer customization procedure. Regards. Munindra Das [MSFT] wrote: >Mouse cursor setting is a user policy (under HKEY_CURRENT_USER\Control >Panel\Cursors) and not specific to TS or Remote App. So if you set it for an >user on the TS server, the cursor should be available inside the RemoteApp >opened on the server as well. > >> Hi Vera, >> > >>>>> >>>>> Regards. -- Message posted via WinServerKB.com http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200806/1
Recommended Posts