Table of Contents: Not for the faint of heart, or computer non-savey 1.Browser HiJacking Notes 2.Enable File Sharing in XP 3.Reinstalling TCP/IP in XP 4.Drive Letter/Path Sharing 5.Printer Sharing 6.DNS Name Servers 7.Administrative Shares 8.Preventing Browser HiJacking, Modifying Local Machine Zone 9.List of Net Commands 10.Possible Script to run for mappings 11.Internet Time Update For Win2k and WinXP 12.Installing Win2k after WinXP, and being able to boot up Both O/S's 13.Starting xp o/s install in IDE mode, then changing to AHCI 14.Creating Batch file for backing up files out of Windows 7 15.File Sharing in Windows 7 16.Setting up auto login in Windows 7 with password, or blank password for network logon. 17.Mapping Drives in Windows 7 18.Slow network in Windows 7/Vista Fix 19.How to create a 2nd set of HP recovery DVD's 20.Favicon Format 21.How to Recover a Bricked Linksys Router 22.Backup Windows 7 Files Using Robocopy with batch file 23.Speed up Windows 7 Boot Time by 100% to 300% 24.Speed up Folder listing of Mapped Network Drives 25.Add Quick Launch to Windows 7 26.Speed up Folder listing in Windows 7 Explorer 1.1.1.1.1.1.1.1.1.1.1.1.1.1- - Browser HiJacking Notes - - - - - - - - - - - - - - - You may have to alternate between regular boot and F8-Safe Mode to clear out spyware Go to Windows, \System and \System32 directories, look for latest dates of files being created. Go to Hosts file in system32\drivers\etc and look for entries. Run Processxp and then start Internet Explorer and look for proc running right underneath ie. use autoruns to find startup files added to registry. Delete all new files under windows that look suspicious, kill process, remove from run. Use Adaware SE or Webroot Spy Sweeper or Giant Software or Counter Spy,and HiJack This in safe mode after deleting all. Good Luck, may the force always be with you. 2.2.2.2.2.2.2.2.2.2.2.2.2- - - Enable File Sharing in XP - - - - - - - - - - - - - - - To display the Security tab Open Folder Options in Control Panel. On the View tab, under Advanced settings, clear Use simple file sharing [Recommended]. Install Netbeui for a simple solution to share printers and files. 3.3.3.3.3.3.3.3.3.3.3.3.3.3- - - Reinstalling TCP/IP in XP - - - - - - - - - - - - - - - The NetShell utility (netsh) is a command-line scripting interface for configuring and monitoring Windows XP networking. This tool provides an interactive network shell interface to the user. In Windows XP, a reset command is available in the IP context of the NetShell utility. When you run the reset command, it rewrites pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to reach the same result as the removal and the reinstallation of the protocol. SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ SYSTEM\CurrentControlSet\Services\DHCP\Parameters\ Command usage netsh int ip reset [log_file_name] To run the command successfully, you must specify a file name for the log where actions that are taken by netsh will be recorded. For example, at a command prompt, type either of the samples that are listed in the "Command samples" section. The TCP/IP stack will then be reset on a system, and the actions that were taken will be recorded in the log file, Resetlog.txt. The first sample creates the log file in the current directory, while the second sample creates a path where the log will reside. In either case, where the specified log file already exists, the new log will be appended to the end of the existing file. Warning Programs that access or monitor the Internet such as antivirus, firewall or proxy clients may be negatively affected when you run the netsh winsock reset command. If you have a program that no longer functions correctly after you use this resolution, reinstall the program to restore functionality. Command samples netsh int ip reset resetlog.txt netsh int ip reset c:\resetlog.txt 4.4.4.4.4.4.4.4.4.4.4.4.4.4.4.4- - - Drive Letter/Path Sharing - - - - - - - - - - - - - - - - net use DriveLetter1: /delete /y net use DriveLetter1: \\Server\Share1$ net use DriveLetter2: /delete /y net use DriveLetter2: \\Server\Share2$ with the NET USE - command on Windows 2000 systems in a Command-Prompt Window: NET USE : \\\\ net use x: \\computername or computerIPaddress\sharename /persistant:y may not always work 5.5.5.5.5.5.5.5.5.5.5.5.5.5.5.5- - Printer Sharing - - - - - - - - - - - - - - - - - - - - - - - add these to batch file and put in registry start up or start menu startup for connectivity each time. net use \\computeripaddress\printersharename net use \\computername\printersharename better yet, install netbeui on both computers and try again 6.6.6.6.6.6.6.6.6.6.6.6.6.6.6- - DNS Name Servers - - - - - - - - - - - - - - - - - - - - - - Verizon (Level3) Nameservers 4.2.2.1 4.2.2.2 4.2.2.3 4.2.2.4 4.2.2.5 4.2.2.6 Google Nameservers 8.8.8.8 8.8.8.4 SpeakEasy Nameservers 66.93.87.2 216.231.41.2 216.254.95.2 64.81.45.2 64.81.111.2 64.81.127.2 64.81.79.2 64.81.159.2 66.92.64.2 66.92.224.2 66.92.159.2 64.81.79.2 64.81.159.2 64.81.127.2 64.81.45.2 216.27.175.2 66.92.159.2 66.93.87.2 ORSC Public Access DNS Nameservers 199.166.24.253 199.166.27.253 199.166.28.10 199.166.29.3 199.166.31.3 195.117.6.25 204.57.55.100 Sprintlink General DNS 204.117.214.10 199.2.252.10 204.97.212.10 Cisco 128.107.241.185 192.135.250.69 PUBLC ORSC 199.166.28.10 (PS0.NS2.VRX.NET) - Atlanta, Ga 199.166.29.3 (nl.public.rootfix.net) - Nederlands 199.166.31.3 (NS1.QUASAR.NET) - Orlando, FL, USA 199.5.157.128 (ASLAN.OPEN-RSC.ORG) - Detroit, MI, USA 7.7.7.7.7.7.7.7.7.7.7.7.7.7- - - Administrative Shares - - - - - - - - - - - - - - - - - Using Administrative Shares By default, each Windows NT/2000 computer creates hidden shares to each drive letter (using the drive letter followed by the $ sign). If you are in a networked environment you can gain access to another computer's drives and even run programs remotely by using UNC at the run command. For example, you can run User Manager for domains on your PDC from a user's machine with "\\SERVERNAME\C$\WINNT\system32\USRMGR.EXE." This requires administrative rights. 8.8.8.8.8.8.8.8.8.8.8.8- - Preventing Browser HiJacking, Modifying Local Machine Zone- - - - - - - If you do not feel comfortable editing the registry, call digitalpete for an appointment. Click Start, Run, type regedit and click OK. In the HKEY_CURRENT_USER folder, find the following Registry key: SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 0 In that key, the Flags value, which is a DWORD, controls whether or not the Local Machine Zone is visible in IE's Security tab. Set the data value to 47 (in hexadecimal) to display the zone or 21 (in hexadecimal) to hide it. Microsoft's description of this procedure is in KB article 315933. After you've made the change, you can then apply to the Local Machine Zone the settings as described below. Click the Custom Level button. In the dialog box that appears, change the following settings to the values shown: ActiveX controls and plug-ins • Download signed ActiveX controls: Disable • Download unsigned ActiveX controls: Disable • Initialize and script ActiveX controls not marked as safe: Disable • Run ActiveX controls and plug-ins: Disable ** This may need to be enabled, try disable first • Script ActiveX controls marked safe for scripting: Disable Downloads • Font Download: Disable Microsoft VM • Java permissions: High Safety Miscellaneous • Allow META REFRESH: Disable • Display mixed content: Disable • Drag and drop or copy and paste files: Enable **Disable in WinXP • Installation of desktop items: Disable • Launching programs and files in an IFRAME: Disable • Navigate sub-frames across different domains: Disable • Software channel permissions: High Safety • Userdata persistence: Disable Scripting • Active scripting: Disable • Allow paste operations via script: Disable • Scripting of Java applets: Disable User Authentication • Logon: Prompt for username and password 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9- - - List of Net Commands- - - - - - - - - - - - - - - - - - - Display a local share NET SHARE sharename Display a list of computers in the current domain. NET VIEW To see a list of shares on a remote computer NET VIEW \\ComputerName To see a list of all shares in the domain: NET VIEW /DOMAIN To see a list of shares on a different domain NET VIEW /DOMAIN:domainname To see a list of shares on a remote Netware computer NET VIEW /NETWORK:NW [\\ComputerName] Create a new local file share NET SHARE sharename=drive:path /REMARK:"text" [/CACHE:Manual | Automatic | No ] Limit the number of users who can connect to a share NET SHARE sharename /USERS:number /REMARK:"text" Remove any limit on the number of users who can connect to a share NET SHARE sharename /UNLIMITED /REMARK:"text" Delete a share NET SHARE {sharename | devicename | drive:path} /DELETE Delete all shares that apply to a given device NET SHARE devicename /DELETE In this case the devicename can be a printer (Lpt1) or a pathname (C:\Docs\) Join a file share (Drive MAP) NET USE [driveletter:] \\ComputerName\ShareName /PERSISTENT:YES Join a file share (Drive MAP) - Win 2K / XP NET USE [driveletter:] \\ComputerName\ShareName\folder1\folder2 /PERSISTENT:YES Join a file share (Drive MAP) - with a "long" share name NET USE [driveletter:] "\\ComputerName\ShareName" Join a password protected file share (Drive MAP) NET USE [driveletter:] \\ComputerName\ShareName[\volume] [password | *] [/USER:[domainname\]username] [/PERSISTENT:YES] In the above command /USER can also be specified as: [/USER:[dotted domain name\]username] [/USER:[username@dotted domain name] Join a file share (Drive MAP) and wait before continuing START /wait NET USE [driveletter:] \\ComputerName\ShareName Join a Printer Share NET USE [LPTx:] \\ComputerName\printer_share /PERSISTENT:YES Join a Printer Share - with a "long" share name NET USE [LPTx:] "\\ComputerName\printer_share" Connect a user to their HOME directory NET USE [devicename | *] [password | *]] [/HOME] Disconnect from a share NET USE [driveletter:] /DELETE Change the default connection type NET USE [/PERSISTENT:{YES | NO}] Display all the open shared files on a server and the lock-id NET FILE Close a shared file (disconnect other users and remove file locks) NET FILE id /CLOSE List all sessions connected to this machine NET SESSION List sessions from a given machine NET SESSION \\ComputerName Disconnect all sessions connected to this machine NET SESSION /DELETE Disconnect all sessions connected to this machine (without any prompts) NET SESSION /DELETE /y Disconnect sessions from a given machine NET SESSION \\ComputerName /DELETE Notes: NET SESSION displays incoming connections only, in other words it must be run on the machine that is acting as the server. NET USE command can map a network printer to an LPT port (for DOS type applications that print to a port.) but this does not add the printer to Control Panel - Printers. By default Mapped drives, have a 15 minute idle session timeout, you can modify this timeout with the NET CONFIG command. This timeout affects NT/2K/XP but is visible in the XP GUI. To create file shares the SERVER service must be running, which in turn requires 'File and Print Sharing' to be installed. 10.10.10.10.10.10.10.10.10.10- - - Possible Script to run for mappings - - - - - - - - - - - - - - - - - - - - @echo off net use e: /delete net use f: /delete net use e: /home net use f: \\server1\public However, the xp machines work fine with this batch file (and the win98 machines do not): @echo off net use e: /home /persistent:no net use f: \\server1\public /persistent:no I think I found the solution, I just have to detect which o/s and then branch to that o/s specific part of the script, something like this : @echo off Rem Branched startup script for Kixtart. Rem Windows XP drops all parameters after EXE if %0 is used. Rem %0\..\ is only required for Windows 95, 98, and Me. Rem Detect OS (NT or other) if (%OS%) == (Windows_NT) goto NT_XP :9x %0\..\kix32.exe myscript.scr goto end :NT_XP kix32.exe myscript.scr :end 11.11.11.11.11.11.11.11.11.11- - - Internet Time Update For Win2k and WinXP - - - - - - - - - - - - - - - - - - - - - - - - - For Windows 2000 Pro - - - - - - Go to Control Panel, (Win2k)Administrative Tools, Services. Find Windows Time, open up and set to Started, and Automatic. Open Command Prompt (Dos Window) at the prompt type: net time /setsntp:tock.usno.navy.mil To check that you've done it properly at the prompt type: net time /querysntp and it should say The Current SNTP Value is: tock.usno.navy.mil or something similar - - - - - For Windows XP Pro - - - - - - - open regedit in run go to \HKLM\Software\Microsoft\Windows\CurrentVersion\DateTime\Servers modify the binary data for 0 from nist.time.gov to 129.6.15.28 Go to Time in Task bar, Internet Time, and select the 129.6.15.28 entry go to HKLM\System\CurrentControlSet\Services\W32Time\TimeProviders\Ntpclient change or add SpecialPollInterval Type=Reg_dword Data=1020(binary) this = 17 minutes in seconds you can change to whatever you like in seconds that system polls external time server to update time accuracy. Run InternetTime.exe to change update interval to whatever you like if you are Registry-Shy 12.12.12.12.12.12.12.12.12- - - Install Win2k after WinXP and be able to boot both O/S's - - - - - - - - - - - - Backup NTLDR and NTDETECT.COM 1) In Windows XP, open Windows Explorer and locate NTLDR and NTDETECT.COM in the root directory of your boot drive. These are usually Hidden files, so you'll have to adjust your Explorer options to show them. 2) Copy these files to a blank, formatted floppy, or other location that will be available after the Win2K install. Install Windows 2000 1) Boot your computer from the Win2K CD and continue with the installation. 2) Proceed with the install. Install Windows 2000 to a different partition than XP is installed in. 3) Complete the Windows install. Allow the computer to boot into Windows 2000. Repairing the Windows® XP Boot Loader When the Windows 2000 installation is done, boot the computer into Windows 2000, not Windows XP. 1) Insert the floppy disk that you used earlier (or access the location you used), to backup NTLDR and NTDETECT.COM 2) Copy NTLDR and NTDETECT.COM back to the root directory of your boot drive. Again, you may have to adjust your Explorer Options. Now, you'll be able to restart your computer and boot into Win 2K or Win XP. This procedure is necessary because the Win XP version of NTLDR and NTDETECT.COM will boot Windows 2000, but not vice-versa. 13.13.13.13.13.13.13.13.13.13.13.13.-------------------Starting xp o/s install in IDE mode, then changing to AHCI------------------------ Manufacturer Response: Dear Valued Customer, We apologize for the issues you are experiencing with this motherboard. The default SATA configuration on this motherboard is 'AHCI', but you can enter the BIOS and change this option to 'IDE' which will allow you to install Windows XP without needing a floppy driver for the AHCI drivers. If you install Windows XP in IDE mode and then later want to change over to AHCI mode for the advanced features but have you previous install still work, then you can go to the following link http://support.microsoft.com/kb/922976 to download a registry patch that will enable AHCI mode on your Windows XP install. After running this patch, you can enter the BIOS and change the SATA config. from IDE to AHCI -> then reboot and XP should start up no problem and now be able to utilize the advanced AHCI features. Sincerely, ASUS Support Team 14.14.14.14.14.14.14.1414.14.14.14-----Creating Batch file for copying files out of Windows 7---------------------- When creating batch files for My Documents in Windows 7, the path is "c:\users\joblo\documents" even though it says My Documents, there is no folder by that name. Use documents as above and all will work well. 15.15.15.15.15.15.15.15.15.15.15.15.------------File Sharing in Windows 7-------------------------------------------- If you want file sharing to work with XP/Window 7 computers, you must get rid of home groups completely, go to advanced file sharing and change permissions to 56 bit, open everything up, leave passwords in place. You may also have to go to grpedit to disable the no password at console only setting. 16.16.16.16.16.16.16.16.16.16.16.16--------------Setting up auto login in Windows 7 with password or blank password for network logon---------- The Checkbox was not there for me either. So you could just follow the same procedure Microsoft had for windows xp. 1. Press the Windows key + R on your keyboard to launch the “Run” dialog box. 2. Type regedit and hit enter to open the Registry Editor 3. Then browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\ 4. Set AutoAdminLogon = 1 (create it if doesn't exist its a string variable) 5. Set DefaultUserName = your username (create it if doesn't exist its a string variable) 6. Set DefaultPassword = your password (create it if doesn't exist its a string variable) Windows Settings > Security Settings > Local Policies > Security Options 3- In right panel, right click “Accounts: Limit local account use of blank passwords to console login only” and select properties and select Disable 17.17.17.17.17.17.17.17.17.17.17.17-----------Maping Network Drives on Windows 7 Pro or Ultimate--------------------------------- *. Upgrade to Professional to get the Security Policy editor: http://social.technet.microsoft.com/Forums/en/w7itprosecurity/thread/14fc5037-3386-4973-b5d8-2167272ff5ad *. Do this magic: Run, secpol.msc Under local security policies, make sure under Local Policies > Security Options > Network Security: LAN Manager Authentication level , that “Send LM & NTLM, use NTLMv2 session security is negotiated” is chosen It's really lame of Microsoft to force an upgrade to Professional for cross domain drive mounts. Proposed As Answer byWin7Noobee Friday, January 15, 2010 5:08 PM ReplyQuote Friday, January 15, 2010 5:12 PM Win7Noobee Sign In to Vote The way I fixed it was this way. Sorry, my answer is worded for a NAS device but the trick would probbaly work for the orig poster: To make things work, I had to trick windows into thinking that the two shares were on separate servers by adding an alias entry in the hosts file (system32/drivers/etc/hosts) 192.168.0.103 DNS323USERS Then I mapped one share using \\192.168.0.103\Sync and the other using \\DNS323USERS\Users The above worked. So much for a security policy! Microsoft: Please dont fill the security hole! BTW, winXP works fine without this hack. Im going to guess its a bug in win7. This is a very common scenario for people using NAS devices which are getting more and more popular every day. ReplyQuote In Windows 7, go to Control Panel>All Control Panel Items>Network and Sharing Center. Click on "Change advanced sharing settings". You don't want to use Homegroup unless you have all Windows 7 machines. If you do and you want to use Homegroup, see Windows 7's Help & Support. Otherwise, in the Advanced Sharing: Turn ON network discovery Turn ON file and printer sharing Turn ON sharing in the Public folder sharing section Turn ON password protected sharing A. Configure firewalls on all machines to allow the Local Area Network (LAN) traffic as trusted. With Windows Firewall, turning on Window's File and Printer Sharing as above will take care of this for you. In XP you can run the Network Setup Wizard or just enable File/Printer Sharing in the Windows XP Firewall's exceptions. If you aren't running a third-party firewall or have an antivirus/security program with its own firewall component, then you're fine. With third-party firewalls, I usually configure the LAN allowance with an IP range. Ex. would be 192.168.1.0-192.168.1.254. Obviously you would substitute your correct subnet. Refer to any third party security program's Help or user forums for how to properly configure its firewall. Do not run more than one firewall. DO NOT TURN OFF FIREWALLS; CONFIGURE THEM CORRECTLY. B. For ease of organization, put all computers in the same Workgroup. This is done from the System applet in Control Panel, Computer Name tab. C. Create matching user accounts and passwords on all machines. You do not need to be logged into the same account on all machines and the passwords assigned to each user account can be different; the accounts/passwords just need to exist and match on all machines. DO NOT NEGLECT TO CREATE PASSWORDS, EVEN IF ONLY SIMPLE ONES . If you wish a machine to boot directly to the Desktop (into one particular user's account) for convenience, you can do this: Start>Search box>type: netplwiz [enter] Click on Continue (or supply an administrator's password) when prompted by UAC Uncheck the option "Users must enter a user name and password to use this computer". Select a user account to automatically log on by clicking on the desired account to highlight it and then hit OK. Enter the correct password for that user account (if there is one) when prompted. Leave it blank if there is no password (null). XP - Configure Windows to Automatically Login (MVP Ramesh) - http://windowsxp.mvps.org/Autologon.htm D. If one or more of the computers on your network is XP Pro or Media Center, turn off Simple File Sharing (Folder Options>View tab). E. Create shares as desired. In Windows 7 I usually share out the user's Desktop and the Public directory. 18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.---------Slow Vista/7 Mapped Drives Network Fix------------------------------------ This is necessary to speed up networked drive performance in Windows 7 Run these 2 strings in a command prompt. netsh int tcp set heuristics disabled netsh int tcp set global autotuninglevel=disabled reboot required In Windows Features, turn off Remote Differential Compression 19.19.19.19.19.19.19.19.19.19.19.19.19.19.19.19--------How to create a 2nd set of HP recovery DVD's----------------------------- How to create a 2nd set of HP recovery DVD's This works for ONLY those legit HP owners who own an HP laptop and burned one set of recovery DVD's. After the first set has been created you are not allowed by the HP utility to create another set. So if you were like me and left your handing carrying case with your recovery discs on the airplane according to HP you one choice. Order their recovery disc set from their website. THis is BS...you bought the rights to a legitmate set of installation discs. So if you have NOT deleted therecovery partion here is how you are able to create one more set of the discs without spending any money. This information is strictly for legitimate HP owners who have purchased a laptop with an OEM version of VISTA/XP and have lost or ruined their original recovery discs. Set the folder options to allow viewing of hidden files and folders and show known file extensions. Search for the following file: hpcd.sys There will be 2 copies,1 in C:\WINDOWS\SMINST and 1 in E:\ Delete both copies of the hpcd.sys files. Run the HP recovery disk creation utility. - Mike By the way credit goes to the website at http://directedge.us/node/24 for providing useful details on how to do this! 20.20.20.20.20.20.20.20.20.20.20.20.20.20.20.20----------------Favicon Format--------------------------------------------------- 21.21.21.21.21.21.21.21.21.21.21.21.21.2121.21----------------How to Recover a Bricked Linksys Router---------------------------- how to recover a blinking linksys router in a windows command prompt, must be xp do a 30/30/30 hard reset, thats 30sec hold reset, unplug keep holding reset 30 more seconds, plug back in keep holding reset 30 more seconds, then unplug hold reset 10 more seconds. now unplug for 10 seconds. plug back in wait 5 minutes for light to stop blinking. IF it still is blinking after 5 minutes then proceed as follows, need linksys firmware code for your version. rename to code.bin aa-bb-cc-dd-ee-ff is mac address printed on bottom of router. type these commands in a xp command prompt window: arp -s 192.168.1.1 aa-bb-cc-dd-ee-ff ping 192.168.1.1 tftp -i 192.168.1.1 PUT code.bin code.bin wait until it says success. If it fails for some reason, do another hard reset and repeat entire process with intention it will succeed. 22.22.22.22.22.22.22.22.22.22.22.22.22.22.22-------------------Backup Windows 7 Files Using Robocopy with batch file------------- Creating Batch Files for backing up Data in Windows 7 use robocopy with these switches robocopy /? only use "c:\my stuff" double quotes when spaces occur in path /xj to exclude symbolic links/junctions /e to copy all dir/subdir including empty ones /r:1 retry once /zb copy files in restart, fall back to backup mode /a copy only files with archive bit set /m copy only files with archive bit set and reset it /xf exclude files matching given names/paths/wildcards /xf desktop.ini /xd exclude directories matching given names/paths /xd cqgnet /mir same as /e and /purge /purge deletes files that are no longer in source dir. robocopy c:\video\00 \\10.1.1.1\d$\docsbak.tt /e /r:1 /xj /xf desktop.ini /v this copies everything inside 00 including dirs. to inside docsbak.tt, but the 00 folder was not copied leaving the \ off the end of the path is important to copying files inside it robocopy /mir /r:1 /xj "c:\users\pkinc\appdata\local\google\chrome\user data" \\10.1.1.1\d$\docsbak.tt\chrome this copies everything inside user data, but when files are removed from cache, it deletes them from destination Sample Batch File: ::rem xcopy "c:\users\username\appdata\local\microsoft\outlook" \\10.1.1.1\d$\docsbak.test\mydocs\ ::rem robocopy /e /r:1 /xj c:\video\00 \\10.1.1.1\d$\docsbak.tt pause robocopy c:\users\username\documents \\10.1.1.1\d$\docsbak.tt\documents /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\desktop \\10.1.1.1\d$\docsbak.tt\desktop /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\videos \\10.1.1.1\d$\docsbak.tt\videos /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\pictures \\10.1.1.1\d$\docsbak.tt\pictures /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\favorites \\10.1.1.1\d$\docsbak.tt\favorites /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\contacts \\10.1.1.1\d$\docsbak.tt\contacts /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\music \\10.1.1.1\d$\docsbak.tt\music /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\downloads \\10.1.1.1\d$\docsbak.tt\downloads /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\public \\10.1.1.1\d$\docsbak.tt\public /e /r:1 /xj /xf desktop.ini /v /xd cqgnet pause robocopy c:\outlook.test.bk \\10.1.1.1\d$\docsbak.tt\outlook /e /r:1 /xj /xf desktop.ini /v pause robocopy c:\users\username\appdata\roaming\mozilla \\10.1.1.1\d$\docsbak.tt\firefox /e /r:1 /xj /xf desktop.ini /v pause robocopy "c:\users\username\appdata\local\google\chrome\user data" \\10.1.1.1\d$\docsbak.tt\chrome /mir /r:1 /xj /xf desktop.ini /v pause robocopy c:\downloads\config \\10.1.1.1\d$\docsbak.tt\downloads\config /mir /r:1 /xj /xf desktop.ini /v pause 23.23.23.23.23.23.23.23.23.23.23.23.23.23.23.--------------Speed up Windows 7 Boot Time by 100% to 300%------------------------ To speed up the boot time of your Windows 7 Laptop or Desktop, first you must have at least 4Gb of ram installed. Next, go to Control Panel > System > Advanced system settings > Performance > Advanced > Virtual Memory > Change > Uncheck Automatically manage paging file for all drives, select the boot drive and select the No paging file, then click the Set button. Make sure in the window it says, C: paging file None. Reboot and experience a much faster reboot. Also defrag your hard drive with the built in Defragger. 24.24.24.24.24.24.24.24.24.24.24.24.24.24.24.--------------Fix for Windows Explorer Slow to List Files inside Folders and Mapped Network Drives--------------- By default folders come up set to "Optimize this folder for: General" but switching folders with a lot of files over to "Documents" seems to stop Explorer from trying to figure out anything about the files that is not already in the file tables. To change, right click on folder name, select Properties, Customize Tab, Optimize this Folder For: Select "Documents" and be sure to check the box that says " Also apply this template to all sub folders" Apply the setting and enjoy the XP like performance returned to Windows 7. 25.25.25.25.25.25.25.25.25.25.25.25.25.25.25.25---------------Add Quick Launch to Windows 7----------------------------- Right click on Toolbar, select Toolbar, add new toolbar, now in location window add the following %appdata%\Microsoft\Internet Explorer\Quick Launch 26.26.26.26.26.26.26.26.26.26.26.26.26.26.26.26-------------Speed up Folder listing in Windows 7 Explorer------------------------ Right click on Folder, Select Properties, Customize, Optimize this folder for Documents, check box that says Also apply this template to all sub folders