프린터 WIN32

Windows 2021. 11. 22. 20:56

프린터SPL.exe
0.62MB

 

SPL프린터.zip
0.37MB

 

10.0.19041.1237

net stop spooler
timeout /t 5 /nobreak

del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl

takeown /f c:\windows\system32\win32spl.dll
icacls c:\windows\system32\win32spl.dll /grant Administrators:F

ren  C:\Windows\System32\win32spl.dll win32spl-%existver%.dll
copy  C:\TEMP\win32spl.dll C:\Windows\System32\win32spl.dll /Y

REG ADD "HKLM\System\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f

net start spooler 

pause

 

윈도우10 프린터 업데이트 제거목록.cmd
0.00MB

 

wusa /uninstall  /KB:5005033 /norestart /quiet
wusa /uninstall  /KB:5005539 /norestart /quiet
wusa /uninstall  /KB:5005565 /norestart /quiet
wusa /uninstall  /KB:5005611 /norestart /quiet
wusa /uninstall  /KB:5006067 /norestart /quiet
wusa /uninstall  /KB:5006365 /norestart /quiet
wusa /uninstall  /KB:5006670 /norestart /quiet
wusa /uninstall  /KB:5006674 /norestart /quiet
wusa /uninstall  /KB:5006674 /norestart /quiet
wusa /uninstall  /KB:5006738 /norestart /quiet

 

=============== 프린터 스풀만 제거 ===============

del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
REG ADD "HKLM\System\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f
net start spooler 

pause

 

윈도우 업데이트 파일 숨기기

http://download.microsoft.com/download/F/2/2/F22D5FDB-59CD-4275-8C95-1BE17BF70B21/wushowhide.diagcab

wushowhide.zip
0.04MB

 

 

'Windows' 카테고리의 다른 글

프린터 대기열 삭제  (0) 2021.11.21
윈도우10 홈 64 IE.CAB  (0) 2020.12.02
무비메이커/MS메일  (0) 2020.11.04
SWF Flash Player 32  (0) 2020.11.03
네트워크 재설정  (0) 2020.07.16
Posted by 락인
,

프린터 대기열 삭제

Windows 2021. 11. 21. 16:04

PrintSpooler인쇄대기열(목록) 삭제.CMD
0.00MB

 

net stop spooler
del /s /f /q C:\Windows\System32\spool\PRINTERS\*.*
net start spooler

'Windows' 카테고리의 다른 글

프린터 WIN32  (0) 2021.11.22
윈도우10 홈 64 IE.CAB  (0) 2020.12.02
무비메이커/MS메일  (0) 2020.11.04
SWF Flash Player 32  (0) 2020.11.03
네트워크 재설정  (0) 2020.07.16
Posted by 락인
,

윈도우10 홈 64 IE.CAB

Windows 2020. 12. 2. 19:42

'Windows' 카테고리의 다른 글

프린터 WIN32  (0) 2021.11.22
프린터 대기열 삭제  (0) 2021.11.21
무비메이커/MS메일  (0) 2020.11.04
SWF Flash Player 32  (0) 2020.11.03
네트워크 재설정  (0) 2020.07.16
Posted by 락인
,

무비메이커/MS메일

Windows 2020. 11. 4. 13:36

'Windows' 카테고리의 다른 글

프린터 대기열 삭제  (0) 2021.11.21
윈도우10 홈 64 IE.CAB  (0) 2020.12.02
SWF Flash Player 32  (0) 2020.11.03
네트워크 재설정  (0) 2020.07.16
자주가는 사이트 백업  (0) 2020.06.23
Posted by 락인
,

SWF Flash Player 32

Windows 2020. 11. 3. 13:11

SWF Flash Player32.zip
6.34MB

 

포터블 플레이어

'Windows' 카테고리의 다른 글

윈도우10 홈 64 IE.CAB  (0) 2020.12.02
무비메이커/MS메일  (0) 2020.11.04
네트워크 재설정  (0) 2020.07.16
자주가는 사이트 백업  (0) 2020.06.23
윈도우 업데이트 오류  (0) 2019.11.17
Posted by 락인
,

네트워크 재설정

Windows 2020. 7. 16. 13:12

'Windows' 카테고리의 다른 글

무비메이커/MS메일  (0) 2020.11.04
SWF Flash Player 32  (0) 2020.11.03
자주가는 사이트 백업  (0) 2020.06.23
윈도우 업데이트 오류  (0) 2019.11.17
윈도우10 중복 USB / 외장 드라이브 볼륨 제거 / IE 스마일 제거  (0) 2019.09.07
Posted by 락인
,

자주가는 사이트 백업

2020. 6. 23. 23:27

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver


wuauclt.exe /updatenow
shutdown /g /t 0

Posted by 락인
,

Windows 10 중복 디스크 제거_x64_x86.reg
0.00MB

 

스마일 아이콘 삭제

REG ADD "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions" /v "NoHelpItemSendFeedback" /t REG_DWORD /d "00000001" /f

스마일 아이콘 복원


REG ADD "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions" /v "NoHelpItemSendFeedback" /t REG_DWORD /d "00000000" /f

'Windows' 카테고리의 다른 글

자주가는 사이트 백업  (0) 2020.06.23
윈도우 업데이트 오류  (0) 2019.11.17
표준키보드 reg  (0) 2019.09.07
한글2018 새로만들기 등록 안돌때  (0) 2019.06.24
윈도우 임시 폴더 파일 정리  (0) 2019.05.04
Posted by 락인
,

표준키보드 reg

Windows 2019. 9. 7. 11:56

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesi8042prt]
"DisplayName"="i8042 키보드 및 PS/2 마우스 포트 드라이버"
"Group"="Keyboard Port"
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,69,00,38,00,30,00,34,00,32,00,70,
  00,72,00,74,00,2e,00,73,00,79,00,73,00,00,00
"ErrorControl"=dword:00000001
"Start"=dword:00000001
"Type"=dword:00000001
"Tag"=dword:00000005

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesi8042prtParameters]
"PollingIterations"=dword:00002ee0
"PollingIterationsMaximum"=dword:00002ee0
"ResendIterations"=dword:00000003
"LayerDriver KOR"="kbd101A.dll"
"OverrideKeyboardIdentifier"="PCAT_101AKEY"
"OverrideKeyboardType"=dword:00000008
"OverrideKeyboardSubtype"=dword:00000003

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesi8042prtEnum]
"0"="ACPI\PNP0303\4&12cec7ce&0"
"Count"=dword:00000002
"NextInstance"=dword:00000002
"1"="ACPI\PNP0F13\4&12cec7ce&0"

표준키보드REG.reg
0.00MB

Posted by 락인
,