VMware

This Question is Answered

5 Replies Last post: Jan 19, 2006 12:19 PM by bvciske  

hgfs.dat not being deleted from c:\docs and set..\username\app data\vmware posted: Jan 19, 2006 7:26 AM

Click to view bvciske's profile Hot Shot 254 posts since
Mar 15, 2004
My Citrix admin tells me that this file is supposed to be deleted at log off, but is not from our vm Citrix servers. apparently it is a profile? At any rate have any of you encountered this? Currently I have him checking to verify that a user account has access to delete the file.
As always, thanks in advance.
Click to view EnsignA's profile Hot Shot 140 posts since
Mar 22, 2005
Access the Windows Registry. Choose Start > Run, then type regedit. The Registry Editor window opens.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\.
Right-click ProviderOrder and choose Modify. In the Edit String Value dialog box, edit the value data string and remove the word hgfs.
For example, if the value data string contains LanmanWorkstation,hgfs then change it to LanmanWorkstation.
If the value data string contains only hgfs, then erase it and leave the value data string empty.
Click OK.
Close the registry editor. Choose File > Exit.
Reboot the virtual machine.
Click to view Jasemccarty's profile Champion 3,806 posts since
Apr 5, 2005
I ran into this a while back, and setup a Group Policy in AD, to force LanmanWorkstation as the only value in this key.

Here's what I used... Save it as whatever.adm, and add it to your Administrative Templates, so all VM's in whatever OU you assign your GPO to can use it.
[code]

CLASS MACHINE ;This modifies the HKEY_LOCAL_MACHINE portion of the registry
; the following command creates a node called Desktop Settings
; under User Configuration.

CATEGORY !!categoryname

; the following command specifies the registry key to modify
KEYNAME "SYSTEM\CurrentControlSet\Control\NetworkProvider\Order"

; the following command specifies the name of the policy
; by using the variable "policyname"
POLICY !!policyname

; the following command specifies text on the Explain tab
EXPLAIN !!explaintext

; the following command creates a PART that contains a list box
PART !!labeltext

EditText

; the following statement specifies the registry value to modify
VALUENAME "ProviderOrder"
MAXLEN 255
DEFAULT "LanmanWorkstation"

END PART
END POLICY
END CATEGORY

; the following strings section assigns character strings
; to the variable names specified in the previous section
[strings]
categoryname="VMWare Shared Folders"
policyname="Disable VMware Shared Folders"
explaintext="This policy disables VMware Shared Folders."
explaintext_Help="http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1317"
labeltext="Disable VMware Shared Folders"[/code]

Click to view MichaelJKnight's profile Hot Shot 239 posts since
Nov 3, 2004
Hi,

From what I remember we experienced a similar issue and decided not to not select the Shared Folders option during the VMtools installation and it went away.

Michael.
Click to view kix1979's profile Champion 3,769 posts since
Oct 14, 2004
Please read FAQ 1135 as it relates to the specific issue you are having.
http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1135

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities