<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lupigabriel &#187; Explorer</title>
	<atom:link href="https://www.lupigabriel.it/tag/explorer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lupigabriel.it</link>
	<description>Create something new is nice... Create something useful is important!</description>
	<lastBuildDate>Wed, 27 May 2015 01:59:17 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.22</generator>
	<item>
		<title>PrivateArk Workspace Link</title>
		<link>https://www.lupigabriel.it/privateark-workspace-link/</link>
		<comments>https://www.lupigabriel.it/privateark-workspace-link/#comments</comments>
		<pubDate>Mon, 30 Jun 2014 15:36:15 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Repository]]></category>
		<category><![CDATA[CyberArk]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[PrivateArk]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workspace]]></category>

		<guid isPermaLink="false">http://www.lupigabriel.it/?p=249</guid>
		<description><![CDATA[This VBScript must be run as a logon script of windows GPO that will create the CyberArk PrivateArk Workspace Link in Windows Explorer Favorites Requirements: CyberArk PrivateArk Microsoft Windows 7 or higher PrivateArkWorkspaceLink_v1.0.vbs [crayon-6a91b185f4164124514981/]]]></description>
				<content:encoded><![CDATA[<p>This VBScript must be run as a logon script of windows GPO that will create the CyberArk <strong>PrivateArk Workspace Link</strong> in Windows Explorer Favorites</p>
<p><strong>Requirements:</strong></p>
<ul>
<li><em>CyberArk PrivateArk</em></li>
<li><em>Microsoft Windows 7 or higher</em></li>
</ul>
<p><a href="http://www.lupigabriel.it/wp-content/uploads/2014/06/PrivateArkWorkspaceLink_v1.0.vbs.zip" class="mtli_attachment mtli_zip" rel="mtli_filesize716b">PrivateArkWorkspaceLink_v1.0.vbs</a></p>
<p></p><pre class="crayon-plain-tag">' ##############################################################################
' #                                Lupi Gabriel                                #
' #                             www.lupigabriel.it                             #
' #                            info@lupigabriel.it                             #
' ##############################################################################
' #            Copyright (c) 2014 Lupi Gabriel All rights reserved.            #
' ##############################################################################
' # VERSION    : 1.0                                                           #
' # FILE       : PrivateArkWorkspaceLink_v1.0.vbs                              #
' # CLASS      : Script                                                        #
' # LANGUAGE   : VB Script                                                     #
' # OUPUT      : "%UserProfile%\Links"                                         #
' ##############################################################################



On Error Resume Next

Set oShell = CreateObject("WScript.Shell")
Set objFSO = CreateObject("Scripting.FileSystemObject")

If objFSO.FileExists(oShell.ExpandEnvironmentStrings("%PROGRAMFILES%") &amp; "\PrivateArk\Client\Arkui.exe") = True Or objFSO.FileExists(oShell.ExpandEnvironmentStrings("%PROGRAMFILES(X86)%") &amp; "\PrivateArk\Client\Arkui.exe") = True Then
	If objFSO.FileExists(oShell.ExpandEnvironmentStrings("%USERPROFILE%") &amp; "\Links\Workspace.lnk") = False Then
		If objFSO.FolderExists(oShell.ExpandEnvironmentStrings("%APPDATA%") &amp; "\CyberArk\PrivateArk\Workspace") = True Then
			Set oShortCut = oShell.CreateShortcut(oShell.ExpandEnvironmentStrings("%USERPROFILE%") &amp; "\Links\Workspace.lnk")
			oShortCut.TargetPath = oShell.ExpandEnvironmentStrings("%APPDATA%") &amp; "\CyberArk\PrivateArk\Workspace"
			oShortCut.Save
		End If
	End If
Else
	If objFSO.FileExists(oShell.ExpandEnvironmentStrings("%USERPROFILE%") &amp; "\Links\Workspace.lnk") = True Then
		objFSO.DeleteFile oShell.ExpandEnvironmentStrings("%USERPROFILE%") &amp; "\Links\Workspace.lnk"
	End If
End If</pre><p></p>
<style type="text/css">a[rel~="mtli_filesize716b"]:after {content:" (716 b)"}</style>]]></content:encoded>
			<wfw:commentRss>https://www.lupigabriel.it/privateark-workspace-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
