The Hidden user share creation definetly worked! It creates the hidden share, but it only gives everyone "Read" access! I know I should be looking around and find the right syntax, but if you guys have it handy would be much apprechiated!
the one I am using at the mo is:
for /F "Tokens=*" %%i in ('Dir /B E:\Users') do NET SHARE %%i$=E:Users\%%i /Y /G im\%%i :F
As you can see I am trying to put Grant access with Full switch, but is not working..!?
Heelppppp
So close but yet sooooo faaar!