Skillnad mellan versioner av "Support"

Från Charlottendal
Hoppa till: navigering, sök
(Windows trimning)
 
(En mellanliggande version av samma användare visas inte)
Rad 10: Rad 10:
 
*[[Windows XP tips]]
 
*[[Windows XP tips]]
  
====Byt notepad mot notepad++ i W7====
+
[[Category:Support]]
[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]]
+

Nuvarande version från 1 november 2010 kl. 09.57

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