ServiceNow Shortcut Icon on Desktops

Pak
Giga Contributor

Has anyone pushed servicenow shortcut icons to people's desktops? My teammate was able to push a shortcut icon to desktop with url link to our servicenow, but it defaulted to the web browser icon image. How do we get it to default to a ServiceNow image icon instead?

3 REPLIES 3

vikas shukla
Kilo Guru

Hi,

steps:

1.just open your Servicenow Home screen in chrome.

2.click on 3 dots which is showing on right upper side.

3.click on More tool option

4. after that click on create shortcut

5. it can create the shortcut in your Computer desktop.

Please mark helpful.

Thanks,

Vikas

Pak
Giga Contributor

Hi Vikas,

How do you push this shortcut icon to everyone within the company? 

Pak, 

      Deploying a shortcut to a user's Desktops can be accomplished via 2 GPO's.

 

GPO 1: Copy Icon File to Local Computer

  1. Create startup.cmd file and save to Domain Controller; see below for startup.cmd file contents.
  2. Create a new Group Policy Object | Startup Script
  3. Edit the GPO, expand Computer Configuration / Policies / Windows Settings / Scripts / Startup.
  4. Click Add and link to startup.cmd file
  5. Click OK and close

GPO 2: Create Desktop Shortcut

  1. Create a new Group Policy Object | Deploy Shortcut
  2. Edit the GPO, expand Computer Configuration / Preferences / Windows Settings / Shortcuts.
  3. Right-click on Shortcuts and select New -> Shortcut.
  4. Select Action = Update.
  5. Target URL is your instance URL
  6. Icon Filepath on local computer from 1st GPO
  7. Click OK and close

Startup.cmd

@echo off

REM ****************************************
REM Copy Shortcut Image
xcopy \\FILESHARE LOCATION\*.* c:\windows\system32\[COMPANY ABBR]_pics /y /d /c /s /e /q /i

 

Thanks,

Derrick Johnson