Page 52 of 195 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
ragnarus
Posts: 686
Location: Somewhere in Warsaw Pact
|
Posted: Thu, 30th Jul 2015 23:06 Post subject: ... |
|
 |
Guys how does your gpus clocks behave in 10 ? When I set power option in nvcp to "max performance" and rest programs are set to "adaptive" my gpu clocks are still at full and msi afterburner says power usage at around 45% when the system is at idle ??? Setting things like that in windows 7 without problems, card downclocks when not doing anything, simple web browsing etc but in 10 its damn full clocks all the time
i5 6600 + Silentiumpc Spartan Pro, Asus H170-plus mobo, HyperX 16 GB DDR4 2133MHz, Asus GTX 970 Strix OC, 1TB Seagate Barracuda, BeQuiet L8 500W, Zalman Z9 case, crap monitor 
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
M4trix
Posts: 9294
Location: Croatia, Adriatic coast (I can see ixi from here)
|
Posted: Thu, 30th Jul 2015 23:19 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Thu, 30th Jul 2015 23:22 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Thu, 30th Jul 2015 23:52 Post subject: ***** |
|
 |
*****
Last edited by Areius on Fri, 19th Sep 2025 16:21; edited 1 time in total
|
|
Back to top |
|
 |
Przepraszam
VIP Member
Posts: 14507
Location: Poland. New York.
|
Posted: Fri, 31st Jul 2015 00:06 Post subject: |
|
 |
Anyone know how to get rid of the Nvidia Driver Update from Windows Update?
I got the Show/Hide app from Microsoft but it doesn't list Nvidia Driver Update at all but it still shows up at Windows Update.. ><
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:13 Post subject: |
|
 |
Areius wrote: | Collect me a list of all settings that need changing for privacy and I'll see if I can make one if it doesn't take too much time. |
should be straight forward with a bat file and echo back to make sure each steps been completed. just boring to do 
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:14 Post subject: |
|
 |
Przepraszam wrote: | Anyone know how to get rid of the Nvidia Driver Update from Windows Update?
I got the Show/Hide app from Microsoft but it doesn't list Nvidia Driver Update at all but it still shows up at Windows Update.. >< |
showed here, seems another odd bit of shit from ms 
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:14 Post subject: |
|
 |
Areius wrote: | Collect me a list of all settings that need changing for privacy and I'll see if I can make one if it doesn't take too much time. |
http://www.reddit.com/r/Windows10/comments/3f38ed/guide_how_to_disable_data_logging_in_w10/
Przepraszam wrote: | Anyone know how to get rid of the Nvidia Driver Update from Windows Update?
I got the Show/Hide app from Microsoft but it doesn't list Nvidia Driver Update at all but it still shows up at Windows Update.. >< |
Display Driver Uninstaller has an option to disable automatic driver installation.
Last edited by robco on Fri, 31st Jul 2015 00:17; edited 1 time in total
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:17 Post subject: |
|
 |
My search box on the taskbar suddenly turned into a search icon with no field entry box.
NSA at work!
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:25 Post subject: |
|
 |
Removes Telemetry & Data Collection
create a *.cmd file paste in the following
Code: |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v DontOfferThroughWUAU /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\SQMClient\Windows" /v "CEIPEnable" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f
|
This part changes services as well.
Code: |
sc config DiagTrack start= disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config dmwappushservice start= disabled
sc config RemoteRegistry start= disabled
sc config WMPNetworkSvc start= disabled
sc config WSearch start= disabled
sc config SysMain start= disabled
|
Scheduled Tasks, Beware of using this, if you don't know what you are doing
Code: |
schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /Disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /Disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /Disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /Disable
schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /Disable
REM schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /Disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /Disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /Disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /Disable
schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /Disable
REM schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /Disable
schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /Disable
schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /Disable
schtasks /Change /TN "Microsoft\Windows\NetTrace\GatherNetworkInfo" /Disable
schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /Disable
REM The task Microsoft\Windows\SettingSync\BackgroundUploadTask can be Disabled using a simple bit change. I use a REG file for that.
schtasks /Change /TN "Microsoft\Windows\Time Synchronization\ForceSynchronizeTime" /Disable
schtasks /Change /TN "Microsoft\Windows\Time Synchronization\SynchronizeTime" /Disable
schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable
schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /Disable
|
Removes Bloat
Code: |
dism /online /remove-package /packagename:Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.3DBuilder_2015.624.2254.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_10004.3.193.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingNews_10004.3.193.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Getstarted_2015.622.1108.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftOfficeHub_2015.4218.23751.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftSolitaireCollection_3.1.6103.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Office.OneNote_2015.4201.10091.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SkypeApp_3.2.1.0_neutral_~_kzf8qxf38zg5c
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsPhone_2015.620.10.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxApp_2015.617.130.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.6.10841.0_neutral_~_8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.6.10811.0_neutral_~_8wekyb3d8bbwe
|
Some bonus stuff
Code: |
REM *** Disable Cortana ***
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0
REM *** Remove 3D Objects***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}" /f
REM *** Remove CameraRollLibrary***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2B20DF75-1EDA-4039-8097-38798227D5B7}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2B20DF75-1EDA-4039-8097-38798227D5B7}" /f
REM *** Remove OneDrive ***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}" /f
reg delete "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
reg delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REM *** Remove OneDrivePictures ***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{339719B5-8C47-4894-94C2-D8F77ADD44A6}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{339719B5-8C47-4894-94C2-D8F77ADD44A6}" /f
REM *** Remove OneDriveCameraRoll ***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{767E6811-49CB-4273-87C2-20F355E1085B}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{767E6811-49CB-4273-87C2-20F355E1085B}" /f
REM *** Remove OneDriveMusic ***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{C3F2459E-80D6-45DC-BFEF-1F769F2BE730}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{C3F2459E-80D6-45DC-BFEF-1F769F2BE730}" /f
REM *** Remove OneDriveDocuments ***
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{24D89E24-2F19-4534-9DDE-6A6671FBB8FE}" /f
reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{24D89E24-2F19-4534-9DDE-6A6671FBB8FE}" /f
|
Save, then run it.
Warning: These edits are for x64 Pro, so they may or may not work on Enterprise or Home, or could cause issues. Use at your own risk.
Last edited by MadK9 on Sun, 2nd Aug 2015 02:03; edited 8 times in total
|
|
Back to top |
|
 |
