Skip to content
View mdfeng's full-sized avatar

Block or report mdfeng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Remove telemetry updates for Windows... Remove telemetry updates for Windows 7 and 8.1
    1
    echo Uninstalling KB3075249 (telemetry for Win7/8.1)
    2
    start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
    3
    echo Uninstalling KB3080149 (telemetry for Win7/8.1)
    4
    start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
    5
    echo Uninstalling KB3021917 (telemetry for Win7)
  2. pr.md pr.md
    1
    Locate the section for your github remote in the `.git/config` file. It looks like this:
    2
    
                  
    3
    ```
    4
    [remote "origin"]
    5
    	fetch = +refs/heads/*:refs/remotes/origin/*