Jump to content

aviv00

Member
  • Posts

    1,184
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by aviv00

  1. Notices -Before The panic began, please note its only opinion calling Telemetry a Keylogger -This Topic is about ensure Keylogger/ Telemetry is disabled as much as possible but we cant be certain, Although after Testing its working as should Tested On Lited Windows 10 Enterprise 2015 LTSB N 10240 / 29.7.2015 Build I don't see the weird dns packets in server 2016 build 10.0.10514 [Guide]Way to Disable Keylogger/ Telemetry v3.1 Removing packages with Powershell script, need to run as TrustedInstaller Packages like: Windows defender, Telemetry, Onedrive, Cortana... #Preparation If u have OS with another lang change "*en-US*,*en-*Package*" to your lang If u gonna use the script for online / current OS just change the z: to c:, /image:temp to /online, cd "HKLM:\111\... to cd "HKLM:\Software\... and also skip the hiving and unloading the reg For mounted wim, copy dism folder with lastest dism version, cmd to mount: #Mountdism\dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:temp /ScratchDir:.#Removing packages ### Fully Automatic Removing Packages / Lite'en Windows 10 / 8.x, by Lite8@MDL / Aviv00@MSFN ####Get packages list excluding en-us packages$s = dir .\Windows\servicing\Packages\*.cat -Exclude *en-US*,*en-*Package*# Filter Packages$s = (dir $s -Include *WindowsFeedback*,*Windows-Skype-ORTC*,*Windows-Prerelease*,*Windows-DiagTrack*,*Windows-ContactSupport*,*OneCore-Maps*,*OneDrive*,*TroubleShooting*,*Search2*,*Cortana*,*Xbox*,*Defender* -Exclude *AutoMerged-xbox*).BaseName#Count$s; $s.count# Hive regreg.exe load HKLM\111 ".\Windows\System32\config\software"#cd "HKLM:\111\Microsoft\windows\CurrentVersion\Component Based Servicing\Packages"# Remove Owners from reg$s | foreach { join-path $PSItem \owners | rd }#z:# save reg and unhivereg.exe unload HKLM\111# remove packages$s | foreach { dism /ScratchDir:. /image:temp /Remove-Package /PackageName:$PSItem } #Finalizing #Cleanupdism\dism /image:temp /Cleanup-Image /StartComponentCleanup /ResetBase#Commitdism\dism /Commit-Wim /MountDir:temp /ScratchDir:.#Exportdism\dism /Export-Image /SourceImageFile:install.wim /SourceIndex:1 /DestinationImageFile:install2.wim; if u use ramdisk like me copy install2 to another folder and format the ramdisk to save time #OneDrive remove servicesc delete OneSyncSvcsc delete OneSyncSvc_24f3a For Enterprise - open cmd.exe with admin run the code(credit goes to murphy78) Tested on Enterprise REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection\ /v AllowTelemetry /t REG_DWORD /d 0 /f Use this Also for Other Editions Run cmd as admin then start the process use Sc.exe to delete the 3 services run this: sc delete dmwappushsvcsc delete diagnosticshub.standardcollector.servicesc delete diagtrack #Deny Diagnosis Folder and deny system accessing the file AutoLogger-Diagtrack-Listener.etl with cacls icacls "C:\ProgramData\Microsoft\Diagnosis" /remove:g system /inheritance:r /deny system:(OI)(CI)f #Blocking Cortana v1.1 Change Search in Firewall advanced to block or run this in cmd with admin Powershell Set-NetFirewallRule -DisplayName search -Action BlockDisabling "Windows Connect Now - Config Registrar"Powershell Set-service wcncsvc -StartupType disabled ::todo #OneDrive #Removing MetroApps Extreme / TESTERS ONLY / ADVANCED USERS This Method should break Internet connective for the OS internal parts Firefox and standalone application can connect outside if application use Internal connective OS's components it should break and might block backdoors planted in OS Step1 Run autoruns.exe Uncheck hide windows entries Search for v6 then uncheck them if u cant uncheck remove them to restore default settings runnetsh winsock reset Steps2 MMC -> add snaps-in "cert" -> Computer account, set the cert like in the picture below http://i59.tinypic.com/24gul9t.jpg Semi-Extreme - Lossing ipv6 protocol Explaining - Windows 10 might use those protocols to tunneling the data out to internet. the whole idea of this Method eventually to disable totally network protocols that integrate to OS which make IE / OS unable to go out because i dont trust the OS disabling IPv6 Powershell Set-service Tcpip6 -StartupType disabledPowershell Set-service wanarpv6 -StartupType disabledPowershell Set-service iphlpsvc -StartupType disabled Index(Please PM to add More to Index): http://forums.mydigitallife.info/threads/57339-Guide-Way-to-Disable-Keylogger?p=1028934&viewfull=1#post1028934 reg by Michel
  2. use dism /online /clean-up... to remove most of the old dupes
  3. hey R4D3 use powershell_ise this cmd will help u start help install-optionalfeature -example
  4. tested server 10 beta enabling and disabling features works gr8
  5. i mean like that G:\>dir Volume in drive G has no label. Volume Serial Number is 6C4A-449D Directory of G:\08/22/2013 06:52 PM <DIR> PerfLogs09/22/2014 08:20 PM <DIR> Program Files09/23/2014 01:45 AM <DIR> Program Files (x86)09/23/2014 01:10 AM <DIR> Users09/22/2014 08:20 PM <DIR> Windows 0 File(s) 0 bytes 5 Dir(s) 26,803,851,264 bytes freeG:\>
  6. [Feature Req] Make NTLite work on non-live Install after i finish with Vmware i hook the vhd to host to save time liting its would be great that feature to apply liteing on windows that on other drive then c:\
  7. thx for the fast replies i just now check with server 2012 and its working
  8. its skipping all the features desktop exper qwave media ink and disabling xps server printers core ea-ime+wow64
  9. http://news.softpedia.com/news/Windows-9-Preview-Leaked-but-Still-No-Leaks-459343.shtml New code to determine the identity of the leaker I have a feeling that win9 gonna bring us "surprise" like metro maybe Microsoft making better system to tracking any user via digital signature I'm not sure how its will be, but its will be awful to users privacy
  10. Can be done to windows 7 also doesn't matter If u have ISO without setup files and u don't wanna burn it to DVD or use USB or HDD to boot the setup And Just run setup.exe from the current OS This will be helpful Steps Go to This PC click right mouse on the virtual DVD of ISO and click copy Paste to C:\, right click mouse again on and choose paste Go to sources dir choose to open boot.wim with 7zip Like c:\<ISO dir>\sources\boot.wim\2\sources Copy all the constants dirs and files to same dir boot.wim is Run setup.exe from sources or the upper dir Done
  11. if you are quake 3 or 4-doom3 or valve games player , you should give a try to linux , that plays very well and gfx card are at their best with windows , the best i get , is when i use a vhd and load it in ram with grub4dos , so i can not wait to use next release from nuhi even more than yesterday because now i know there is a "super-special amazing secret feature" how much its better using ram then ssd ?
  12. great name my suggestion: Eight Lite eLite or 9Lite Windows 9 beta should come soon
  13. get-mail | gm get the property of users then $p = (get-mail).user_property foreach ($pp in $p) { remove-MailboxPermission -user $pp -AccessRight FullAccess }
  14. Hey all cos new PCs works very slow with server 2008 i think mb new drivers package can fix this problem any u know of ?pls thnk i gonna try windows vista packages hopefully it will help
  15. hey nuhi pls show us a peek from the app thx for coming back
  16. need to take ownship on the file /directory and then add access http://www.iup.edu/itsupportcenter/howTo.aspx?id=24773
  17. make it network drive or something to os that does support or it might run from windows pe
  18. there app from the company to make manually trim so u can just run it once a week or month
  19. yea when used append its must be exist image
×
×
  • Create New...