We are using Group Policy to centrally define windows firewall settings. An example of a line is
%programfiles%\FolderName1\FolderName2\File.exe:*:Enabled:Name
or
c:\Folder\file.exe:*:Enabled:Name
I've had no issues but I now have a program that has an executable in the User\Temp folder. I have no choice and have to use the program. My problem is how to pass the variable for the user's name in the path since it will be different for each person logged on. It works if I include the name in the path
C:\Documents and Settings\name\Local Settings\Temp
But if I try %username% it will not work. This may be a smiple one and I appreciate any thoughts. Thanks in advance for any help!
%programfiles%\FolderName1\FolderName2\File.exe:*:Enabled:Name
or
c:\Folder\file.exe:*:Enabled:Name
I've had no issues but I now have a program that has an executable in the User\Temp folder. I have no choice and have to use the program. My problem is how to pass the variable for the user's name in the path since it will be different for each person logged on. It works if I include the name in the path
C:\Documents and Settings\name\Local Settings\Temp
But if I try %username% it will not work. This may be a smiple one and I appreciate any thoughts. Thanks in advance for any help!