Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

  1. 1) Copy rdbss.sys and mrxsmb.sys to system32\drivers directory.
  2. 2) copy the .ini/.bat files to the directory of your choice from the appropriate
  3. sub directory SUR/CAIRO.
  4. 3) run setup.bat -- This initializes the registry.
  5. 3) Reboot the system. The system will come up with the new rdr. The new rdr will be
  6. active as long as it is correctly loaded / unloaded. If the new redirector
  7. fails the workstation service switches over to the old redirector. In order
  8. to switch over to the new redirector run the following command and reboot
  9. regini rdr2.ini
  10. NOTE: Under Cairo the reboot is required because DFS keeps the Redirector
  11. device open. Under SUR this in conjunction with net start/stop rdr toggles
  12. between the old and the new one.
  13. 4) For CAIRO in order to switch to the old redirector use the following
  14. commands ..
  15. regini rdr.ini
  16. regini rdrdfs.ini
  17. and reboot.
  18. Similarly for the new redirector use the following commands
  19. regini rdr2.ini
  20. regini rdr2dfs.ini
  21. and reboot.
  22.