Wednesday, August 31, 2011

Print spooler service in Windows

net start spooler
net stop spooler
sc config spooler start= <auto|disabled|demand>

Refer

How to enable Telnet on Windows XP by Command line

Pattern
sc config <svname> start= <auto|disabled|demand>

Sample
sc config tlntsvr start= auto
net start tlntsvr

Other
sc /?
net /?

Tuesday, August 30, 2011

ความรู้สึกเมื่อใช้งาน ComboFix

  • ComboFix คือโปรแกรมกำจัด Malware ทุกประเภทภายในเครื่องของเรา เค้าบอกว่า มันไม่ใช่ โปรแกรมประเภท Anti นะ
  • คือจะบอกว่า มันดีมากๆ
  • และดีเกินไป คือประมาณ มันไปแก้ คอนฟิกที่เราตั้งไว้ซะงั้น - -'

Monday, August 29, 2011

Change Windows 7 button Start


Solved
  • เปลี่ยนโดยโปรแกรมชื่อ Windows 7 Start Button Changer
  • เมื่อเปิดโปรแกรมขึ้นมาให้เลือกที่ Select & Change Start Button
  • เลือกไฟล์ภาพ .bmp

HTML: Special Characters

ที่มา : http://www.utexas.edu/learn/html/spchar.html

