<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Prompt 끝에 메모</title>
    <link>https://tksong.tistory.com/</link>
    <description>트러블슈터 님의 블로그 입니다.</description>
    <language>ko</language>
    <pubDate>Thu, 9 Apr 2026 21:31:08 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>풀로드</managingEditor>
    <item>
      <title>[엑셀 VBA] 여러 개의 UPC 바코드 한 번에 이미지로 자동 생성하기 (ft. 찌그러짐 완벽 방지)</title>
      <link>https://tksong.tistory.com/6</link>
      <description>✨ 이 매크로의 강력한 핵심 기능

폰트 설치 ❌: 바코드를 아예 이미지로 다운로드하여 엑셀에 박아버립니다. 어느 PC, 어느 환경에서 열어도 100% 동일하게 보입니다.
황금 비율 자동 맞춤: 칸이 좁다고 바코드가 찌그러지지 않습니다. 스캔이 가장 잘 되는 최적의 사이즈(95px)로 고정되고 엑셀 칸 크기가 알아서 맞춰집니다.
셀 종속 (깔끔한 삭제): 바코드 이미지가 셀에 완전히 종속됩니다. 셀 너비를 조절하거나 행을 삭제하면 바코드도 함께 움직이고..</description>
      <category>Code128</category>
      <category>VBA바코드</category>
      <category>바코드이미지생성</category>
      <category>바코드자동생성</category>
      <category>바코드폰트오류</category>
      <category>엑셀UPC</category>
      <category>엑셀매크로</category>
      <category>엑셀바코드</category>
      <category>엑셀바코드깨짐</category>
      <category>엑셀바코드만들기</category>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/6</guid>
      <comments>https://tksong.tistory.com/6#entry6comment</comments>
      <pubDate>Tue, 17 Mar 2026 17:24:23 +0900</pubDate>
    </item>
    <item>
      <title>[해결] 인텔 Arc B580 서든어택 전체화면 짤림? 설정 말고 '이게' 답입니다?</title>
      <link>https://tksong.tistory.com/5</link>
      <description>최근에 그래픽카드를 인텔 Arc B580으로 바꿨습니다. 최신 사양이라 기분 좋게 쓰고 있었는데, 가끔 즐기는 서든어택에서 문제가 터졌네요.
모니터는 Dell 27인치 사용 중인데, 서든만 켜면 화면 양옆이 짤리는 겁니다. 엔비디아 쓸 때는 종횡비 설정에서 '전체 화면'만 누르면 끝났는데, 이놈의 B580은 아무리 설정을 만져도 묵묵부답이더라고요.
  내가 해본 헛수고들 (시간 낭비하지 마세요)

아크 컨트롤 제어판: 디스플레이 '확장 방법'을 '늘리기..</description>
      <category>ARC</category>
      <category>b580</category>
      <category>Intel</category>
      <category>개짱남</category>
      <category>서든어택</category>
      <category>인텔</category>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/5</guid>
      <comments>https://tksong.tistory.com/5#entry5comment</comments>
      <pubDate>Mon, 23 Feb 2026 01:08:14 +0900</pubDate>
    </item>
    <item>
      <title>윈도우 수동 업데이트 명령어 (PowerShell)</title>
      <link>https://tksong.tistory.com/4</link>
      <description>1. 특정 항목만 골라내기 (정밀 필터링)
단순히 전체를 훑는 것이 아니라, 원하는 카테고리만 콕 집어서 확인할 수 있습니다.

드라이버 업데이트만 확인: Get-WindowsUpdate -Category &quot;Drivers&quot;

장치 드라이버 업데이트만 따로 관리하고 싶을 때 유용합니다.


보안 업데이트만 확인: Get-WindowsUpdate -Category &quot;Security Updates&quot;
특정 단어가 포함된 것만 확인: Get-WindowsUpda..</description>
      <category>powershell</category>
      <category>업데이트명령어</category>
      <category>윈도우업데이트</category>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/4</guid>
      <comments>https://tksong.tistory.com/4#entry4comment</comments>
      <pubDate>Mon, 9 Feb 2026 23:14:43 +0900</pubDate>
    </item>
    <item>
      <title>윈도우 11 업데이트 0% 삽질 #3</title>
      <link>https://tksong.tistory.com/3</link>
      <description>1. 문제 현상: 업데이트 0% 멈춤과 PowerShell 오류

증상: 특정 업데이트(KB5074105 등)가 다운로드 0%에서 요지부동.
에러: PowerShell에서 업데이트 확인 시 ArgumentException (Value does not fall within the expected range) 발생.
원인: 시스템 파일 및 업데이트 데이터베이스(DB)의 무결성 손상.

2. 최종 해결 방법
여러 시도 끝에 윈도우의 '뼈대'를 다시 맞추는 다..</description>
      <category>업데이트</category>
      <category>업데이트멈춤</category>
      <category>윈도우11</category>
      <category>파워셀스크립트</category>
      <category>파워쉘</category>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/3</guid>
      <comments>https://tksong.tistory.com/3#entry3comment</comments>
      <pubDate>Mon, 9 Feb 2026 15:24:55 +0900</pubDate>
    </item>
    <item>
      <title>윈도우11 강제 업데이트 명령어 (PowerShell)</title>
      <link>https://tksong.tistory.com/2</link>
      <description>1. Install-Module PSWindowsUpdate

의미: 윈도우 업데이트를 명령어로 제어할 수 있게 해주는 '외부 도구 세트(모듈)'를 설치하는 명령입니다.
상세 설명: 윈도우 기본 PowerShell에는 업데이트를 직접 제어하는 세밀한 명령어가 부족합니다. 이 명령을 통해 전문가들이 만든 'PSWindowsUpdate'라는 라이브러리를 시스템에 가져오는 것입니다.
한 번 설치해두면 나중에 다시 설치할 필요 없이 바로 사용할 수 있습니다.
..</description>
      <category>powershell</category>
      <category>Windows 11</category>
      <category>업데이트</category>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/2</guid>
      <comments>https://tksong.tistory.com/2#entry2comment</comments>
      <pubDate>Sun, 8 Feb 2026 01:36:28 +0900</pubDate>
    </item>
    <item>
      <title>윈도우 업데이트 0% 무한 로딩 해결 방법(난 영문윈도우라..)</title>
      <link>https://tksong.tistory.com/1</link>
      <description>윈도우 업데이트를 실행했는데 특정 항목(예: KB2267602 등)이 Downloading - 0% 상태에서 멈춰서 움직이지 않을 때가 있습니다. 이 현상은 보통 업데이트 임시 저장소인 캐시 폴더 내의 파일이 손상되었을 때 발생합니다.
Windows 11 (윈도우 영문버전으로 설치버려서...한글팩 설치 귀찮아서 그냥 사용중...)&amp;nbsp;사용자분들을 위해, 명령 프롬프트(CMD)를 활용하여 업데이트 캐시를 깔끔하게 초기화하는 방법을 알아보겠습니다.
&amp;..</description>
      <author>풀로드</author>
      <guid isPermaLink="true">https://tksong.tistory.com/1</guid>
      <comments>https://tksong.tistory.com/1#entry1comment</comments>
      <pubDate>Tue, 3 Feb 2026 17:57:33 +0900</pubDate>
    </item>
  </channel>
</rss>