M4trix
Posts: 9294
Location: Croatia, Adriatic coast (I can see ixi from here)
|
|
Back to top |
|
 |
NeHoMaR
Posts: 855
Location: In my house.
|
Posted: Fri, 31st Jul 2015 00:26 Post subject: |
|
 |
It's possible to upgrade from Win7 enterprise to Win10 enterprise? and it's a rollback possible?
I used to be a knee like you. Then I took an adventurer in the arrow.
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:34 Post subject: |
|
 |
freiwald wrote: |
sleepy time now and i'm on my mobile right now! thank you for your offer i will try to send you everything i can find tomorrow.
|
Check my post just above yours, has what you need.
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
M4trix
Posts: 9294
Location: Croatia, Adriatic coast (I can see ixi from here)
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 00:50 Post subject: |
|
 |
funny thing is, 99.9% get it for free, and yet people still complain...
Yes i agree there is some shady shit in Win10, but we have seen this before with other stuff, and there is nearly always a bypass or a fix.
I personally have never adopted a new OS straight away since Win95 was released, i always waited for a fair bit. This is the first time i went in straight away, first in the insider program. Now seperate.
There is a lot of misinformation about Win10, but i suggest go read some stuff on MDL (have to get through all the bullshit posts though). All what being said now has been known for months and months, and 99.9% of the time there is a way to turn off/block/remove shit.
Some may feel im ass licking MS, but far from it, i posted a shit ton on Insider Feedback about some of the shady shit. In the end i went oh fuck it, and just used either a cmd file or some reg files on a fresh install to turn it off. A few weeks/Months down the line make a slipstream version with your own changes, so you install how you want it.
|
|
Back to top |
|
 |
|
Posted: Fri, 31st Jul 2015 01:22 Post subject: |
|
 |
freiwald wrote: |
there are always people like this. i mean yes i haven't installed it yet for myself. just because there is so much shit on it which i want to get rid of before using it. but that doesn't make it a windows me. give it some time. people will fix all this bloatware and privacy stuff. after that it's the best you can get. |
the thing is, I installed win 7 as soon as it went RTM. The very first day. there was no shit I needed to get rid of. no tweaks to get rid of bloat, or privacy concerns. it was the best OS for gaming from day 1.
I'm going to install it and see myself what it feels like, but seems like a billion registry tweaks, 3rd party apps, etc is needed to turn it into a gamer/power user OS without bloat that is made for different kinds of users.
If they have home, pro, and enterprise, why not have a gamer edition? I don't want a windows store, MS browser, etc. I want a stable, modern OS that runs games, and allows me to install and configure apps and OS settings to my preference. Without resorting to removing half the OS and hunting for registry tweaks like its win xp days.
|
|
Back to top |
|
 |
tonizito
VIP Member
Posts: 51432
Location: Portugal, the shithole of Europe.
|
Posted: Fri, 31st Jul 2015 01:37 Post subject: |
|
 |
Drowning_witch wrote: | freiwald wrote: |
there are always people like this. i mean yes i haven't installed it yet for myself. just because there is so much shit on it which i want to get rid of before using it. but that doesn't make it a windows me. give it some time. people will fix all this bloatware and privacy stuff. after that it's the best you can get. | I'm going to install it and see myself what it feels like, but seems like a billion registry tweaks, 3rd party apps, etc is needed to turn it into a gamer/power user OS without bloat that is made for different kinds of users.
If they have home, pro, and enterprise, why not have a gamer edition? I don't want a windows store, MS browser, etc. I want a stable, modern OS that runs games, and allows me to install and configure apps and OS settings to my preference. Without resorting to removing half the OS and hunting for registry tweaks like its win xp days. | This, except for the "I'm going to install" part, at least for now.
Hopefully there will be an easier way to get rid/disable most of the bloat, would be cool if microsoft itself stepped up on that regard but I have my doubts.
boundle (thoughts on cracking AITD) wrote: | i guess thouth if without a legit key the installation was rolling back we are all fucking then |
|
|
Back to top |
|
 |
Page 52 of 195 |
All times are GMT + 1 Hour |