Friday, April 22, 2016

windows 7 8 8.1 10 post install tweaking fix annoying stuff, disable hibernation, enable admin account and powers, recover space for ssd

ok

win 7, 8, 8.1, 10, they are stupid and dumb after a fresh format, the OS is great but come on, why so dumb as default?

one thing i always do is disable uac, just set it to minimum in user account control, restart then do all of this


==========================
you want to be admin? then:

start,
type cmd,
run as admin (right click),
type: net user administrator /active:yes
restart

after that

type secpol.msc in the Start Menu and open it

Local Policies
Security Options.
User Account Control:
Run all administrators in Admin approval mode.
disabled
Reboot.

no more crap, you are admin and god of your fucking PC

WARNING: in win 10 this has an annoying fuck issue, you cant use calc, and many control panel metro mode crap wont work, just use the good old control panel stuff, not the  METRO shortcuts for control panel

===============


disable hibernation


start,
type cmd,
run as admin (right click),
type: powercfg -h off
restart

===========================

get some space back after a fresh format or windows update:


start,
type cmd,
run as admin (right click),
type: COMPACT.EXE /CompactOS:always
restart

then later....................

start,
type cmd,
run as admin (right click),
type: Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /SPSuperseded
restart




===============================



 one of the most stupid thing ever in windows

low ram warning if you disable pagefile, i believe if you disable it, you already know what could happen right? well microsoft dont, they need you to babysit you and annoy the fucking crap out of you, so every time you ram goes after 80% usage, the warning will appear, if you are gaming this warning will alt tab your game

so, just for pro editions of windows :


1. Click Start, click in the Start Search box, type gpedit.msc, and then press ENTER. MMC will start with the Local Group Policy Editor open.

2. In the navigation tree, expand Computer Configuration, expand Administrative Templates, expand System, expand Troubleshooting and 3. Diagnostics, and click Windows Resource Exhaustion Detection and Resolution.

3. In the console pane, right-click Configure Scenario Execution Level, and then click Properties.

4. On the Setting tab, select Disabled, and then click OK.

======================================

remove metro apps

i would use destroy windows spy app, DWS

or you can:

start
type: powershell
open it
type: Get-AppxPackage | Remove-AppxPackage -ErrorAction SilentlyContinue
Get-AppxPackage -AllUsers | Remove-AppxPackage
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
wait, then restart

no more metro crap

==========================================










No comments:

Post a Comment