Position: Home page » Computing » Where to install the citizen service center

Where to install the citizen service center

Publish: 2021-04-30 11:18:00
1. Can't
the kernel of its driver is different, so it can't be used
2. No, it can only be installed in the bank. The bank appointment installation has already bound your vehicle information to the bank card, which can be installed in other places, unless you go to the bank to unbind.
3. 1. Copy a file from disk d to the start menu
use the command
2. Turn off the auto play in the service
use the batch registry command
3. Remove the power saving check of USB root hub property power management in device manager
use devcon.exe

the above is just an idea ~ please use your own network ^ ^

empty the Recycle Bin: (take it out)
REM delete all NTFS partitions in
for / d%% d in (D, e, F, G, h, I, J, K, l, m, N, O, P, Q, R, s, t, u, V, W, x, y, z) do rd / S%% d: & # 92; Recycler
REM delete for / d%% d in (D, e, F, G, h, I, J, K, l, m, N, O, P, Q, R, s, t, u, V, W, x, y, z) do rd / s%% d: &# 92; recycled
4. @echo off
color 2E
MODE con: COLS=40 LINES=11
:start
cls
echo.
echo 选 1
echo 选 2
echo 选 3
echo.
set /p p=请选择:
if %p%==1 goto 1
if %p%==2 goto 2
if %p%==3 goto 3
:1
cls
echo.
echo.
echo 恭喜你中了五千万
goto conn
:2
cls
echo.
echo.
echo 恭喜你中了五千元
goto conn
echo.
:3
cls
echo.
echo.
echo 恭喜你中了一钱元
goto conn
:conn
echo.
echo.
echo 任意键反悔重选……
pause>nul
goto start
===================================
以上保存bat文件
5. echo y|del h:\ test\*.*

anyone who has used the Del command knows that there is an interactive matching process, in which the user needs to enter y to determine whether the current command is executed. Add echo y before this command and pass the result y of echo execution to del with pipeline transmission character | to achieve the purpose of manual input of Y
6. Copy the bat to a folder. Of course, you need to find the folder that you don't want others to find. For example, in C: & 92; windows\ system32\ Create a folder kaijiyunxing, then your bat (such as 1. Bat), and then write a boot run file under the run value of the registry, so that you can complete the purpose you want

the code is as follows (can be modified according to your needs):
@ echo off
if exist% homedrive% &; windows\ system32\ kaijiyunxing goto C
md %homedrive%\ windows\ system32\ kaijiyunxing\< br /> %0 %homedrive%\ windows\ system32\ kaijiyunxing\< br />
:C
reg add " HKLM\ Software\ Microsoft\ Windows\ CurrentVersion\ run" / v Start /d "% homedrive%\ windows\ system32\ kaijiyunxing\ 1.bat" / F

this will have the effect of starting up and running the bat, and any other commands will be written directly under this
but after this operation, it is not running in the background. Users can see the running process. It seems that LZ means to write something similar to a virus. In this case, you need to add some commands to run in the background
here is a better background operation mode I think, which is easy to understand
[method 1]
add these
@ echo off
if exist 2. VBS goto start
echo set WS = Wscript. CreateObject (& quote; wscript.shell") & gt; 2.vbs
echo ws.run " 1.bat /start", 0 >& gt; 2.vbs
2.vbs & exit
:start
del 2.vbs

REM write your command after this, or add those I just wrote<

in this way, you can run in the background

[method 2]
use a tool quick batch file compiler
after writing the code in, mark "ghost mode" in the options bar to run in the background, but this tool needs to generate exe format.
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750