Archive

Posts Tagged ‘Windows’

Use DOS FOR loop to modify premissions on files/folders

July 18th, 2008 No comments

This assumes your usernames and homdirs are the same for example : user: alfred homedir : alfred

for /F %u in ('DIR /B A*.*') do v:\tools\xcacls.exe %u /T /E /C /G %u:RCWD /y

Windows vista – missing your telnet ?

June 10th, 2008 No comments

Click Start, click Control Panel, and then click Programs. In the Programs and Features area, click "TELNET CLIENT" Apply.

Reset TCP/IP in windows XP/2003

June 6th, 2008 No comments

netsh ip reset

more info here : http://support.microsoft.com/kb/299357 When all else fails and you still cant get your network to work , try this.