cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide or remove to CheckInOut.exe,ShowDetails.exe?

shosho
Champ on-the-rise
Champ on-the-rise

I installed alfresco-community 201605 to linux(CentOs7) Server.

I try to CIFS function then I see _CheckInOut.exe and _ShowDetails.exe each folders from Client PC of windows7.

but I do'nt want to see these files so I was look into how to hidden or remove these files from internet as below.

http://sergey-lysenko-blog.blogspot.jp/2011/09/alfresco-desktop-actions-in-cifs.html

But I can't found described file-servers-context.xml in WEB-INF/classes/alfresco/subsystems/fileServers/default/ folder on my linux server.

Who know how to hidden or remove these file?.

1 ACCEPTED ANSWER

cesarista
World-Class Innovator
World-Class Innovator

Try with this in alfresco-global.properties

cifs.pseudoFiles.enabled=false

cifs.pseudoFiles.explorerURL.enabled=false
cifs.pseudoFiles.shareURL.enabled=false

Hope this helps.

--C.

View answer in original post

3 REPLIES 3

cesarista
World-Class Innovator
World-Class Innovator

Try with this in alfresco-global.properties

cifs.pseudoFiles.enabled=false

cifs.pseudoFiles.explorerURL.enabled=false
cifs.pseudoFiles.shareURL.enabled=false

Hope this helps.

--C.

shosho
Champ on-the-rise
Champ on-the-rise

Hi Mr Cesar.

Thank you for your reply.

I'll try It.

and I'll report result.

Thanks

shosho
Champ on-the-rise
Champ on-the-rise

Hi Mr Cesar.

I tried your Advice. _CheckInOut.exe and _ShouDetails.exe were hidden on CIFS. My goal has been solved.  Thank you very much.

shosho