Windows tips/tricks

How to stop svchost.exe(netsvcs) using Internet

>>>Go to Start->Run>>>enter > services.mscBackground Intelligent Transfer Servicediagnostic services hostsuperfetch Windows Updateright click on it and select Stop.

Disable Windows Search For Improved Disk Performance Windows PowerShell (Admin)

net.exe stop "Windows search"

Disable SysMain To Fix 100% Disk Usage In Windows 10

net.exe stop sysmain

Stop the Superfetch Service

net.exe stop superfetch

Steam Maxing Out Your HDD open the WIN+R run box and enter

steam://flushconfig

Disable Diagnostic Tracking In Windows 10

sc config "DiagTrack" start= disabled

sc stop "DiagTrack"

Perform a disk check

chkdsk.exe /f /r

Copy and Paste is not working on my Remote Desktop Connection

Step One:Plug your USB Pendrive or External HDD or Memory Card which is Affected.

Step Two:Go to Start -> Run-> Type CMD and Enter

Step Three:Find the drive letter for the connected USB drive. For Example, I:

In command prompt, type I:

and Hit enter. Command Prompt will show I:/

Step Four:Then type

attrib -s -h /s /d *.*

attrib –h –r –s /s /d g:\*.*    [G pen drive Drive name]

Make sure that you put space between each elements in the code.

and hit enter and wait for few seconds.

Virus Remover Command Prompt

Disable the use of USB storage devices by Registry Editor

regedit in the Run dialog box.

Step 2: Go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR, and then locate the DWORD value named ''Start'' on the right-side pane. The default value data of Start is ''3''. Double-click on Start, and set its value data to ''4''.

Step 3: Restart Windows 10 for the changes to take effect. This will prevent any USB storage device from connecting to the computer, and thus disable the use of USB storage devices on the computer.

Note: By Registry Editor, you just disable the use of USB storage devices, but it won’t affect the use of USB mouse, keyboard, and printer on the computer.

Edit the HOSTS File in Windows

1. In the search results, right-click Notepad and select Run as administrator.

2. From Notepad, open the following file: c:\Windows\System32\Drivers\etc\hosts

       -----------

# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost

127.0.0.1 localhost

127.0.0.1 worldcm.net

127.0.0.1 admin.worldcm.net

127.0.0.1 www.worldcm.net

127.0.0.1 ftp.worldcm.net

127.0.0.1 xyz.net

127.0.0.1 admin.xyz.net

127.0.0.1 www.xyz.net

127.0.0.1 ftp.xyz.net

::1 localhost

         ------

Save it hosts [ no extention]

Remove Shortcut Virus From Pendrive / USB Drive.

Step 1. Go to Start and Search for cmd, as  it appears in start menu Right Click on it and Click on “Run as Administrator

Step 2. Navigate to Flash Drive by typing its letter. [ Let’s Say it is i ], to find your USB drive letter open “My Computer” and check for letter, type i: and hit enter.

Step 3. Type ” del *.lnk ” (without quote) in cmd window and Hit Enter on your Keyboard.

Step 4. Now type ” attrib -s -r -h *.* /s /d /l ”  ( without quote ) and hit Enter .

----------------------------------------------------------------------------------------------------------------

How to fix .NET Framework 3.5 Error 0x800f081f in Windows 10

Download: http://www.mediafire.com/download/gaf...

http://www.mediafire.com/download/gaflwfg9tth889o/microsoft-windows-netfx3-ondemand-package.cab

Pest this file in C drive  &  run the command CMD on administrator mode 

Paste this: Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\ /LimitAccess

--------------------------------------

Skype ERROR

for the time being use an old version that no require the new dll is a temporary solution here 3 links http://download.skype.com/msi/SkypeSetup_7.32.0.104.msi

http://download.skype.com/msi/SkypeSetup_7.30.0.103.msi

http://download.skype.com/msi/SkypeSetup_7.31.0.104.msi

-------------------------------------------------------------------------------------

*Set Up Wi-Fi Hotspot Using the Command Prompt

Open command prompt using Run – Press Windows Key + R and type in cmd in the Run dialogue box and hit enter.

                        netsh wlan set hostednetwork mode=allow ssid=worldcm key=world1234

Next you need to start the following command to start the WiFi hotspot:

                                netsh wlan start hostednetwork

you can create a batch file (.bat) to execute this command with a single click. I have already created a batch (.bat) file to start the WiFi hotspot, and you can download it from here.

Your WiFi hotspot should be activated and usable. You can check its status in the network and sharing center of your control panel.

You can turn off the hotspot when not in use with the following command:

netsh wlan stop hostednetwork

----------------------------------------------------------------------------

Start Menu & Cortana not Opening in Windows 10

Are you able to solve it for you by following the procedure mentioned above or it fails? If it it fails, do make sure that you ran Powershell as Administrator (window will be called Administrator: Windows PowerShell ) and gave the command enough time to execute.

       --------------------------------

Fix 100% Disk Usage on Microsoft Windows 10/8.1/8/7/Vista

 

In the "Open" field, enter "services.msc" and hit enter. 

Look for "Windows Search" and "Superfetch'' and ''Background intelligent transfer service"

Right click on each one of these entries individually and select "Properties."

In the dropdown box labeled "Startup type," choose "Disabled" and click apply.

and Pls restart your PC.

Increase the virtual memory size in your computer.

if your RAM size is 4GB then update this 16GB


Use Disk Cleanup

You can also use the Disk Cleanup utility to remove cache or temporary files. To do so:



Clear Windows Store Cache

To clear the Windows Store cache, open “Run” by pressing Windows+R on your keyboard. The “Run” window will appear. In the text box next to “Open,” type WSReset.exe and then click “OK.”