Announcement

Collapse
No announcement yet.

ช่วยทีครับ Text Document หายครับ

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ช่วยทีครับ Text Document หายครับ

    เรื่องคือ พอคลิกขวาแล้วเลือกที่ New อ่ะครับ(ตรงที่ New Folder)มันหายไป อยู่ดีๆก็หายไปเลยครับ
    จะทำไงดี ใช้บ่อยซะด้วย ขอความช่วยเหลือหน่อยนะครับ

  • #2
    start > run > พิมพ์.. notepad > ok..

    ใส่ code นี้ลงไป..

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\.txt]
    "Content Type"="text/plain"
    @="txtfile"
    "PerceivedType"="text"
    [HKEY_CLASSES_ROOT\.txt\OpenWithList]
    [HKEY_CLASSES_ROOT\.txt\PersistentHandler]
    @="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
    [HKEY_CLASSES_ROOT\.txt\shell]
    [HKEY_CLASSES_ROOT\.txt\shell\open]
    [HKEY_CLASSES_ROOT\.txt\shell\open\command]
    @="notepad.exe %1"
    [HKEY_CLASSES_ROOT\.txt\ShellNew]
    "NullFile"=""
    file > save..

    ตั้งชื่อเป็น 1.reg ก็ได้.. ที่ save as type เลือก all files > save..

    แล้วก็ double click ที่ 1.reg.. > restart..

    Comment


    • #3
      Originally posted by sUmmOnEr View Post
      start > run > พิมพ์.. notepad > ok..

      ใส่ code นี้ลงไป..

      Code:
      Windows Registry Editor Version 5.00
      
      [HKEY_CLASSES_ROOT\.txt]
      "Content Type"="text/plain"
      @="txtfile"
      "PerceivedType"="text"
      [HKEY_CLASSES_ROOT\.txt\OpenWithList]
      [HKEY_CLASSES_ROOT\.txt\PersistentHandler]
      @="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
      [HKEY_CLASSES_ROOT\.txt\shell]
      [HKEY_CLASSES_ROOT\.txt\shell\open]
      [HKEY_CLASSES_ROOT\.txt\shell\open\command]
      @="notepad.exe %1"
      [HKEY_CLASSES_ROOT\.txt\ShellNew]
      "NullFile"=""
      file > save..

      ตั้งชื่อเป็น 1.reg ก็ได้.. ที่ save as type เลือก all files > save..

      แล้วก็ double click ที่ 1.reg.. > restart..
      ขอบคุณมากครับ ใช้ได้แล้วครับ

      Comment

      Working...
      X