Hi All,
We have requirement from our management to block network browsing from windows explorer.exe. We have tried all the options and found the loopholes. Our requirement is very simple. People should have no access to any network path or storage or the network storage unc path (\\storageserver ). Only the specific applications should have access to the storage in user mode. For example Notepad.exe which we can able to open files through notepad open option.
We have tried below options in group policy object but it didn't given more flexibility to block the complete browsing access to the network shared folders.
Tried the following options.
1) We have hide the drives in group policy
2) We have switch off the network discovery settings in control panel.
3) We have created $ share (\\server\share$ path in the NAS storage) folder.
4) We have removed Network icon from the Desktop using group policy.
5) We have restricted access to Run command.
In spite of the above, in the third option people may get to know the path and trying to use the unc path in windows explorer address bar (\\server\share$).
We are trying to setup our own shell in windows using the code of some opensource windows shells in the internet. But it needs lot of coding and time efforts.
Please suggest if anybody knows how to hide address bar in the windows explorer. So that, we can accomplish the complete setup required for this project.
Best Regards, Surendra