Skillnad mellan versioner av "Support"

Från Charlottendal
Hoppa till: navigering, sök
(Windows trimning)
(Byt notepad mot notepad++ i W7)
Rad 9: Rad 9:
 
===Windows trimning===
 
===Windows trimning===
 
*[[Windows XP tips]]
 
*[[Windows XP tips]]
 
====Byt notepad mot notepad++ i W7====
 
[http://www.online-tech-tips.com/computer-tips/replace-notepad-with-notepad2/]
 
<pre>
 
takeown /f c:\windows\syswow64\notepad.exe
 
cacls c:\windows\syswow64\notepad.exe /G Administrators:F
 
 
takeown /f c:\windows\system32\notepad.exe
 
cacls c:\windows\system32\notepad.exe /G Administrators:F
 
 
takeown /f c:\windows\notepad.exe
 
cacls c:\windows\notepad.exe /G Administrators:F
 
 
copy c:\windows\syswow64\notepad.exe c:\windows\syswow64\notepad.exe.backup
 
copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup
 
copy c:\windows\notepad.exe c:\windows\notepad.exe.backup
 
 
copy notepad.exe c:\windows\syswow64\notepad.exe
 
copy notepad.exe c:\windows\system32\notepad.exe
 
copy notepad.exe c:\windows\notepad.exe
 
pause
 
</pre>
 
 
[[Category:support]]
 
[[Category:Windows]]
 

Versionen från 7 maj 2010 kl. 13.36

Sida med allmän felsökning

  • Reset lösen i wiki:

http://forums.developer.mindtouch.com/showthread.php?t=121

UPDATE user SET user_password=md5(concat('1-', md5('newpassword'))) WHERE user_name='some_username'

PHP Admin

[1]

Windows trimning