PunctuationHTML Entity
(case sensitive)
ISO Latin-1 codename or meaning
en dash
em dash
¡¡¡inverted exclamation
¿¿¿inverted question mark
"""quotation mark
left double curly quote
right double curly quote
' 'apostrophe (single quote)
left single curly quote
right single curly quote
«
»
«
»
«
»
guillemets (used as quotation marks in some languages, e.g., French)

(Its there, but you can't see it!)
non-breaking space
Symbols
&&&ampersand
¢¢¢cent
©©©copyright
÷÷÷divide
>>>greater than
<<<less than
µµµmicron
···middle dot
pilcrow (paragraph sign)
±±±plus/minus
Euro
£££British Pound Sterling
®®®registered
§§§section
trademark
¥¥¥Japanese Yen
Diacritics
á
Á
á
Á
á
Á
lower-case "a" with acute accent
upper-case "A" with acute accent
à
À
à
À
à
À
lower-case "a" with grave accent
upper-case "A" with grave accent
â
Â
â
Â
â
Â
lower-case "a" with circumflex
upper-case "A" with circumflex
å
Å
å
Å
å
Å
lower-case "a" with ring
upper-case "A" with ring
ã
Ã
ã
Ã
ã
Ã
lower-case "a" with tilde
upper-case "A" with tilde
ä
Ä
ä
Ä
ä
Ä
lower-case "a" with diaeresis/umlaut
upper-case "A" with diaeresis/umlaut
æ
Æ
æ
Æ
æ
Æ
lower-case "ae" ligature
upper-case "AE" ligature
ç
Ç
ç
Ç
ç
Ç
lower-case "c" with cedilla
upper-case "C" with cedilla
é
É
é
É
é
É
lower-case "e" with acute accent
upper-case "E" with acute accent
è
È
è
È
è
È
lower-case "e" with grave accent
upper-case "E" with grave accent
ê
Ê
ê
Ê
ê
Ê
lower-case "e" with circumflex
upper-case "E" with circumflex
ë
Ë
ë
Ë
ë
Ë
lower-case "e" with diaeresis/umlaut
upper-case "E" with diaeresis/umlaut
í
Í
í
Í
í
Í
lower-case "i" with acute accent
upper-case "I" with acute accent
ì
Ì
ì
Ì
ì
Ì
lower-case "i" with grave accent
upper-case "I" with grave accent
î
Î
î
Î
î
Î
lower-case "i" with circumflex
upper-case "I" with circumflex
ï
Ï
ï
Ï
ï
Ï
lower-case "i" with diaeresis/umlaut
upper-case "I" with diaeresis/umlaut
ñ
Ñ
ñ
Ñ
ñ
Ñ
lower-case "n" with tilde
upper-case "N" with tilde
ó
Ó
ó
Ó
ó
Ó
lower-case "o" with acute accent
upper-case "O" with acute accent
ò
Ò
ò
Ò
ò
Ò
lower-case "o" with grave accent
upper-case "O" with grave accent
ô
Ô
ô
Ô
ô
Ô
lower-case "o" with circumflex
upper-case "O" with circumflex
ø
Ø
ø
Ø
ø
Ø
lower-case "o" with slash
upper-case "O" with slash
õ
Õ
õ
Õ
õ
Õ
lower-case "o" with tilde
upper-case "O" with tilde
ö
Ö
ö
Ö
ö
Ö
lower-case "o" with diaeresis/umlaut
upper-case "O" with diaeresis/umlaut
ßßßess-tsett
ú
Ú
ú
Ú
ú
Ú
lower-case "u" with acute accent
upper-case "U" with acute accent
ù
Ù
ù
Ù
ù
Ù
lower-case "u" with grave accent
upper-case "U" with grave accent
û
Û
û
Û
û
Û
lower-case "u" with circumflex
upper-case "U" with circumflex
ü
Ü
ü
Ü
ü
Ü
lower-case "u" with diaeresis/umlaut
upper-case "U" with diaeresis/umlaut
ÿÿÿlower-case "y" with diaeresis/umlaut
´
`
´
`
acute accent with no letter
grave accent/reversed apostrophe with no letter

Notes:

  1. The " entity was mistakenly omitted from the HTML 3.2 specification. While use of " generates error reports when validating against 3.2, browsers have continued to recognize the entity and its use is generally safe (sticklers may wish to use " instead). The omission has been corrected in the HTML 4.0 specification.

  2. The non-breaking space ( or ) can be used not only to prevent the separation of words by line wraps, but also to force a space equal in size to a keyboard/spacebar space (useful for indentation or wider word separation) or to "hold" space in the empty cell of a table (as in the table above).

  3. The middle dot (· or ·) can be used as a bullet and embedded anywhere in text. Because it is equal in size to a period, however, it may be necessary to apply or tags to enhance its graphic effect (use of or elements is not recommended, as these will alter the character's vertical spacing relative to other characters in the same line).

Tuesday, August 23, 2011

สั่ง Printer ของ VLAN อื่น ได้เฉยเลย

  • ประเด็นมีอยู่ว่า มี VLAN สองวง
  • Com1 ปกติจะใช้อยู่ที่ VL1 และตั้งค่าใช้ printer ของ VL1
  • แต่พอดีย้าย Com1 ไปทำงานที่ VL2 ก็ไปตั้งค่าให้ใช้ printer ที่แชร์ไว้ใน VL2 ทุกอย่างปกติ
  • สุดท้ายก็ย้าย Com1 กับ VL1 ค่าที่เคยตั้งให้ใช้ printer ที่อยู่ VL2 ก็ยังคงอยู่
  • ที่งงมากๆ คือมันสั่ง print ไปที่ printer ของ VL2 ได้ด้วยแฮะ
  • ลอง ping ระหว่างเครื่องของ VL1 และ VL2 มันก็ไม่ได้
  • หรือลอง share file ระหว่าง VL สองวงนี้ มันก็ไม่ได้อยู่ดี
  • ประเด็นน่าจะอยู่ที่การคอนฟิก switch มีปัญหาแน่ๆ จึงทำให้เครื่องที่ VL1 สั่ง print งานไปที่เครื่องที่อยู่ใน VL2 ได้
  • งงอีกรอบ ไม่เคยพบกรณีแบบนี้จริง

Thursday, August 18, 2011

ปัญหาเล็กๆ ที่มองข้ามของ Projector

  • คือ หลอดภาพมันไม่ฉายแสงเลย
  • หรือ ฉายแป๊ปหนึงแล้วก็ดับไป แบบนี้เรื่อยๆ

Solved
  • ช่างเค้าเปิดทำความสะอาดก่อน แล้วจึงเปิดเครื่องปรากฏว่า มันก็ใช้ได้ปกติ
  • เค้าบอกว่า ปัญหาที่เจอน่าจะเกิดจาก ฝุ่นไปติดในตัวเครื่อง หรือที่หลอดมีฝุ่น ทำให้เกิดความร้อนมาก
  • พอปัดฝุ่นภายในออก มันจึงหายจากอาการดังกล่าว

Monday, August 15, 2011

Windows 7 receive file from mobile via bluetooth

ปัญหา
  • มีอยู่ว่า ต้องการส่งไฟล์จาก Mobile มายัง Notebook เราที่ใช้ win 7 64bit
  • authorise pin เรียบร้อย เราก็ Send file แต่ faile ตลอดเลยอย่างไรก็ไม่ได้

Solved
  • ที่ System tray คลิกขวาที่ไอคอน bluetooth เลือก Receive file เพื่อพร้อมรับไฟล์จาก device อื่นๆ ที่จะ send มาให้เครื่องเรา
  • เราก็จะได้หน้าจอพร้อมรับไฟล์ประมาณนี้
  • เป็นอันเรียบร้อยทดสอบ send file จาก mobile อีกรอบเป็นอันผ่านตลอด

Sunday, August 14, 2011

แก้ปัญหา Android แสดงชื่อเพลงภาษาไทยไม่ถูกต้อง

ปัญหา
  • เล่นกับ Player ที่มาพร้อม android 2.3 หรือ winamp ใน android ก็แสดงเป็นภาษาต่างดาว

แก้ไขโดย
  • ใช้โปรแกรม Tag&Rename บน Windows
  • โดยอย่างง่ายคือ ไปที่ Get tag from file name
  • ต่อมาทาง Tree ด้านซ้ายเลือก Folder ที่บรรจุเพลง
  • จากนั้นเลือกเพลงที่จะทำการเปลี่ยนค่า Tag
  • สุดท้ายคลิกที่ Write Tags
  • แค่นี้ไฟล์ mp3 นี้ก็จะแสดงภาษาไทยได้บน Android ถ้าชื่อไฟล์เป็นภาษาที่อ่านรู้เรื่องอยู่แล้วนะ

อ้างอิง

Tuesday, August 9, 2011

ปัญหาเรื่องการ Print เอกสาร PDF ใน Google Chrome v.12.xx

  • ปัญหาคือ มันปริ้นออกมาเกือบทั้งกระดาษเป็นสีดำ
  • ประมาณว่า เอกสารที่ สแกนเข้ามา ภายในกรอบภาพนั้น มันเป็นสีดำทั้งหมดเลยตอนปริ้นนะ
  • ส่วนตัวหนังสือก็เป็นสีออก เทาๆ แค่นั้นพออ่านออก ไม่ถึงกับขาวเลย

Solved
  • อัพเดท Google Chrome to version 13++

Popular Posts