Difference between revisions of "Windows"

From Blue-IT.org Wiki

(Gain admin access on cmd)
(Networking)
Line 25: Line 25:
 
  net localgroup administratoren %youruser% /add
 
  net localgroup administratoren %youruser% /add
 
  netsh winsock reset
 
  netsh winsock reset
 +
#netsh int ip reset catalog
 +
#netsh int ip reset reset.log
 +
 
  netsh int ipv4 reset
 
  netsh int ipv4 reset
  
 
Reboot
 
Reboot
  
 +
Same with Fix-Link
 +
* http://support.microsoft.com/kb/299357?wa=wsignin1.0
  
 
+
=== Repair missing system services ===
 
+
This will reinstall important system
 +
sfc /scannow
  
  
 
[[Category: Windows]]
 
[[Category: Windows]]

Revision as of 07:03, 15 May 2014

Windows 7

Trouble, trouble, trouble ...

But some people want to have trouble, so I will help them, and get some money for it!

Gain admin access on cmd

1. open cmd as admin

net user administrator /active:yes

Reboot

Now the admin is in the login window

2. Enter cmd.exe in startmenu and open it with rightclick "run as admin"

3. open cmd and add yourself to the admin group (DANGEROUS!!!)

net localgroup administratoren %username% /add

Networking

  • 4sysops.com/archives/if-wifi-is-not-working

Reset winsock

net localgroup administratoren %youruser% /add
netsh winsock reset
#netsh int ip reset catalog
#netsh int ip reset reset.log

netsh int ipv4 reset

Reboot

Same with Fix-Link

Repair missing system services

This will reinstall important system

sfc /scannow