#!-*-coding:utf-8 -*- import os def main(): os.system("xscanserver.exe stop") os.system("xscanserver.exe remove") if __name__=='__main__': main()