From data quantity and transfer rate.
1. Close Internet Explorer
2. Click on Start / Run… and in the run field type regedit (you will need to have administrator rights to edit the registry)
3. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2
4. In the left window pane, select the Storage2 key, then from the menu, select File / Export and save the key to your Desktop with the File Name: oldstorage.reg
5. In the right window pane select all values (except for Default) then press Delete and select Yes to confirm value delete. Minimize Regedit.
6. Open Internet Explorer and visit the web site whose password you want to save. When Internet Explorer asks if it should remember your password, answer Yes
7. Logout of site and close Internet Explorer
8. Return to Regedit and press F5 to refresh the list. Now, select the Storage2 key, then from the menu, select File / Export and save the key to your Desktop with the File Name: newstorage.reg
9. Select the Storage2 key again, then from the menu, select File / Import and select the oldstorage.reg file (from the Desktop), and click Open to merge the data back into the registry. Click OK to acknowledge merge was successful.
10. Select the Storage2 key again, then from the menu, select File / Import and select the newstorage.reg file (from the Desktop), and click Open to merge the data back into the registry. Click OK to acknowledge merge was successful.
11. Close regedit.
Now all your previously saved passwords will be preserved without wiping out the site you just created.
1/ Goto: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
2/ Create DWORD
3/ Name: LogonTimeout (DWORD)
4/ Value: Specifies the time in seconds – Decimal Value – 300. Hex – (12c)its 5 minutes. – 3600. Hex (e10) is 1hr
5/ Please reboot the server after adding the above key.
ifconfig de(x) down [where (x) corresponds to the nic you are troubleshooting for dhcp]
ifconfig de(x) up
dhclient de(x)
now make the change permanent. create an /etc/rc.local file (vi /etc/rc.local), add those commands, save the file, then type
chmod 755 /etc/rc.local – to make it an executable for root.
Open the Registry Editor by clicking Start, then type regedit and hit Enter. Once it is launched simply navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer from the left sidebar.
Now right click the Explorer and choose New > DWORD (32bit) Value and name this as NoLowDiskSpaceChecks.
Now Double click it and set its value to 1.
Click OK and that’s it, now log off your computer and login back, you will no longer see the low disk space alerts. This registry tweak works on Windows XP, Vista and Windows 7. Enjoy!
Get-WMIObject Win32_Printer | where{$_.Network -eq ‘true’} | foreach{$_.delete()}
Dism /online /enable-feature:MultipathIo
The first thing you’ll need to do is see what network adapters you currently have setup.
Type: “Get-NetAdapter” to get the list of network interfaces.
Now with this information we can create the NIC team.
Type: “New-NetlbfoTeam” to start the creation process.
You will be asked for the “TeamMembers” that will be apart of the NIC team one by one. Enter the NIC names i.e. “Ethernet” then hit enter. When there are no more team members to add just hit enter while the current “TeamMember” prompt is empty.
You will be asked to confirm the information and once you hit “Enter” or type “Y”
netsh advfirewall set allprofiles state off