How to get to Kuang Ji Gong De Fu
nowadays, many fraudsters pretend to be state-owned enterprises, central enterprises and famous enterprises.
Required materials: ID card, registration card, graation card, unit certificate
if the transfer letter is received by the personnel department of a certain unit, it should be sent directly to the personnel department, and then go to the personnel department to assist in the transfer, and complete various proceres according to the requirements of the personnel department. If the file is deposited in a talent exchange center, you have to go there to handle it by yourself or assist in handling it
after the files are transferred back, the school will conct political review according to various materials of the original unit, and generally there will be no problems. Finally, the notice is issued. There is a time limit for file transfer, because the school will issue a notice only after receiving your files. Therefore, it is necessary to ensure that all your files are completed within the time limit of file transfer. Cannot exceed, otherwise invalid
The specific steps are as follows:1. Ask the original company to issue a certificate that can explain that you want to transfer files
It's not enough to have a company certificate to open a transfer letter in the talent market. At least you need to bring your ID card, registration card and graation card. Generally, you have to pay for one year first, about 120. The most important thing to handle the transfer letter is the registration certificate, so we must be ready3. After the above steps are completed, you will be asked to fill in a form, and then you will be asked to pay the fee for one year. After paying the money, you can show him the receipt and get the file transfer letter
extended data:
the talent market obtains files according to the transfer letter, which is usually issued by the human resources department of the unit. The registration certificate says the registration unit. The government's talent market accepts files according to the registration certificate. Those who do not have the registration certificate do not have the graation qualification. Without the graation qualification, they can not enjoy the confirmation and management of cadre files put into the talent market
it should be noted that people who go to the company to keep files can only open a file transfer letter from the office center. As long as there is a file transfer letter, an ID card and a graation certificate, the file can be collected by someone. If it's near, you can take the file transfer letter to the company directly to extract the files, and then send the files to the talent market. If it's far away, you can send the file transfer letter back to the company by EMS, so that the company can send the files to the talent market
source of reference: Network - file transfer letter
process command line (mirror path) the use of the service associated with the process and the process (stop or disable the service, and the process will be closed)
the system must be a Windows page memory management process, The process that the system must run
the system must be smss.exe & # 92; SystemRoot\ System32\ Smss.exe this process is a session management subsystem, which is used to initialize system variables, etc., and is necessary for the system to run
the system must be csrss.exe C: & # 92; WINDOWS\ system32\ Csrss.exe this process manages windows graphics related tasks, the system must run the process
the system must use winlogon.exe winlogon.exe user login program to manage user login and logout
the system must be services.exe C: & # 92; WINDOWS\ system32\ The services.exe event log and plug and play systems must
the system must be svchost.exe C: & # 92; WINDOWS\ system32\ Svchost - K dcomlaunch DCOM server, process launcher and terminal services systems must
the system must be wmiprvse.exe C: & # 92; WINDOWS\ system32\ wbem\ Wmiprvse.exe is part of the windows operating system. It is used to process WMI operation through winmgmt.exe program, and the system must run
the system must be svchost.exe C: & # 92; WINDOWS\ system32\ Svchost - K rpcss remote Procere call (RPC)
the system must be svchost.exe C: 92; WINDOWS\ System32\ There are too many services related to svchost.exe - K Netsvcs. I won't list them. The process that the system must run
the system must be svchost.exe C: & # 92; WINDOWS\ system32\ There are too many services related to svchost.exe - K localservice. I will not list them. The process that the system must run
it is recommended to close svchost.exe C: 92; WINDOWS\ system32\ Svchost.exe - K imgsvc Windows image acquisition (WIA) provides image capture for scanners and cameras, which can be disabled
the system must lsass.exe C: 92; WINDOWS\ system32\ There are too many services related to lsass.exe, so the system must run the necessary processes
the system must be explorer.exe C: & # 92; WINDOWS\ Explorer.exe explorer, close the process, the desktop will become a blank desktop, no icon and taskbar
it is recommended to keep international.exe & quot; C:\ WINDOWS\ system32\ internat.exe" Input method indicator The input method icon in the lower right corner of the screen) is not required by the system, but it is recommended to keep it
it is recommended to close spoolsv.exe print spooler and load the file into memory for printing later. If you don't need a printer, you can completely disable the service
it's recommended to close alg.exe application layer gateway service, which has no great effect on Windows Firewall and can be completely closed
the following code is related to common useless services. After running the following code, the system will basically become very concise and the number of processes will be greatly reced. And it does not affect the use. How to run the code: the following code, then paste it into a blank notepad, select the file - save as - and fill in the file name with * * *. Bat (* * * *) to represent your own name. You can choose any name, but you must add. Bat after the name. After saving in this way, a batch program will be generated. If you run the generated program, useless system services will be disabled, and these services will not run automatically when you start up next time)
@ echo off
REM close & quot; Third party protocol plug-in support for Internet connection sharing and windows firewall & quot
SC config alg start = disabled
REM off & quot; Windows auto update function & quot
SC config wuauserv start = disabled
REM off & quot; Clipbook viewer & quot
SC config clipsrv start = disabled
REM off & quot; Messenger"
SC config messenger start = disabled
REM off & quot; Remote access to this computer via NetMeeting & quot
SC config mnmsrvc start = disabled
REM off & quot; Print spooler & quot
SC config spooler start = disabled
REM off & quot; Remote modification of registry & quot
SC config remoteregistry start = disabled
REM off & quot; Monitoring system security settings and configuration & quot
SC config wscsvc start = disabled
REM off & quot; System restore & quot
SC config srservice start = disabled
REM off & quot; Planning tasks & quot
SC config Schele start = disabled
REM off & quot; TCP/IP NetBIOS Helper"
SC config lmhosts start = disabled
REM off & quot; Telnet Service & quot
SC config tlntsvr start = disabled
REM off & quot; Firewall Service & quot
SC config sharedaccess start = disabled
REM off & quot; Computer Browser"
SC config browser start = disabled
REM off & quot; Error alarm & quot
SC config alert start = disabled
REM off & quot; Error report & quot
SC config Ersvc start = disabled
REM off & quot; Index contents and properties of files on local and remote computers & quot
SC config cisvc start = disabled
REM off & quot; Manage software shadow copies captured by volume shadow Service & quot
SC config SwPrv start = disabled
REM off & quot; Support the computer pass through account login authentication event & quot
SC config Netlogon start = disabled
REM off & quot; Provide security mechanism for remote procere call (RPC) programs that use transport protocols instead of named pipes
SC config NTLMSSP start = disabled
REM off & quot; Collect performance data of local or remote computers based on preconfigured schele parameters, and then write this data to the log or trigger an alert & quot
SC config sysmonlog start = disabled
REM off & quot; Retrieve any music playing serial number & quot
SC config wmdmpsn start = disabled
REM off & quot; Managing the uninterruptible power supply (UPS) connected to the computer
SC config UPS start = disabled
REM off & quot; Provides image capture for scanners and cameras& quot;< br />sc config stisvc start= disabled
firewall / Internet
connection
sharing
(ICS)", set the startup type to "automatic", and then click "startup" below - OK.
1. Open settings and enter the settings page
禁用防火墙如下:
Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
objPolicy.FirewallEnabled = false
启用remote desktop如下:
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_TerminalServiceSetting")
For Each objItem in colItems
objItem.SetAllowTSConnections(1)
Next
How to disable software networking with firewall
1. On the windows10 desktop, click the start button in the lower left corner and select the menu item of "Windows system / control panel"
in the pop-up menu